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

186 commits

Author SHA1 Message Date
39083c13b1
Tweak more task stuff
I seems like I can't do atomic commits right in this project
2023-08-03 18:10:45 +02:00
16d2d5f98b
Make task icons larger 2023-08-03 17:41:29 +02:00
e771b49351
Tweak task group column size 2023-08-03 17:41:24 +02:00
9a4a857e9c
Delete leftover BoardError.module.css 2023-08-03 17:26:30 +02:00
3f774cfa6d
Use <main> instead of <div> in BoardMainTaskGroups 2023-08-03 17:24:22 +02:00
acb31c46eb
Rename BoardBody to BoardMain 2023-08-03 17:23:02 +02:00
3075855592
Remove unused class 2023-08-03 17:22:32 +02:00
92c720f61d
Rename BoardColumns to BoardMainTaskGroups 2023-08-03 17:09:03 +02:00
f392e86b81
Rename BoardLoading to BoardMainLoading 2023-08-03 17:08:33 +02:00
616de5f8e3
Stylish! 2023-08-03 17:06:59 +02:00
a56f54df96
Get more stuff to work 2023-08-03 15:25:23 +02:00
7a17afc267
Final progress for today 2023-08-03 06:16:53 +02:00
0865ca94e7
Refactor code 2023-08-03 02:23:15 +02:00
7549d4e1e3
Create groupAndSortTasks function 2023-08-02 13:23:44 +02:00
3c6b9ba36e
Make some frontend progress 2023-08-02 04:14:49 +02:00
88b3ab1674
Kebabify board names in the backend 2023-08-01 23:57:29 +02:00
905a5899a0
Create main page skeleton 2023-08-01 18:13:20 +02:00
919c8d6ebf
Don't store board grouping on the server 2023-08-01 17:29:05 +02:00
2f3cc201c7
Get /board/{board}/ws to work, definitely 2023-08-01 01:52:12 +02:00
88dae2ed3b
Get /board/{board}/ws to work, probably 2023-07-31 20:26:37 +02:00
3ff50d8584
*Git refused to commit for a while* 2023-07-31 16:57:38 +02:00
345d59268d
Implement BoardOperation::store_or_500 2023-07-31 12:32:55 +02:00
93a0dc65b6
Rename ServerOperation to BoardOperation 2023-07-31 12:32:04 +02:00
f3ae182d67
Perhaps String ids are easier to handle in Rust than u64
https://redis.io/commands/xadd/
2023-07-31 12:12:56 +02:00
66c8ee9a79
Use u64 instead of Uuid to match Redis behaviour
https://redis.io/commands/xadd/
2023-07-31 12:08:43 +02:00
3353eea1a0
Generalize RedisUnwrapOr500 trait to UnwrapOr500 2023-07-31 12:00:12 +02:00
a705e73803
Setup editor config in server and reformat everything 2023-07-30 02:31:48 +02:00
66384988db
Create basic README 2023-07-30 02:26:40 +02:00
3ee1152c9f
Create initial board server page 2023-07-30 02:24:47 +02:00
fb70caf7ba
Emulate terminal in server runConfig 2023-07-30 02:22:06 +02:00
73c0acfb14
Create client runConfig 2023-07-30 02:21:52 +02:00
1536b495c7
Create initial board viewer page 2023-07-30 02:21:29 +02:00
c832166e2a
Create server IntelliJ run configuration 2023-07-29 19:23:37 +02:00
c1d0eb908d
Disable IntelliJ spellchecking 2023-07-29 19:22:14 +02:00
83a303eede
Create backend skeleton 2023-07-29 19:22:02 +02:00
d2729c25e9
Initial commit 2023-07-29 15:58:17 +02:00