lint
Fix Hero as tag types
Fix build warning regarding i18n
Update package.json and package-lock.json
Revert package-lock.json
Add package-lock, fix build
Pre-commit
Fix default export in favour of named export
Refactor cta buttons to use react-icons
Remove unused props from CircleBackground
Fixed issue where existing sign in test fails due to the existence of dev test login.
Added reusable cy.signInWithEmail() to login before testing rest of UI.
When the items are drag-able outside the page boundary the viewport leaves the page boundary. This looks particularly unprofessionally on mobile. There is also another option to restrict to the page boundaries (restrictToWindowEdges) which might be better but it doesn't appear to work on mobile (firefox); the issue is that the items get stuck slightly off to the left edge of the viewport and can't be moved horizontally at all (even without restrictToVerticalAxis).
* 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
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