|
d4ac9b9cbd
|
Use DEFAULT_BOARD_STATE in useBoardState
|
2023-08-22 05:08:43 +02:00 |
|
|
b3ce2e9f0b
|
Removed debug info superfluous logging
|
2023-08-22 04:43:11 +02:00 |
|
|
8bcedd9fbf
|
Endpoints which return the version now return a JSON object
|
2023-08-22 04:18:01 +02:00 |
|
|
823de0af36
|
Update Todored dependencies
|
2023-08-22 03:57:49 +02:00 |
|
|
26d666d2af
|
Significantly improve Dockerfile
https://github.com/vercel/next.js/tree/canary/examples/with-docker
|
2023-08-19 06:23:43 +02:00 |
|
|
780488560e
|
Significantly improve Dockerfile
https://github.com/vercel/next.js/tree/canary/examples/with-docker
|
2023-08-19 06:18:13 +02:00 |
|
|
d7f74b172a
|
Pin Docker node version
|
2023-08-19 05:59:17 +02:00 |
|
|
42446c37f0
|
Tweak color palette
|
2023-08-19 05:56:20 +02:00 |
|
|
3a30bceb80
|
Fix the wrong number of seconds to reconnection getting displayed
|
2023-08-19 05:25:52 +02:00 |
|
|
9c6b9f9b3d
|
Fix useWs not reconnecting after an error
|
2023-08-19 05:23:10 +02:00 |
|
|
e8d16b34ca
|
Fix type error in BoardMain
|
2023-08-16 16:56:08 +02:00 |
|
|
77227e9fe7
|
Upgrade dependencies
|
2023-08-16 16:56:08 +02:00 |
|
|
08aecfa53e
|
Remove unused imports
|
2023-08-16 16:56:08 +02:00 |
|
|
f11dde412c
|
Fix useWs opening multiple connections at once
|
2023-08-16 16:56:08 +02:00 |
|
|
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 useKebabState s 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 |
|