Add hacky way to not reload page when starting/ending session
continuous-integration/drone/push Build is passing

Partially fixes #52
This commit is contained in:
2023-09-20 18:54:54 +02:00
parent c5653977ff
commit bc81a0ee8e
5 changed files with 12 additions and 5 deletions
+1
View File
@@ -6,6 +6,7 @@
* Fix bug when filtering only manual sessions (https://git.kucharczyk.xyz/lukas/timetracker/issues/51)
* Add copy button on Add session page to copy times between fields
* Use the same form when editing a session as when adding a session
* Add a hacky way not to reload a page when starting or ending a session (https://git.kucharczyk.xyz/lukas/timetracker/issues/52)
## 1.0.3 / 2023-02-20 17:16+01:00