Commit graph

434 commits

Author SHA1 Message Date
antanst
cae588a3e6 Only run Chromium E2E tests by default. 2025-10-02 12:20:45 +03:00
antanst
7ba2ec82a5 Add script that runs specific E2E test(s) 2025-10-02 12:20:45 +03:00
antanst
4522ed7716 Add project UIDs usage. 2025-10-02 12:20:45 +03:00
antanst
228f16dcb8 Add UID to users. 2025-10-02 12:20:45 +03:00
antanst
ceb5d8357e Add UIDs to inbox items. Includes migration. 2025-10-02 12:20:45 +03:00
antanst
6962fc85c5 Add logging placeholder functions, fix notes.js uids 2025-10-02 12:20:45 +03:00
Chris Veleris
e6b3db7165 release: v0.83-rc7 2025-10-02 00:41:23 +03:00
Chris Veleris
8423aabf3a release: v0.83-rc6 2025-10-02 00:22:55 +03:00
Chris Veleris
823f6677b4 Fix safeRemoveColumn to properly handle SQLite table recreation 2025-10-02 00:21:26 +03:00
Chris Veleris
798674c294 release: v0.83-rc5 2025-10-01 23:45:34 +03:00
Chris Veleris
756253836c release: v0.83-rc4 2025-10-01 23:20:01 +03:00
Chris Veleris
2855488f8b Fix FK issue in migration 2025-10-01 23:19:47 +03:00
Chris Veleris
b5d966e03c release: v0.83-rc3 2025-10-01 18:03:04 +03:00
Chris Veleris
369ed652ee Fix an issue with character escaping 2025-10-01 18:02:47 +03:00
Chris Veleris
7c2936832f release: v0.83-rc2 2025-10-01 13:10:07 +03:00
Chris Veleris
4adedf0ff8 Tweak the safeRemoveColumn function 2025-10-01 13:09:38 +03:00
Chris Veleris
31eae22f04 Fix formatting 2025-09-30 12:36:47 +03:00
Chris Veleris
aa67d1008d Fix typescript issues 2025-09-30 12:35:55 +03:00
Chris Veleris
1809bdff14 release: v0.83-rc1 2025-09-30 11:54:26 +03:00
Chris Veleris
12531131e8 Add script to bump version 2025-09-30 11:52:12 +03:00
Chris
9d2b1895af
Feat/add project states (#354)
* Scaffold project states

* fixup! Scaffold project states

* Fix blinking project modal

* fixup! Fix blinking project modal

* fixup! fixup! Fix blinking project modal

* Fix an issue with the tag input autosuggest

* fixup! Fix an issue with the tag input autosuggest

* fixup! fixup! Fix an issue with the tag input autosuggest

* Add state to project details

* fixup! Add state to project details

* Add state indicator on project cards

* fixup! Add state indicator on project cards
2025-09-29 16:04:25 +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
Chris
11568e6f3c
Move icons in mobile to list (#358) 2025-09-23 22:45:07 +03:00
antanst
8e2f115397 Run headed UI tests sequentially 2025-09-23 10:09:44 +03:00
antanst
ef37ead4b2 Change tags to use uid instead of id. 2025-09-23 10:09:44 +03:00
antanst
3ae4b62071 Small cleanups 2025-09-23 10:09:44 +03:00
Antonis
70956f9ecd
Change tags to use uids instead of ids. (#351)
* Small cleanups

* Change tags to use uid instead of id.

---------

Co-authored-by: antanst <>
2025-09-22 17:10:29 +03:00
Chris Veleris
8b01e456b3 Fix test issues 2025-09-22 14:37:22 +03:00
Antonis
a5fd9d49d2
Fix favicon in production deployments (#346)
Co-authored-by: antanst <>
2025-09-19 16:08:08 +03:00
Chris
c237d71ccb
Add inbox pagination (#340)
* Bump version

* Bump version

* Scaffold inbox pagination

* fixup! Scaffold inbox pagination
2025-09-19 16:07:50 +03:00
klahr
bc121b03d8
Fix translation (#344) 2025-09-19 10:53:23 +03:00
Chris Veleris
259eec2783 Fix an issue with duplicate toasters when creating a task from inbox 2025-09-18 18:25:22 +03:00
Chris
fcbccbc838 Feat add first day of week (#339)
* Add setup for first day of week

* Add full weekdays

* fixup! Add full weekdays
2025-09-18 12:57:28 +03:00
Chris Veleris
175c6a1d7e Remove duplicate toaster 2025-09-18 12:57:28 +03:00
Chris Veleris
f456fd982f Allow note deletion 2025-09-18 12:57:28 +03:00
Chris Veleris
480d12fb13 Bind note to project 2025-09-18 12:57:28 +03:00
Chris
568613151b Fix delete note refresh (#337)
* Remove note from store when deleting

* fixup! Remove note from store when deleting

* Fix note deletion issues

* fixup! Fix note deletion issues

* Add translations
2025-09-18 12:57:28 +03:00
Chris
17cba48ef8 Fix project list empty (#335)
* Move all fetch project actions to layout

* fixup! Move all fetch project actions to layout
2025-09-18 12:57:28 +03:00
Chris Veleris
a336653e23 Bump version
Bump version
2025-09-18 12:57:28 +03:00
Chris Veleris
c527bba2dc Fix issue with recurring tasks search 2025-09-14 21:50:01 +03:00
Chris Veleris
f5b40b70b5 Revert "Fix search for recurring"
This reverts commit d86b340128.
2025-09-13 23:04:57 +03:00
Chris Veleris
5eb0ae25f6 Bump version 2025-09-12 23:23:46 +03:00
Chris Veleris
d86b340128 Fix search for recurring 2025-09-12 23:23:15 +03:00
Chris Veleris
f0ac7fb72d Bump version 2025-09-12 16:55:41 +03:00
Chris Veleris
1bcedd05db Add project_id_changed for tasks that are moved 2025-09-12 16:53:06 +03:00
Chris Veleris
06ebdd2e63 Bump version 2025-09-12 12:59:30 +03:00
Chris Veleris
5837184d2a Tweak including instances for recurring tasks 2025-09-12 12:58:46 +03:00
Chris Veleris
475a7e2bf8 Bump version 2025-09-12 12:43:58 +03:00
Chris
d8cd794a0c
Small fixes (#320)
* Fix upcoming view

* Fix to show areas projects

* fixup! Fix to show areas projects

* Fix symbol validation for tags

* Add hash to allowed characters for tag names

* Fix project deletion constraints

* fixup! Fix project deletion constraints

* Fix search functionality in All Tasks view

* fixup! Fix search functionality in All Tasks view

* Fix task save not refreshing list
2025-09-12 12:39:03 +03:00
Chris
6dcb794a26
Fix recurring tasks duplication in productivity assistant (#313)
* Fix an issue with recurring tasks in prod assistant

* fixup! Fix an issue with recurring tasks in prod assistant
2025-09-10 12:52:06 +03:00