debian-image-builder-frontend/src
Sanne Raymaekers 03421acc74 src/Router: use release as a basename in BrowserRouter
The insights platform is moving to react router v6, meaning router
contexts can no longer be nested. As a result all applications will end
up sharing the same `BrowserRouter`.

Switch to using the release (`/` or `/beta/`) as a basename for the
BrowserRouter, and offload the full path (`/insights/$appname`) to the
individual routes. This makes it easier to drop the BrowserRouter in
image builder for the platform one in future.
2022-10-17 15:53:21 +02:00
..
Components src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
store Redux: Modernize Redux store 2022-09-30 13:17:09 +02:00
test src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
Utilities src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
api.js update style across the project 2022-05-23 12:47:20 +02:00
App.js App: explicitly pass the store to the NotificationsPortal 2022-10-06 11:56:25 +02:00
AppEntry.js src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
bootstrap.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
constants.js update style across the project 2022-05-23 12:47:20 +02:00
entry.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
entry.test.js src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
Router.js src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00