1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
Fredrik Strand Oseberg 8d003da400 Fix/variants (#278)
* fix: use autocomplete for legal values

* fix: use flag to toggle overrides

* fix: use legalvalues directly

* fix: tests

* Update src/component/feature/variant/__tests__/update-variant-component-test.jsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

* Update src/component/feature/variant/AddVariant/AddVariant.jsx

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

* fix: tests

* fix: remove flag for overrides

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-04-28 14:58:53 +02:00
..
.github/workflows
public fix: added teams logo 2021-04-27 21:39:34 +02:00
src Fix/variants (#278) 2021-04-28 14:58:53 +02:00
.editorconfig
.gitignore
.nvmrc
.prettierrc Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
CHANGELOG.md Fix/cleanup (#276) 2021-04-27 09:48:00 +02:00
index.js
LICENSE
package.json Fix/cleanup (#276) 2021-04-27 09:48:00 +02:00
README.md chore: update readme 2021-04-09 13:29:39 +02:00
tsconfig.json
typings.json
vercel.json
yarn.lock Feat/user profile (#274) 2021-04-23 13:49:42 +02:00

Build Status

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!