diff options
author | Joris | 2022-03-20 12:56:16 +0100 |
---|---|---|
committer | Joris | 2022-03-20 12:56:16 +0100 |
commit | 6277be699e613756fb786a524f71ddbe509ab81e (patch) | |
tree | fa78cb941f2d66c212825d67758766cbf45d1310 /README.md | |
parent | fc5d0bcd25059e45064478710aa2943d8369dcd0 (diff) |
Fix until being considered before end getting reps
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,11 +18,11 @@ cargo test ## Description -- Add description textarea field +- Add description textarea field. ## Optimizations -- Optimize refresh +- Optimize refresh. ## Categorize events @@ -31,12 +31,12 @@ cargo test ## Multi day events -- Try width parameter using grid.attach +- Try width parameter using grid.attach. ## Nice to have - Drag & drop events. -- Prevent to launch multiple instances. +- Prevent launching multiple instances. - Show a date picker in dialog form. - Print errors on forms when validating. - Validate the form when pressing enter on any field. |