Chris
ad8ab3ec72
Fix refactor pt2 ( #734 )
...
* Cleanup task routes
* Cleanup frontend tasks
* Clean tasks
* Cleanup project uid
* Cleanup quick capture old modal
* Cleanup taskmodal
* Move all icons to shared components
* Test inbox flow
* fixup! Test inbox flow
2025-12-27 17:46:34 +02:00
Chris
4d2ea4212c
Cleanup statuses ( #724 )
...
* Cleanup statuses
* Add more statuses
* Hide buttons
* fixup! Hide buttons
* Show subtasks on click
* Fix status button in taskdetails page
* fixup! Fix status button in taskdetails page
* fixup! fixup! Fix status button in taskdetails page
* Fix today planned query
2025-12-19 11:13:27 +02:00
Chris
67d8f9e0dd
Add universal filter to tag details page ( #690 )
...
* Add universal filter to tag details page
* fixup! Add universal filter to tag details page
2025-12-09 12:45:01 +02:00
Chris
b0b613f7bd
Reorder elements ( #687 )
...
* Reorder elements
* Enhance global search
2025-12-09 10:51:51 +02:00
Chris
270a80f71b
Fix an issue with tasks appearing in today without a flag ( #640 )
2025-12-03 16:48:47 +02:00
Chris
2d2a989a5f
Fix bug 619 ( #629 )
...
* Add tasks today plan fixes
* fixup! Add tasks today plan fixes
* fixup! fixup! Add tasks today plan fixes
* fixup! fixup! fixup! Add tasks today plan fixes
2025-12-02 18:00:36 +02:00
Chris
bfeffa069f
Fix an issue with task not completing in TaskDetails view ( #620 )
...
* Fix test issues
* Fix uid issue
* Fix id wrong param
* Fix test issues
* fixup! Fix test issues
* fixup! fixup! Fix test issues
* fixup! fixup! fixup! Fix test issues
* fixup! fixup! fixup! fixup! Fix test issues
2025-11-30 14:51:49 +02:00
Chris
56bb834a5f
Refresh e2e tests ( #606 )
...
* Refresh and add Register e2e
* fixup! Refresh and add Register e2e
2025-11-29 21:25:42 +02:00
Chris
8dc6194c80
Feat improve task details ( #585 )
...
* Fix project section
* Add project and tags sections
* Enhance task details page and add translations
* Enhance Task Details page
* Enhance project details page
* Note details page fix
* Enhance Views Tags Search
* Search enhancements
* fixup! Search enhancements
2025-11-21 18:43:10 +02:00
Chris
cadb3fc6ee
Set priority to low when creating task from inbox ( #562 )
2025-11-17 22:46:33 +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
b6748aa0d7
Fix subtasks copy ( #546 )
2025-11-15 22:00:18 +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
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 Veleris
63dfb51aaf
Fix search links
2025-10-29 23:16:32 +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
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
a81ca2f2b6
Fix upcoming completed issue ( #404 )
...
* Fix upcoming completed issue
* fixup! Fix upcoming completed issue
* fixup! fixup! Fix upcoming completed issue
* Fix completed icon plscement
* fixup! Fix completed icon plscement
* Add upcoming section tests
2025-10-11 00:08:13 +03:00
Chris
119b04acff
Fix inbox items refresh ( #398 )
...
* Fix inbox items refresh
* fixup! Fix inbox items refresh
2025-10-07 17:10:33 +03:00
Chris
26d4fba70d
Fix project notes deletion ( #396 )
...
* Fix note deletion and modal
* Fix orphan notes issue
* Fix project areas filtering
* fixup! Fix project areas filtering
2025-10-07 06:16:42 +03:00
Antonis
4fa2aa91bf
Fix E2E test breakage ( #380 )
...
* Add logging placeholder functions, fix notes.js uids
* Add UIDs to inbox items. Includes migration.
* Add UID to users.
* Add project UIDs usage.
* Add script that runs specific E2E test(s)
* Only run Chromium E2E tests by default.
* Fix breaking E2E tests
* fixup! Fix breaking E2E tests
---------
Co-authored-by: antanst <>
Co-authored-by: Chris Veleris <chrisveleris@gmail.com>
2025-10-05 16:04:46 +03:00
Antonis
c9f7fbb522
Fix notes.js & areas.js UID usage and remove IDs. ( #355 )
...
* Add logging placeholder functions, fix notes.js uids
* Fix areas.js uids and remove ids
* Add UIDs to inbox items. Includes migration.
* id -> uid for task-events.js
---------
Co-authored-by: antanst <>
2025-09-29 16:03:46 +03:00
antanst
8e2f115397
Run headed UI tests sequentially
2025-09-23 10:09:44 +03:00
Chris
dc4aca3710
Tweak playwright options ( #303 )
...
* Add taskid to html elements
* Fix e2e timeouts
* Fix more e2e tests
* Fix formatting
2025-09-09 12:53:40 +03:00
Chris
7d34694c83
Add more e2e tests ( #299 )
...
* Add inbox tests
* Add tasks e2e tests
* Add projects e2e tests
* Add area e2e tests
* Add note e2e tests
* Add tags e2e tests
2025-09-05 11:07:05 +03:00
antanst
8dd5e2b111
Add npm run test:ui:headed to view browser during tests
2025-08-09 22:22:43 +03:00
antanst
9af587d918
Add Playwright scaffolding and example E2E test.
2025-08-09 22:22:43 +03:00