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 0ca753e7e5 Feat/add new user (#273)
* chore: update changelog

* chore: update changelog

* fix: refactor AddUser

* feat: add screens for email and copy

* fix: remove interface

* fix: admin constant in userlist

* chore: fix changelog

* feat: user data fetching with useSWR

* feat: flesh out dialogues

* fix: remove useRequest

* refactor: remove redux for user admin

* refactor: remove from store

* refactor: userListItem

* fix: change type

* feat: add initial loading

* fix: useLayoutEffeect in useLoading

* fix: remove useEffect

* fix: update snapshots

* fix: remove status code

* fix: remove roles from store
2021-04-23 10:59:11 +02:00
..
.github/workflows Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
public Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
src Feat/add new user (#273) 2021-04-23 10:59:11 +02:00
.editorconfig
.gitignore Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
.nvmrc
.prettierrc Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
CHANGELOG.md Feat/add new user (#273) 2021-04-23 10:59:11 +02:00
index.js Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
LICENSE
package.json 4.0.0-alpha.7 2021-04-22 10:48:46 +02:00
README.md chore: update readme 2021-04-09 13:29:39 +02:00
tsconfig.json Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
typings.json
vercel.json
yarn.lock Feat/user flow (#267) 2021-04-19 10:55:15 +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!