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

146 commits

Author SHA1 Message Date
77a010a0bd Add build instructions for the todored binary 2023-10-11 16:03:10 +02:00
1d6a797373
Add open source notices 2023-10-11 01:37:23 +02:00
57c64ab095
Add LICENSE.txt 2023-10-10 19:36:38 +02:00
b1c2d21fd8
Add IntelliJ module for Todocolors itself 2023-10-10 19:34:23 +02:00
8c4fe06a78
Update compose.yml 2023-10-09 19:42:57 +02:00
ec7ae686f8
Remove unused compose-build.yml 2023-10-09 18:54:39 +02:00
391bd53fc7
Classic Cargo.lock falling behind 2023-10-09 16:30:08 +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
dependabot[bot]
1de08ce469 Bump tungstenite from 0.20.0 to 0.20.1 in /todored
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.20.0 to 0.20.1.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: tungstenite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 19:29:03 +02:00
a0342d9aa8 Derive defaults for TaskIcon, TaskImportance, TaskPriority, and v1::TaskStatus 2023-09-29 09:42:15 +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
5ca640be39
Remove some unused imports 2023-08-22 05:13:50 +02:00
9fd3be19cf
Add missing TitleBoardSignal variant on BoardSignal on Todoblue 2023-08-22 05:10:17 +02:00
022efc3ef7
Implement Connect and Disconnect BoardChanges on Todored 2023-08-22 05:09:12 +02:00
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