diff options
author | Joris | 2022-01-09 14:50:45 +0100 |
---|---|---|
committer | Joris | 2022-01-09 14:50:45 +0100 |
commit | 6c47403b11e7aaf1a22778bdc7615051779cb7bd (patch) | |
tree | 66b643ed4032b65e16dffce9182a6a1e46c56e3a /README.md | |
parent | d0a9063631e71928484a698f6c585ebb3915e8a2 (diff) |
Allow to delete events
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -12,11 +12,6 @@ nix develop --command cargo run # TODO -## CRUD - -1. Modify an event with double click. -2. Delete an event with right click. - ## Complexify event Be able to specify repetition. @@ -52,3 +47,4 @@ Be able to specify repetition. - Apply a style on times in the calendar (bold ?). - Print errors on forms when validating. - Validate the form when pressing enter on any field +- Remove event with right click |