Commit Graph

84 Commits

Author SHA1 Message Date
fd06713555 link topic in topics page to topic page 2025-12-16 01:04:24 +01:00
e8c8779536 sort topics based on amount of tasks 2025-12-15 22:26:54 +01:00
f28c0f56ad show topics list 2025-08-25 20:40:10 +02:00
Stan
e77509b909 Fix progress index after search 2025-07-02 14:23:12 +02:00
1a2c7b5f55 explicit funciton return types 2025-06-30 03:21:49 +02:00
3a1877375d add index to tasks 2025-05-25 23:57:16 +02:00
fe3329fc37 add basic search bar 2025-03-24 18:49:20 +01:00
16186baf7f add notes 2025-03-23 02:09:41 +01:00
cccf2137a4 always show add topic 2025-03-23 02:02:31 +01:00
9211070ab2 hide edit button if signed in 2025-03-23 01:56:42 +01:00
7402b548a3 fix self closing tags 2025-03-06 23:54:11 +01:00
f189d84330 increase percentage decimal count to 3 2025-03-03 14:23:08 +01:00
3b42fa902d add mobile view 2025-02-24 22:24:33 +01:00
11f56aa986 add total points aggregration and percentage 2025-02-24 21:22:04 +01:00
157c95ea98 order tasks by current points desc 2025-02-24 21:09:28 +01:00
3ce9ae8e9a extend cookie length 2025-02-24 20:29:34 +01:00
002f959b44 protect endpoint with cookie 2025-02-24 20:27:42 +01:00
122830a3f5 disable editing when not logged in 2025-02-24 20:18:06 +01:00
cf8c444d4a remove actions in table 2025-02-24 20:12:46 +01:00
2462ab66fe feat: add total points 2025-02-13 22:17:16 +01:00
0903476323 fix: center align input field for authentication token 2025-01-27 01:00:27 +01:00
508c404985 fix: update heading color for authentication prompt 2025-01-27 00:59:57 +01:00
c2eebd0d04 fix: show points and progress bar in table 2025-01-27 00:55:44 +01:00
684eef4d7c fix: update updated_at when updating progress 2025-01-27 00:50:40 +01:00
05742cd8dc fix: sort tasks by updated 2025-01-27 00:44:31 +01:00
31eb19f078 feat: add progress bar and inputs 2025-01-27 00:41:25 +01:00
5ded908c99 feat: topic page 2025-01-25 19:53:15 +01:00
4631b44d82 fix: search logic 2025-01-25 02:53:16 +01:00
385dcf602c fix: type error 2025-01-25 02:47:04 +01:00
951a0b5256 show topics on all tasks 2025-01-24 12:33:10 +01:00
f84c864dd4 feat: remove topics 2025-01-24 12:24:44 +01:00
e2d3e75311 feat: add topics creation/adding 2025-01-24 12:15:35 +01:00
f82b3373b4 fix: remove text color from name input field 2025-01-23 21:38:40 +01:00
975ed08753 update package lock 2025-01-23 21:38:01 +01:00
24719267d2 fix: use process.env instead of sveltekit env 2025-01-22 04:32:47 +01:00
ab289b49c9 fix: remove env vars 2025-01-22 04:16:50 +01:00
ed037bea17 fix: use env instaed of arg 2025-01-22 04:10:57 +01:00
70cd65d30b use port 3000 again lol 2025-01-22 03:09:10 +01:00
775938ae53 use port 3000 2025-01-22 03:02:52 +01:00
dbf51708a1 fix: remove console log 2025-01-22 03:02:24 +01:00
7ed1ab5632 style: convert add topic into shadcn combobox 2025-01-22 02:48:28 +01:00
c56ad08647 deps: add shadcn svelte 2025-01-21 23:26:24 +01:00
7772ddde48 feat: add google analytics 2025-01-21 22:01:00 +01:00
bd7a03b79c fix: update auth token in ci cd files 2025-01-19 21:34:42 +01:00
710fd16088 feat: check for token for editing 2025-01-19 21:27:27 +01:00
b679e259ed temp: check db url 2025-01-18 01:21:00 +01:00
62038e26fb chore: permission changes for orbstack 2025-01-18 01:12:27 +01:00
c1c0503ee3 fix: dont use prepared statements for supabase 2025-01-18 01:12:13 +01:00
1c0b738f20 fix: use personal website schema 2025-01-18 00:23:05 +01:00
fe19fce6cc fix: use db url in dockerfile as well 2025-01-17 22:28:32 +01:00