Commit Graph

18 Commits

Author SHA1 Message Date
Henry
583256a46b feat: update label 2024-08-27 23:34:52 +01:00
Henry
f53549ecdd chore: fix types 2024-08-24 07:28:25 +01:00
Henry
8c6e50ed2f chore: remove formik 2024-08-24 07:25:37 +01:00
Henry
f5a3d5089d chore: cleanup components 2024-08-15 23:14:21 +01:00
Henry
31128119ac chore: update modal design 2024-08-15 21:38:10 +01:00
Henry
04c6576228 fix: ensure correct label colour when creating a new label 2024-08-13 23:13:38 +01:00
Henry
ccdbd9fa14 feat: add description on create new card 2024-08-13 22:57:04 +01:00
Henry
18de6f03d8 feat: create new list immediately adds to the board 2024-08-13 14:53:21 +01:00
Henry
1e3a903211 feat: create new card immediately displays new card 2024-08-13 14:26:24 +01:00
Henry
9931a585a5 feat: select position when creating a new card 2024-07-26 09:59:48 +01:00
Henry
d334607a9c chore: clean up type errors and warnings 2024-07-24 16:05:40 +01:00
Henry
e50991f72f chore: user router types 2024-07-24 15:39:14 +01:00
Henry
eff5654492 fix: move board header behind modal background 2024-06-10 10:21:56 +01:00
Henry
0994fc8baf fix: remove redirect when authenticated 2024-05-07 22:58:02 +01:00
Henry
3cf20cfb38 feat: google oauth 2024-05-07 22:33:36 +01:00
Henry
23faa66d48 feat: extend skeleton loaders 2024-05-05 15:12:20 +01:00
Henry
8da27d3484 feat: skeleton loaders 2024-05-04 18:22:57 +01:00
Henry
d15870118d feat: switch next auth and drizzle to supabase (#1)
* feat: add supabase

* feat: setup auth

* feat: test refactoring board queries

* feat: convert to pages router

* feat: convert board router to supabase

* feat: swap out drizzle for supabase in label, list and workspace routers

* feat: swap out drizzle for supabase on the import router

* feat: swap drizzle for supabase on create new card

* feat: switch card router to use supabase

* feat: finish swapping drizzle for supabase

* chore: lint all router files

* fix: signout

* chore: fix types
2024-04-23 11:57:34 +01:00