Fredrik Strand Oseberg
86631b53c9
Fix/material UI cleanup ( #264 )
...
* 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
2021-04-12 15:04:03 +02:00
Fredrik Strand Oseberg
dbed06f300
Feat/material UI ( #250 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <git@chriswk.no>
2021-03-30 15:14:02 +02:00
Ivar Conradi Østhus
3a6fa577bc
feat: Addon support from UI ( #236 )
2021-02-05 14:24:22 +01:00
Ivar Conradi Østhus
7380d92e45
fix: migrate all .scss files to .module.scss
2021-01-07 13:36:13 +01:00
Ivar Conradi Østhus
b6582fc891
fix: move history to folder
2021-01-06 22:07:20 +01:00
Ivar Conradi Østhus
2ef640f506
fix: lint
2020-04-18 22:06:49 +02:00
Ivar Conradi Østhus
509b3a6186
fix: clean up history view a bit
2020-02-29 10:30:13 +01:00
Luan Raithz Machado
c25c0a76a8
fix: babel-preset-env ( #190 )
...
* changed do @babel/preset-env
* runned lint fix
* added beforeEach in ui-config-store-test
2019-10-09 19:58:49 +02:00
Benjamin Ludewig
b2e05a8a6d
feature: Show tooltips and featuretoggle names in event view
2019-01-23 15:40:09 +01:00
Corinne Krych
f8fb2bbc76
refactor(form): separate add-feature and update-feature components
2018-02-16 09:19:30 +01:00
Corinne Krych
920872512c
feat(timezone): Timezone should be configurable
2018-02-07 14:53:10 +01:00
Ivar Conradi Østhus
b97e666e0f
chore(lint): Added propTypes to all components
2018-02-04 22:16:04 +01:00
Simen Bekkhus
8ef9def08c
Use 120 as width in prettier ( #90 )
2017-08-28 21:40:44 +02:00
Simen Bekkhus
b176d63f56
Fix deprecations ( #88 )
...
* Fix some optimization bailouts
* Use prop-types package
* Make error comp functional
* Remove unused css transition dep
* Remove unused immutability helper dep
* Align react versions in package.json
2017-08-28 21:30:12 +02:00
Simen Bekkhus
683ae7e6d8
Use prettier ( #87 )
...
* Use prettier
* Upgrade to 1.6 beta
* Update lint deps
* Upgrade to full 1.6
2017-08-28 19:15:47 +02:00
Simen Bekkhus
3f8931ff8c
Fix faulty proptypes declarations
...
Go from 188 lint errors to 64
2017-07-10 23:38:44 +02:00
Simen Bekkhus
6e0db0a998
Upgrade eslint
2017-06-29 08:36:10 +02:00
vsandvold
ce51d98e4f
makes the history diff use all available space
2017-03-06 14:12:54 +01:00
Vegard Sandvold
452d22047e
adds a card layout and empty state styling to the archived toggles page ( #58 )
...
* adds a card layout and empty state styling to the archived toogles page
* changed empty state icon for archive page
2017-01-30 22:15:35 +01:00
Vegard Sandvold
1e5949672a
added data table header component with title and actions ( #55 )
2017-01-26 11:53:07 +01:00
vsandvold
3415fcb82e
improved page layout + horizontal scrolling tables on mobile
2017-01-23 09:13:38 +01:00
Simen Bekkhus
912e717526
Ensure the same date format everywhere
2017-01-06 11:41:52 +01:00
Simen Bekkhus
09fae0bfef
Render date as DD.MM.YYYY
...
Fixes #40
2017-01-05 15:17:20 +01:00
sveisvei
4530f37a14
fix lint
2016-12-14 12:50:23 +01:00
sveisvei
659b668814
cleanup log
2016-12-10 14:02:48 +01:00
sveisvei
6e366c1db6
fix switch
2016-12-10 12:21:27 +01:00
sveisvei
21012adc08
minor cleanups, move header to common component
2016-12-10 11:47:25 +01:00
sveisvei
b0a1b4e2d1
use table on compact diff view
2016-12-09 22:14:40 +01:00
sveisvei
672635a185
add list and icon
2016-12-05 18:43:00 +01:00
sveisvei
e88e3aeb88
make history-list-toggle use same store
2016-12-05 18:11:51 +01:00
sveisvei
b35ad9a91b
add history to view part1
2016-12-05 17:59:16 +01:00
sveisvei
eeb40113c5
wip
2016-12-04 12:49:01 +01:00
ivaosthu
d7901a2790
remove code
2016-12-03 15:18:50 +01:00
ivaosthu
e2fdacd997
cleanup history view a bit
2016-12-03 15:18:01 +01:00
Ivar
652c4b39f4
pure components
2016-11-26 10:01:48 +01:00
ivaosthu
91c12976e5
fix icons
2016-11-24 21:44:21 +01:00
ivaosthu
bb3791987d
simplify immutable js
2016-11-24 20:30:06 +01:00
ivaosthu
b3c9aa121d
Implemented a settings-store backed by localstorage.
...
Closes #9
2016-11-24 19:34:23 +01:00
ivaosthu
be35162a94
more event-differ
2016-11-22 22:58:09 +01:00
ivaosthu
edf0075282
add history for feature toggles
2016-11-22 22:04:30 +01:00
ivaosthu
0c0c61d5a3
fix EventHistory with diffs
2016-11-22 21:13:26 +01:00
ivaosthu
d21bf84a5b
init
2016-11-10 14:27:06 +01:00