Commit Graph
16 Commits
Author SHA1 Message Date
notmd d466e63d66 wip 2023-01-22 20:35:31 +07:00
rjmacarthy 9b659191ca Extract common getStaticProps to single file 2023-01-20 09:37:02 +00: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 0c1bb8df05 update emptystate to be used in specific pages 2023-01-17 21:14:10 -06:00
AbdBarho 6c01205b52 Small website fixes 2023-01-16 19:22:04 +01:00
rsandb d052d676cc add report button 2023-01-14 01:19:09 -06:00
rsandb a4522b97af Style Empty State and 404 2023-01-14 01:17:17 -06:00
Keith Stevens 9d3e5cc6cb Updating the 404 and 500 pages to provide a link to github issues 2023-01-14 08:49:59 +09:00
croumegous a0b900559c chore: eslint plugins to sort import and remove unused import automatically 2022-12-31 18:22:06 +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
rsandb 62f326f51a clean up changes 2022-12-28 13:01:02 -06:00
rsandb 223c07e8e3 format changes, fixed authenticated page height 2022-12-28 12:08:55 -06:00
Riley Sandborg dc48861f59 Update 404.tsx
Removed quotation marks from the content. Were previously from being commented out.
2022-12-27 13:38:32 -06:00
rsandb de869033bf updated avatar component name, added ability to change username (only works server side for now), updated signin page, updated Footer
Still working on the account settings page but didn't want to get behind on commits.
2022-12-27 13:00:32 -06:00
Yannic Kilcher 3b4e2d2917 added eslint to pre-commit in a hacky way 2022-12-25 14:24:46 +01:00
Yannic Kilcher 6452bb860d moved bot to discord-bot
added playbook to deploy dev machine

added playbook to deploy dev machine

added next.js font module, updated fonts, updated login page

replaced logos, changed logo on login and header

added 404 and email confirmation pages, changed discord and github buttons to show conditionally

also removed unused imports, fixed one spelling error, and minor styling changes

Quick format to the authenticated user page, updated header with user profile, styling updates

fixed html encoding

added checkout for release

re-vamped release config and ports
2022-12-25 11:35:54 +01:00