mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
86631b53c9
* fix: strategy dialogue * fix: fontweight dropdown * fix: eventlog padding * refactor: history * refactor: use material ui styling conventions for history * refactor: add empty state for features * refactor: variant dialog * refactor: delete unused variant config * fix: variant typography * fix: remove unused styles file * fix: footer * feat: protected routes * fix: rename app * fix: remove console log * fix: convert app to typescript * fix: add standalone login screen * fix: cleanup * fix: add theme colors for login * fix: update tests * fix: swap route with ProtectedRoute * fix: remove unused redirect * fix: use redirect to correctly setup breadcrumbs * refactor: isUnauthorized * fix: reset loading count on logout * fix: create a more comprehensive auth check * feat: add unleash logo |
||
---|---|---|
.. | ||
.github/workflows | ||
public | ||
src | ||
.editorconfig | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
CHANGELOG.md | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
typings.json | ||
vercel.json | ||
yarn.lock |
Developing
Run with together with local unleash-api:
You need to first start the unleash-api on port 4242 before you can start working on unleash-frontend.
Start webpack-dev-server with hot-reload:
cd ~/unleash-frontend
npm install
npm run start
Run with heroku hosted unleash-api:
cd ~/unleash-frontend
npm install
npm run start:heroku
UI Framework
We are using material-ui.
Happy coding!