1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
Jari Bakken
66f96affeb Extract into a FeatureStore 2020-02-20 08:30:13 +01:00
Jari Bakken
34fa266bef Switching back to FINN styling. 2020-02-20 08:30:13 +01:00
Jari Bakken
e7ecae51b7 Move components to separate files. 2020-02-20 08:30:12 +01:00
Jari Bakken
e1f1cfc4d3 Use webpack to build JS/JSX resources. Closes #25. 2020-02-20 08:30:12 +01:00
Jari Bakken
3c4427c54f Bump react to 0.12. Closes #37. 2020-02-20 08:30:12 +01:00
Jari Bakken
77c554f37c Stop timer in componentWillUnmount 2020-02-20 08:30:12 +01:00
Jari Bakken
dcb62158ff Add the ability to cancel the new feature form. 2020-02-20 08:30:12 +01:00
Jari Bakken
edfa9569e7 Add a Timer that can be stopped while requests are pending. 2020-02-20 08:30:11 +01:00
Jari Bakken
835a85db56 Improve form. 2020-02-20 08:30:11 +01:00
Jari Bakken
8ea8f07b68 Move container 2020-02-20 08:30:11 +01:00
andsandv
3b8b862dde Move menu into React 2020-02-20 08:30:11 +01:00
Jari Bakken
6efd15b777 Add some padding 2020-02-20 08:30:11 +01:00
andsandv
cec36fce7d Shorten line 2020-02-20 08:30:11 +01:00
andsandv
fc310c6a89 #12 List features 2020-02-20 08:30:10 +01:00
Jari Bakken
a4b94c4107 Ugly bootstrap form. 2020-02-20 08:30:10 +01:00
andsandv
d0a0ade138 #12 Setup features in grid 2020-02-20 08:30:10 +01:00
Jari Bakken
f3efe6f629 Push errors onto state 2020-02-20 08:30:10 +01:00
andsandv
702df49be8 #12 Add button for new features 2020-02-20 08:30:10 +01:00
Jari Bakken
e549f887e8 Add ErrorMessages 2020-02-20 08:30:10 +01:00
Jari Bakken
f881fda146 Re-add setInterval 2020-02-20 08:30:10 +01:00
Jari Bakken
19daf3bc44 Move panel code to FeatureList 2020-02-20 08:30:10 +01:00
andsandv
89ce5d5f93 #12 Remove new in header 2020-02-20 08:30:10 +01:00
andsandv
baa66f63cb #13 you can now enable features 2020-02-20 08:30:10 +01:00
Jari Bakken
ec22a2be03 Sketch out react events 2020-02-20 08:30:10 +01:00
Jari Bakken
8dda2e4b2b Redo the React structure - lots of stuff missing 2020-02-20 08:30:10 +01:00
Jari Bakken
f1c3eb1f88 Various react stuff. 2020-02-20 08:30:10 +01:00
Jari Bakken
ace938dc23 UI stuff 2020-02-20 08:30:09 +01:00
andsandv
91e9141a01 Its now autopolling 2020-02-20 08:30:09 +01:00
andsandv
7b5cf3de2d #12 post new features 2020-02-20 08:30:09 +01:00
andsandv
cb88a15ee9 #12 Add FeatureForm for new Features 2020-02-20 08:30:09 +01:00
andsandv
02ee6471ee Rewrite to use Bootstrap #23 and added JSXHint 2020-02-20 08:30:09 +01:00
andsandv
f4fd92d254 #13 Sending in a patch request when updating enabled flag 2020-02-20 08:30:08 +01:00
andsandv
79098e3a5f #13 Post enable change to server and update state 2020-02-20 08:30:08 +01:00
Jari Bakken
145ee427cb Add React + a few components 2020-02-20 08:30:07 +01:00
Jari Bakken
33acc4ea71 Adding some styles to index.html 2020-02-20 08:30:07 +01:00
ivaosthu
4a84149b63 Closes #16 - Initial express based server setup.
To start server locally:
npm run start-dev

To execute tests:
npm test
2020-02-20 08:30:06 +01:00