antanst
1f577fc410
Add confirmation dialog when deleting project.
2025-08-08 22:35:29 +03:00
antanst
6cf79c322d
Update frontend to use UID-based routing
...
- Update all entities to include UID field
- Convert components to use UID for navigation and links
- Update services to support UID-based API calls
- Add slug utilities for UID extraction
- Update store to handle UID fields
- Fix routing throughout all components
2025-08-06 15:54:45 +03:00
Chris Veleris
b62e322a24
Setup a global spinner
2025-08-05 16:06:03 +03:00
Chris Veleris
3599bc2b60
Add nanoid
2025-08-04 23:50:53 +03:00
Chris Veleris
ff5bc9d6d6
Fix a bug in pomodoro
2025-08-04 23:50:53 +03:00
Chris Veleris
e590fec7aa
Fix layout view in today
2025-08-04 23:50:53 +03:00
Chris Veleris
a326e0f3b2
Fix an issue with taskmodal refreshing page
2025-08-04 23:50:53 +03:00
Chris Veleris
9d8542aa1e
Fix an issue with taskmodal refreshing the page
2025-08-04 23:50:53 +03:00
Chris Veleris
62b2143689
Improve task page
2025-08-04 23:50:53 +03:00
Chris Veleris
a9fa67d616
Fix an issue with Enter not saving task
2025-08-04 23:50:53 +03:00
Chris Veleris
40cd82a2e6
Update detailed view for tasks
2025-08-04 23:50:53 +03:00
Chris Veleris
5694df4adf
Split screen
2025-08-04 23:50:53 +03:00
Chris Veleris
1f70be8387
Fix project modal issues
2025-08-01 18:06:50 +03:00
Chris Veleris
31719a8c13
Fix taskmodal issues with saving and closing
2025-08-01 18:06:50 +03:00
Chris Veleris
4055fde8e1
When task with no priority, set low default
2025-08-01 18:06:50 +03:00
Chris Veleris
86b3b62e65
Remove tags when pressing backspace
2025-08-01 18:06:50 +03:00
Chris Veleris
237fa10415
Fix an issue with spilling over project name
2025-08-01 18:06:50 +03:00
Chris Veleris
bd8096968e
Add priority tooltip on tasks
2025-08-01 18:06:50 +03:00
Chris Veleris
bfe5581f9d
Change show completed button to switch
2025-07-24 10:16:32 +03:00
Chris Veleris
07062911db
Add spacing under content in modals
2025-07-23 19:43:00 +03:00
Chris Veleris
c65ea55a01
Improve modals rounded corners
2025-07-23 18:03:06 +03:00
Chris Veleris
cc7a6bfc7a
Add not found template
2025-07-23 18:03:06 +03:00
Chris Veleris
753aaba18d
Remove duplicate toaster messages on task create
2025-07-23 14:42:54 +03:00
Chris Veleris
c7bf87a66b
Fix tags element broken in task and note modals
2025-07-23 14:42:54 +03:00
Chris Veleris
710ef166da
Fix number appearing in taksmodal icon for priority
2025-07-23 14:42:54 +03:00
Chris Veleris
5527094221
Allow erasing project from task
2025-07-23 14:42:54 +03:00
Chris Veleris
9cde6ffb5b
Show all projects when editing task
2025-07-23 14:42:54 +03:00
Chris Veleris
bb87478f69
Fix an issue with completed with subtasks in project view
2025-07-23 12:22:06 +03:00
Chris Veleris
f51f6143b2
Fix an issue with areas dropdown hidden
2025-07-23 12:22:06 +03:00
Chris Veleris
6f4df2ed5a
Fix an issue with completed project tasks
2025-07-23 12:22:06 +03:00
Chris Veleris
3fdc31fb65
Fix an issue with check to done task not moving to completed
2025-07-23 12:22:06 +03:00
Chris Veleris
ec428673a1
Fix check on create and bouncing issues
2025-07-23 12:22:06 +03:00
Chris Veleris
39fa47343e
Fix lint issues
...
Fix test issues
Format fix
2025-07-23 12:22:06 +03:00
Chris Veleris
922a12c85e
Change icon
2025-07-23 12:22:06 +03:00
Chris Veleris
af653d2d2b
Fix subtask issues on project view
2025-07-23 12:22:06 +03:00
Chris Veleris
8ce3993468
Fix lint issues
...
Fix lint issues
Fix TS issues
2025-07-23 12:22:06 +03:00
Chris Veleris
9956352ff9
Move subtasks loading to global state
2025-07-23 12:22:06 +03:00
Chris Veleris
41d34cc9a2
Update subtasks layout
...
Update subtasks layout pt2
Update subtasks layout pt2
2025-07-23 12:22:06 +03:00
antanst
5123ca95e9
Lint and formatting fixes
2025-07-23 12:22:06 +03:00
antanst
2d4e65bb6e
Remove broken frontend tests
2025-07-23 12:22:06 +03:00
Chris Veleris
3cf9fbe22b
Add tests
2025-07-23 12:22:06 +03:00
Chris Veleris
97daf25c78
Add completed tasks visibility
2025-07-23 12:22:06 +03:00
Chris Veleris
ed20341ded
Improve subtasks
2025-07-23 12:22:06 +03:00
Chris Veleris
aab58f9718
Scaffold subtasks
2025-07-23 12:22:06 +03:00
Chris Veleris
cf8b1c9709
Fix an issue with create-from buttons in inbox
2025-07-22 11:44:49 +03:00
Chris Veleris
797e604a8b
Fix lint issues
2025-07-21 23:16:22 +03:00
Chris Veleris
e82e323c16
Fix infinite loops and change shortcuts
2025-07-21 23:15:39 +03:00
Chris Veleris
4d73e21af0
Fix TS issues
2025-07-21 20:00:38 +03:00
Chris
bd6d176666
Add sorting projects ( #175 )
...
* Add sorting dropdown to projects list
* Fix lint issues
* fixup! Fix lint issues
* Fix new task space and completed expose
* Fix completed switch and filters
* Fix an issue with projects not appearing as links
* Fix an issue with modal appearing relative to task list
* Remove obsolete loads
* Fix list issues
* Fix mobile/desktop settings dropdown functionality
* Update project modal layout
* Realign project options
* Fix tags dropdown in Project modal
* Fix inbox amount sidebar layout
* Fix project banner tags listing
* Remove icons from titles
* Fix lint errors
* fixup! Fix lint errors
* fixup! fixup! Fix lint errors
* Beautify notes and areas
* Experiment with new notes layout
* fixup! Experiment with new notes layout
* fixup! fixup! Experiment with new notes layout
* Fix note layout
* fixup! Fix note layout
* Fix an issue with adding an area and refreshing
the area list
* Fix an issue with project edit delete menu
* fixup! Fix an issue with project edit delete menu
* Fix an issue with projects create
* Update interaction with Notes
* Update interaction with tags
* fixup! Update interaction with tags
* Fix lint issues
* Extract shared filter
* Add sorting dropdown translations
* fixup! Add sorting dropdown translations
* fixup! fixup! Add sorting dropdown translations
2025-07-21 18:41:11 +03:00
Chris
10d96397c3
Sorting fixes ( #174 )
...
* Update version
* Order Inbox items by creation timestamp, desc
* Fix input keyboard tab and enter handling
* Fix lint issues
* Move in progress items to the top of today list
* Make tags and projects clickable
* fixup! Make tags and projects clickable
* fixup! fixup! Make tags and projects clickable
2025-07-17 17:43:56 +03:00