1.2.0 (2023-06-03)
- redirect to login page on click when unauthenticated (393431f)
1.1.0 (2023-05-20)
- only show items created by current user in writing phase (15acaac)
- add .depth class (10d63d5)
- add action buttons for retro view (7eb9a07)
- add basic footer component with placeholder links (8ebc699)
- add basic user profile (b98c1a4)
- add button to finish retrospective (0cf4b65)
- add dashboard page (f8b881b)
- add dialog for adding retrospectives (c4014e3)
- add Dockerfile (12a610b)
- add dynamic bg-pattern (513cd01)
- add functionality for switching between retro phases (a6d2d5a)
- add functionality to add retro items (befbfa8)
- add functionality to create a retrospective (49e566a)
- add functionality to delete retro item (c5fd670)
- add functionality to edit a retro item (d775838)
- add functionality to vote on retro items (fbe0bb2)
- add grouping phase to retro view (f3f29cc)
- add heading to RetroSection (27306cb)
- add initial landingpage (880e4c6)
- add initial version of discussing view (57fa187)
- add initial version of retro view (defe3ad)
- add initial version of settings page (c05d31e)
- add initial version of voting view (8175ed6)
- add itemCollection trpc router (e027c3c)
- add itemCollector columns (650ae6c)
- add legal policies (9139673)
- add loading spinners to dashboard sections (50cc9c9)
- add login functionality via next-auth (bea7c63)
- add MenuBar component (d2671aa)
- add menubar to landingpage (9e7159b)
- add meta tags to all pages (9b352cf)
- add plausible stats (56894a7)
- add RetroSection component (697196f)
- add robots.txt (df1402d)
- add router for retrospective items (f42b0e4)
- add sentry error logging (f6b1667)
- add signup form for users without username (282f5bf)
- add sitemap.xml (7c2b5e1)
- add team section to dashboard (0c2b04c)
- add TeamSection component (59865bc)
- add timer for retrospectives (e18748b)
- add user avatar to signup form (103e396)
- allow sending login/invite link to team members (183d22e)
- complete signup form functionality (a7328da)
- display existing retro items by type (5f77b64)
- extend user trpc router (baa90bc)
- hide arrow icons for first and last item (bddb12d)
- hide pages if user is not logged in (096d62d)
- implement dark/light/system theme functionality (16ca448)
- implement indicator to show current retrospective phase (07d7e41)
- improve item stack layout and styling (445e1c7)
- improve layout responsiveness (c1cc93c)
- improve positioning of title & close button (523c7f6)
- improve responsiveness (ff41c27)
- only allow voting once on retro items (1a1b7bc)
- sort retrospectives by date in dashboard view (1b506ed)
- update dark mode styling for RetroDialog (f1f692b)
- add missing AppProps (aec9c6e)
- deps: update dependency next to v12.3.4 (22f9ebe)
- fix bug with missing participant on retro creation (c490bf4)
- fix codecov path (011450f)
- fix condition for phase link visibility (e999e3a)
- fix incorrect button styling (509d76a)
- fix incorrect input types (8b2f15f)
- fix invalid yaml indentation (b9a4cd5)
- fix issues with timer logic (f6d724a)
- fix many-to-many relation (23bccb1)
- fix menu items alignment (e00bb65)
- fix railway deployment issue (a1da0b2)
- fix sorting of items by number of votes (a9d34ca)
- fix timer autostart with 00:00 (c21edaa)
- fix timer being incorrectly persisted (b0b3218)
- fix type error in vitest config (8c22d7b)
- fix type for github oauth token expiry (5f8f86e)
- fix unescaped single quote (d36fe68)
- fix votes property being nullable on retroItems (23ed59c)
- fix wrong capitalization of schema properties (2c86374)
- fix yaml syntax error (f5a6bf5)
- initialize votes with 0 instead of null (67d5cf5)
- make name optional in user schema to allow signup via email (9a8b6ae)
- make user name nullable (57ebb2a)
- only generate final json coverage files (e766112)
- pageProps typing (7cb7a16)
- prevent closing when clicking outside dialog (f663c7d)
- remove input validation for optional property (c906cea)
- remove unneeded sentry plugin (b28d6be)
- revert to nextauth session defaults (4e43f7c)
- update import location (a97c671)