Commits on Source (10)
-
Andreas Ellewsen authored
- Takes OrgReg url and api key as arguments - Assumes that the OrgReg api has been registered behind a Gravitee instance. - Introduces active and deleted fields to OrganizationalUnit for keeping track of status in OrgReg. Logic should be introduced in the future to ensure that Sponsors and Guests are not connected to deleted or inactive OUs. - Add search and orgreg_id to Admin interface of OUs.
-
Andreas Ellewsen authored
Enables rollback to previous version of a Consent Type in the history part of the admin interface.
-
Andreas Ellewsen authored
-
Sivert Kronen Hatteberg authored
-
Andreas Ellewsen authored
Feature/orgreg ous See merge request !49
-
Sivert Kronen Hatteberg authored
Add a simple loading component and spinner animation See merge request !52
-
Sivert Kronen Hatteberg authored
No longer any need for each theme to be fully defined. Start on react-router Issue: GREG-40 Issue: GREG-46
-
Sivert Kronen Hatteberg authored
- Add routing with react routing - Placeholder header/footer and some pages Issue: GREG-46
-
Sivert Kronen Hatteberg authored
Issue: GREG-46
-
Sivert Kronen Hatteberg authored
Greg 46 routing See merge request !56
Showing
- frontend/package-lock.json 22038 additions, 23 deletionsfrontend/package-lock.json
- frontend/package.json 6 additions, 0 deletionsfrontend/package.json
- frontend/public/locales/en/common.json 2 additions, 1 deletionfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 2 additions, 1 deletionfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 2 additions, 1 deletionfrontend/public/locales/nn/common.json
- frontend/src/App.css 0 additions, 38 deletionsfrontend/src/App.css
- frontend/src/App.test.tsx 0 additions, 9 deletionsfrontend/src/App.test.tsx
- frontend/src/App.tsx 0 additions, 78 deletionsfrontend/src/App.tsx
- frontend/src/components/animations/spinner.tsx 23 additions, 0 deletionsfrontend/src/components/animations/spinner.tsx
- frontend/src/components/button/index.tsx 4 additions, 8 deletionsfrontend/src/components/button/index.tsx
- frontend/src/components/loading/index.tsx 24 additions, 0 deletionsfrontend/src/components/loading/index.tsx
- frontend/src/components/page/index.tsx 3 additions, 0 deletionsfrontend/src/components/page/index.tsx
- frontend/src/components/page/page.tsx 37 additions, 0 deletionsfrontend/src/components/page/page.tsx
- frontend/src/globalStyles.ts 5 additions, 0 deletionsfrontend/src/globalStyles.ts
- frontend/src/index.tsx 11 additions, 8 deletionsfrontend/src/index.tsx
- frontend/src/routes/components/footer.tsx 27 additions, 0 deletionsfrontend/src/routes/components/footer.tsx
- frontend/src/routes/components/header.tsx 45 additions, 0 deletionsfrontend/src/routes/components/header.tsx
- frontend/src/routes/components/notFound.tsx 10 additions, 0 deletionsfrontend/src/routes/components/notFound.tsx
- frontend/src/routes/frontpage/index.tsx 37 additions, 0 deletionsfrontend/src/routes/frontpage/index.tsx
- frontend/src/routes/index.tsx 43 additions, 0 deletionsfrontend/src/routes/index.tsx
This diff is collapsed.
frontend/src/App.css
deleted
100644 → 0
frontend/src/App.test.tsx
deleted
100644 → 0
frontend/src/App.tsx
deleted
100644 → 0
frontend/src/components/loading/index.tsx
0 → 100644
frontend/src/components/page/index.tsx
0 → 100644
frontend/src/components/page/page.tsx
0 → 100644
frontend/src/routes/components/footer.tsx
0 → 100644
frontend/src/routes/components/header.tsx
0 → 100644
frontend/src/routes/components/notFound.tsx
0 → 100644
frontend/src/routes/frontpage/index.tsx
0 → 100644
frontend/src/routes/index.tsx
0 → 100644