Youssef Khedher
|
c2842c81e6
|
Refactor/strategies (#668)
* feat: add useStrategiesApi hook
* refactor: remove redux from strategies component
* refactor: CreateStrategy Component
* fix: remove ts errors
* refactor: change strategy-detail to functional component
* refactor: get strategy name from params
* refactor: use features hook and refactor toggle list link
* refactor: StrategiesList
* refactor: fix delete strategy function
* fix: ts errors
* refactor: CreateStrategy to StrategyForm
* feat: add toast for StrategyForm
* refactor: add StrategyView and delete old component
* refactor: StrategyDetails and clean unused files
* fix: cleanup unused code
* fix: add await
* fix: remove unused stores
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
|
2022-02-11 00:08:55 +01:00 |
|
Fredrik Strand Oseberg
|
de8b3352e7
|
Fix/project select (#693)
* fix: remove container for ProjectSelect
* refactor: remove project store
* fix: update path
|
2022-02-10 23:45:30 +01:00 |
|
olav
|
500d405fa5
|
refactor: remove unused tags code (#687)
* refactor: remove unused tags code
* fix: remove feature tags
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
|
2022-02-09 15:01:03 +01:00 |
|
olav
|
83778a9928
|
refactor: port MainLayout to TS/SWR (#684)
* refactor: add missing toast field to UI config
* refactor: port MainLayout to TS/SWR
* refactor: remove unused UI config state
* refactor: fix makeStyles import
|
2022-02-09 14:16:24 +01:00 |
|
olav
|
8deb2753e0
|
refactor: remove unused feature types state (#688)
|
2022-02-09 13:18:15 +01:00 |
|
olav
|
dd37100302
|
refactor: port unleash context to SWR (#683)
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
|
2022-02-09 12:56:59 +01:00 |
|
Fredrik Strand Oseberg
|
f0d6e45361
|
Feat/bootstrap (#281)
* feat: add bootstrap endpoint redux integration
* fix: remove useEffect from app
* feat: add path provider
* feat: browser router
* fix: delete path formatter
* fix: return absolute path if no basepath
* fix: format seenURI
* feat: get bootstrap uri from html
* fix: remove unused imports
* fix: remove initial loading call
* fix: wrap logout in formatApiPath
* feat: import logo
* feat: remove accessor from receiveConfig
* fix: update tests
* fix: update asset paths
* fix: remove data from app
* fix: revert moving access provider
* fix: remove build watch
* fix: remove console logs
* fix: update asset paths
* fix: remove path logic from base64
* fix: remove unused import
* set uiconfig
* change notification text
* fix: match uiConfig with expected format
* feat: add proclamation
* fix: move proclamation
* fix: remove unused imports
* fix: add target _blank
* fix: allow optional toast
* fix: return empty string if default value is present
* fix: set basepath to empty string if it matches default
|
2021-05-04 09:59:42 +02:00 |
|