1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 15:27:27 +00:00
Commit graph

126 commits

Author SHA1 Message Date
cd05b15c7b
Pass lang down 2024-09-13 23:50:42 +02:00
a39ec41a19
Pass lang down 2024-09-13 23:43:28 +02:00
8de6ddebb4
fix npmrc missing 2024-09-13 19:05:46 +02:00
37a2253975
Upgrade node 2024-09-13 18:54:46 +02:00
da867e6258
Bump version to 0.4.0 2024-09-13 18:53:45 +02:00
08614b0d69
autorefresh every 30 sec 2024-09-13 18:52:46 +02:00
6af857346a
I forgor 2024-09-13 18:28:32 +02:00
d96cb1564e
Update! 2024-09-13 17:29:34 +02:00
e8144719a2
this is probably a very bad idea but whatever 2024-09-13 02:47:50 +02:00
e5a605562d
Patch up dependencies 2024-09-13 02:36:32 +02:00
977b257e57
Relicense to the EUPL-1.2 2023-11-19 05:32:27 +01:00
dependabot[bot]
3f3cb2cff1 Bump next from 13.4.12 to 13.5.0 in /todoblue
Bumps [next](https://github.com/vercel/next.js) from 13.4.12 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.4.12...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 11:57:52 +02:00
9298337c2b Add development instructions and improve development environment for todoblue 2023-10-12 11:03:56 +02:00
3b332508d4 Add build instructions for the todoblue application and container image 2023-10-12 10:02:54 +02:00
1d6a797373
Add open source notices 2023-10-11 01:37:23 +02:00
72c0353c90
Version 0.3.0
- Rate limiting
- Server at the bottom of the page
- New run configurations
2023-10-09 16:22:30 +02:00
352c8378d0 Implement rudimentary task journal 2023-09-29 09:32:42 +02:00
33cb947da3
Implement Connect and Disconnect BoardChanges on Todoblue 2023-08-22 05:44:41 +02:00
9fd3be19cf
Add missing TitleBoardSignal variant on BoardSignal on Todoblue 2023-08-22 05:10:17 +02:00
d4ac9b9cbd
Use DEFAULT_BOARD_STATE in useBoardState 2023-08-22 05:08:43 +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
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