1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src
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
..
__mocks__
__tests__
assets Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
component Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
constants Feat/add new user (#273) 2021-04-23 10:59:11 +02:00
contexts wip: frontend should understand rbac permissions (#269) 2021-04-20 19:13:31 +02:00
hooks Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
interfaces Feat/add new user (#273) 2021-04-23 10:59:11 +02:00
page Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
store Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
themes Fix/optimizations (#275) 2021-04-23 15:21:24 +02:00
utils Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
accessStoreFake.js wip: frontend should understand rbac permissions (#269) 2021-04-20 19:13:31 +02:00
app.css Feat/user flow (#267) 2021-04-19 10:55:15 +02:00
common.styles.js Feat/user profile (#274) 2021-04-23 13:49:42 +02:00
index.tsx Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
metrics-poller.js
react-app-env.d.ts Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
security-logger.js
setupTests.ts Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
testIds.js