1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 00:04:18 +00:00
Commit graph

167 commits

Author SHA1 Message Date
98261cea79
Add missing dep to useWs 2023-08-16 16:56:08 +02:00
ac7946ddc2
Don't send title change request if no changes have been applied 2023-08-16 16:56:08 +02:00
6e985405d8
Display title placeholder in untitled boards 2023-08-16 16:56:08 +02:00
36f1e2b649
Allow removing title from boards 2023-08-16 16:56:08 +02:00
3544aa7315
Set board page title from board title 2023-08-16 16:56:08 +02:00
50d765d3bd
Fix favicon and manifest not having absolute paths 2023-08-16 16:56:08 +02:00
f0804216f3
Update README.md 2023-08-13 04:14:48 +02:00
c534617045
Other visual fixes 2023-08-12 06:02:56 +02:00
75f894bbf2
Visual fixes 2023-08-12 05:46:23 +02:00
ced9053789
Various fixes 2023-08-11 19:31:33 +02:00
0c3b44a505
Fix TypeScript error with a quick hack pending a cleaner solution 2023-08-11 05:21:52 +02:00
d7f704ea49
Refactor the whole frontend into something with probably more sense 2023-08-11 05:04:49 +02:00
948abb30d0
Fix toggleStarred typing 2023-08-09 04:44:42 +02:00
0d731c6d5a
Add toggleStarred callback to StarredProvider 2023-08-09 04:32:25 +02:00
506a27e989
Add isStarred callback to StarredProvider 2023-08-09 04:28:18 +02:00
e27ace8d13
Rename lng parameter to lang 2023-08-09 04:14:05 +02:00
98bcca2fe8
Fix error string 2023-08-09 03:39:12 +02:00
5539a5ffb3
Rename .appBody CSSm class to .body 2023-08-09 01:50:58 +02:00
11eb6ec4ad
Improve RootHeader's height 2023-08-09 01:44:34 +02:00
8cbcddc715
Remove padding-top from BoardHeader 2023-08-08 18:27:37 +02:00
0f857af887
Fix incorrect import in StarredBoardsPanel 2023-08-08 18:26:59 +02:00
8745affeb5
Move API-related hooks to (api) 2023-08-08 18:04:02 +02:00
409110a8fa
Refactor StarredContext module structure 2023-08-08 18:03:13 +02:00
8c50a91727
Move StarContext to (layout)/StarredManager 2023-08-08 17:56:00 +02:00
a809c42ad0
Move useKebabStates to (utils) 2023-08-08 17:54:27 +02:00
4d10dfefb4
Specify "use client" in useHttpBaseURL 2023-08-08 17:53:27 +02:00
6383b8ff3d
Specify "use client" in useCycleState 2023-08-08 17:52:34 +02:00
04d76c2a70
Move useCycleState to (utils) 2023-08-08 17:52:21 +02:00
03fc7286a9
Delete unused useBoardCreator 2023-08-08 17:50:09 +02:00
12d3427435
Display an icon if the board has no tasks 2023-08-08 17:40:07 +02:00
5982352792
Fix websocket backoff mechanisms 2023-08-08 17:35:12 +02:00
550b2e6c51
Rename AppBody to just Body 2023-08-08 16:31:50 +02:00
53478aaf27
Rename useTranslation to useServerTranslation and useClientTranslation for easier autocompletion 2023-08-08 16:30:02 +02:00
002473bf1a
RootFooter: Remove unused call to useTranslation 2023-08-08 16:28:58 +02:00
298aa8ccef
Refactor parts of RootMain into CreateBoardChapter and ExistingBoardChapter 2023-08-08 16:24:01 +02:00
a8ac2e203f
Remove unused prop blocking build 2023-08-08 04:34:34 +02:00
1b91d1323c
Upgrade PWA to standalone 2023-08-08 04:30:24 +02:00
c8270156e8
Add no background icons 2023-08-08 04:30:03 +02:00
0e2b2d05f7
Add logo with no background 2023-08-08 04:18:41 +02:00
f6f6cbf9df
Setup localization and localize root page 2023-08-08 04:06:41 +02:00
567818e95e
Add starring mechanism 2023-08-07 18:40:40 +02:00
d750d7949b
Rename app to "Todocolors" in manifest 2023-08-06 19:19:36 +02:00
02cde589ec
Add icon to the README 2023-08-06 18:58:41 +02:00
637fffd5aa
Allow selection of text without flipping the card 2023-08-06 18:54:56 +02:00
9a844b5ad3
Change default grouping and ordering 2023-08-06 18:48:39 +02:00
86a07b2479
Add logo and improve metadata and manifest 2023-08-06 18:47:07 +02:00
fe75a88431
Fix max-width in single column mode 2023-08-06 03:46:37 +02:00
380ff6faf3
Fix useHttpBaseURL missing /api 2023-08-06 03:36:53 +02:00
79b6d65436
CSS fixes and single column mode 2023-08-06 03:24:36 +02:00
def0298b12
Rearrange CSS rules into something with more sense 2023-08-06 02:11:28 +02:00