Commit graph

386 commits

Author SHA1 Message Date
Chris
d5605d7739
Remove dot from upcoming tasks (#561) 2025-11-17 22:38:45 +02:00
Chris
01ba863372
Prevent duplicate generation (#560) 2025-11-17 22:22:59 +02:00
Chris
e5bd2fac95
Fix completed in upcoming filter (#559) 2025-11-17 19:33:51 +02:00
Chris
fdc01b6901
Wrap long subtask text (#558) 2025-11-17 19:16:24 +02:00
Chris
2a1769bd72
Fix smart view pagination (#557)
* Add pagination to smart views

* fixup! Add pagination to smart views

* fixup! fixup! Add pagination to smart views

* fixup! fixup! fixup! Add pagination to smart views
2025-11-17 18:39:14 +02:00
Chris
76cba7d8b7
Fix debounce task creation (#555)
* Debounce task save button

* fixup! Debounce task save button
2025-11-17 15:49:14 +02:00
Chris
1008130e2c
Fix markdown (#553) 2025-11-17 01:27:57 +02:00
Chris
e47e2f5ffa
Fix today task name change (#552)
* Update tasks in today page on task modal edit

* fixup! Update tasks in today page on task modal edit
2025-11-16 23:29:01 +02:00
Chris
673a6a56ee
Fix static base path (#549) 2025-11-16 22:43:06 +02:00
Chris
b0041bafe1
Fix today recurring missing (#548)
* Expose today task from a recurring series

* fixup! Expose today task from a recurring series

* fixup! fixup! Expose today task from a recurring series
2025-11-16 18:00:39 +02:00
Chris
6fb87ac80a
Feat refactor tasks pt1 (#536)
* Refactor swagger docs

* Scaffold refactor

* Refactor crud tasks

* fixup! Refactor crud tasks

* Break down task layout

* fixup! Break down task layout

* fixup! fixup! Break down task layout

* Cleanup comments

* fixup! Cleanup comments

* Cleanup obsolete code

* Remove helpers
2025-11-15 14:02:06 +02:00
Jean Bispo
c08ed6e88c
fix: null project id on edit task (#511) 2025-11-10 13:43:10 +02:00
Chris
bdc6e1e71f
API Access (#495)
* Scaffold API docs

* fixup! Scaffold API docs

* Add versioning

* Scaffold API Access

* fixup! Scaffold API Access

* fixup! fixup! Scaffold API Access

* Remove DEBUG logs, add tests

* fixup! Remove DEBUG logs, add tests

* Add rate limiter

* Only enable swagger in development

* Update docs

* fixup! Update docs

* fixup! fixup! Update docs

* Fix issue with markdown table headers
2025-11-07 15:19:30 +02:00
Chris Veleris
cea7bc4e06 Add back checkbox selection 2025-11-07 00:39:56 +02:00
Chris Veleris
b12cd676a9 Add back checkbox selection 2025-11-07 00:39:39 +02:00
Chris Veleris
b2fe9a8860 Fix flickering note 2025-11-06 23:47:51 +02:00
Chris Veleris
90be128fdf Fix an issue with editing notes 2025-11-06 23:44:41 +02:00
Chris Veleris
f5820f3440 Fix an issue with editing notes 2025-11-06 23:43:20 +02:00
Chris
72d0baeb75
Notes page revamp! (#487)
* Setup wide layout

* fixup! Setup wide layout

* Setup new layout
2025-11-06 17:59:30 +02:00
Chris
c753331874
Fix/note checkboxes (#486)
* Add checkboxes and make them clickable

* fixup! Add checkboxes and make them clickable
2025-11-05 16:09:51 +02:00
Chris
8bc951b0ff
Replace ?uid with /:uid (#482)
* Replace ?uid with /:uid

* fixup! Replace ?uid with /:uid
2025-11-04 14:29:31 +02:00
Chris
eef7b98708
Fix sharing links in tag details page (#480) 2025-11-04 13:29:03 +02:00
Chris
b8c46e1d0d
Set verification modal on escape (#470) (#473)
* fixup! Fix priority auto (#470)

* Add translations
2025-11-03 16:27:13 +02:00
Chris
1e0d35a8c9
Fix/inconsistent tags (#471)
* Highlight project with keyboard keys

* fixup! Highlight project with keyboard keys

* fixup! fixup! Highlight project with keyboard keys

* Fix login issue
2025-11-03 12:24:16 +02:00
Chris
9807a4eea2
Fix priority auto (#470)
* Make none as default priority for tasks and projects

* fixup! Make none as default priority for tasks and projects
2025-11-02 16:51:11 +02:00
Chris
00eda4b936
Fix/descriptive ai feat (#464)
* fix AI feature not working

* fixup! fix AI feature not working
2025-11-02 14:14:55 +02:00
Chris
26a0024207
Add new logos (#463)
* Add new logos

* fixup! Add new logos

* fixup! fixup! Add new logos

* Setup login screen

* fixup! Setup login screen
2025-11-02 00:18:40 +02:00
David Leibovych
e8ee29c738
Increases checkbox size on mobile (#427)
* feat: makes checkbox larger

* fix: var name

* fix: revert metadata var meaning

* fix: styling
2025-10-31 22:59:14 +02:00
Chris Veleris
63dfb51aaf Fix search links 2025-10-29 23:16:32 +02:00
Chris Veleris
c983ba42ba Fix an issue with completed tasks in views 2025-10-29 15:19:38 +02:00
antanst
f860fdfe3e More stable tests by using proper data-* attrs 2025-10-25 09:25:27 +03:00
antanst
35afeb9a72 E2E test hardening.
- Use test specific db, not development
- Clean up DB after each test run.
2025-10-25 09:25:27 +03:00
Chris
fe0266d70a
Fix tags issue (#450)
* Fix uniqueness issue for tags

* fixup! Fix uniqueness issue for tags
2025-10-25 05:07:43 +03:00
Chris Veleris
3057051ecd Scale down font 2025-10-23 23:45:11 +03:00
Chris
5cf662d028
Fix tags deletion (#447)
* Add tag title validation and show icons

* fixup! Add tag title validation and show icons
2025-10-23 23:28:56 +03:00
Chris
48ee54a12f
Fix universal search (#445)
* Fix tags not included in views

* fixup! Fix tags not included in views

* Show toaster when creating view

* Add more translations

* Fix test issues
2025-10-23 21:43:42 +03:00
Chris Veleris
c6407570c7 Fix search collapse on mobile 2025-10-23 21:43:17 +03:00
David Leibovych
2761afb190
fix: keyboard should be hidden always on input blur (#446) 2025-10-23 21:31:49 +03:00
David Leibovych
f4769b62ef
feat: focus shows the modal, blur hides the modal on mobile (#442) 2025-10-23 11:50:27 +03:00
Chris
02b493d61f
Universal search (#412)
* Global search scaffold

* Add search preview text

* Add generic fallback for preview text in search

* fixup! Add generic fallback for preview text in search

* Add more tweaks

* fixup! Add more tweaks

* Fix an issue with criteria

* fixup! Fix an issue with criteria

* fixup! fixup! Fix an issue with criteria

* fixup! fixup! fixup! Fix an issue with criteria

* Fix an issue with priority filter

* fixup! Fix an issue with priority filter

* Add sortable pins

* fixup! Add sortable pins

* Make options collapsed by default

* Tweak UI

* Add tests

* Add translations

* Add more translations

* fixup! Add more translations

* Add minor tweaks
2025-10-22 22:00:45 +03:00
Chris Veleris
86bce31992 fixup! Scaffold timezone package 2025-10-20 16:01:49 +03:00
Chris Veleris
5e1c67e1c1 Scaffold timezone package 2025-10-20 13:32:03 +03:00
Chris Veleris
02854b2fa3 Fix inbox sidebar counter 2025-10-20 12:16:12 +03:00
Chris Veleris
3d7d61ee8b Fix note modal deletion confirmation box 2025-10-20 12:12:34 +03:00
Chris Veleris
a56d12b441 Fix not visible note button 2025-10-20 11:21:35 +03:00
Chris Veleris
3c7a4851bb Fix modal closing when dragging content 2025-10-20 10:50:26 +03:00
Chris Veleris
7178f3dccb Add user edit 2025-10-15 16:48:03 +03:00
Chris Veleris
2cd7d9abe4 Add translations 2025-10-15 13:05:57 +03:00
Chris Veleris
6eaf4e723e Fix mobile view 2025-10-13 11:09:19 +03:00
Chris Veleris
6589836336 Fix tags badge inconsistency 2025-10-13 11:09:19 +03:00