Commit Graph

14 Commits

Author SHA1 Message Date
ml729 ea7e320a78 add status option in admin page left bar 2023-01-21 12:53:36 -05:00
rjmacarthy 3fa2e637d2 Add localization to pages, header and footer
Fix import orders for useTranslation

Apply common translations for header and footer

lint

Fix getServerSideProps messages/id
2023-01-19 19:23:29 +00:00
rsandb 1457d81e6b added SlimFooter component for dashboard, made original footer mobile-friendly 2023-01-16 16:34:11 -06:00
rsandb ecab225c03 footer styling 2023-01-15 16:16:37 -06:00
Keith Stevens d3eca126fd Ensuring the user can find the privacy and terms of service links when logged in 2023-01-15 14:01:33 +09:00
rsandb 80cf195972 Dashboard Integration 2023-01-11 22:12:09 -06:00
klotske f57041cdda Added basic Admin dashboard layout 2023-01-07 15:08:38 +03:00
klotske d3a0bd4305 Moved SideMenu to component & refactored layout 2023-01-07 03:38:34 +03:00
jojopirker 8e61cef81d added getDashboardLayout 2023-01-04 20:22:06 +01:00
Keith Stevens 7f1644e38d Factoring out the re-used layout 2023-01-03 08:40:59 +09:00
croumegous a0b900559c chore: eslint plugins to sort import and remove unused import automatically 2022-12-31 18:22:06 +01:00
AbdBarho 0ffbe625f5 Lint files 2022-12-29 13:00:54 +01:00
jojopirker cb317ebccb Initial Storybook setup (#110)
* Storybook setup

Storybook can be started using `npm run storybook`

* moved files and bugfix

Moved component files into their own directory and moved stories next to them. Fixed a bug with loading images

* prettier and bugfix

* prettier and bugfix

* Absolute Import in Header.tsx

* import fix

some imports did not work after merging

* Storybook update for chakra ui to properly work

* Prettier main.js

* comment in preview.js about hacky solution

* webpack final update and prettier update to preview

* Updated website/readme to include storybook description

* prettier...

* Delete docker-compose 2.yaml
2022-12-29 10:44:14 +01:00
AbdBarho 072190145b Add global layout
with the ability to be overridden per-page
2022-12-28 10:03:03 +01:00