Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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