Commit graph

364 commits

Author SHA1 Message Date
antanst
a43e1c29fe Fix Docker segfault 2025-08-17 17:10:07 +03:00
Chris Veleris
d9158437e9 Fix dropdown task placement 2025-08-15 14:40:50 +03:00
Chris Veleris
e56a4ddeb2 Make dropdown menu wider in sidebar bottom 2025-08-14 23:21:25 +03:00
Chris Veleris
3e59c61aa3 Fix formatting issues 2025-08-14 22:20:09 +03:00
Chris Veleris
1cfbfec6e7 Small modal fixes 2025-08-14 22:19:41 +03:00
Chris Veleris
d2695505b3 Limit due dates for digest to 30 days 2025-08-14 18:00:57 +03:00
Chris Veleris
d1ff086d15 Add input user allowed for Telegram in settings 2025-08-14 18:00:57 +03:00
Chris Veleris
d1f451da6a Limit users that can send to telegram bot 2025-08-14 18:00:57 +03:00
Chris Veleris
4d86549ac6 Convert classes to functions 2025-08-14 00:30:18 +03:00
Chris Veleris
e141cf5537 Fix an issue of recurring end date not appearing in task modal 2025-08-13 19:00:37 +03:00
Chris Veleris
f91b375079 Refactor Upcoming section and recurring setup 2025-08-13 19:00:37 +03:00
Chris Veleris
31b5672ba2 Fix timezone issues 2025-08-13 19:00:37 +03:00
Chris Veleris
066820418d Convert upcoming view by day 2025-08-13 19:00:37 +03:00
Chris Veleris
8100eafb2d Fix telegram duplication 2025-08-10 08:51:46 +03:00
Chris Veleris
8fb0939282 Auto-set MarkdownV2 parse_mode for Task Summary text
Also plumb options through taskSummaryService -> telegramPoller to allow explicit parse mode when needed.
2025-08-10 08:51:46 +03:00
Chris Veleris
3caa105e87 Respect MarkdownV2 in Telegram Task Summary messages
Teach Telegram sender to accept an optional parse_mode and enable MarkdownV2 only for scheduled task summaries so headings, emphasis, and escaped characters render correctly without affecting other bot replies.
2025-08-10 08:51:46 +03:00
antanst
96b53546f6 Optionally run npm test:ui in Docker 2025-08-09 22:22:43 +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
antanst
25d2aee4b7 Add note button in empty project notes tab 2025-08-09 22:20:36 +03:00
antanst
7035ad3691 Fix npm run start to run everything.
We can run the project locally with a single command now.
2025-08-09 16:59:17 +03:00
Chris Veleris
27d41aaeed Setup slugify and fix nanoid issues 2025-08-08 23:14:40 +03:00
antanst
1f577fc410 Add confirmation dialog when deleting project. 2025-08-08 22:35:29 +03:00
antanst
c9103deb48 Update dockerized NodeJS to v22. 2025-08-08 22:35:29 +03:00
antanst
645724d217 Ignore local AI settings. 2025-08-08 18:56:14 +03:00
antanst
800d231a3a Hotfix start script 2025-08-07 15:18:19 +03:00
antanst
134f09e881 Better DB backups
The backup script has been updated with the new retention policy:
  1. Today's backups: Keeps maximum 4 backups
  2. Previous days (within a week): Keeps only the last backup for each day
  3. Older than one week: Deletes all backups
2025-08-06 19:49:27 +03:00
antanst
ade694da4c Deduplicate validateTagName function. 2025-08-06 19:49:27 +03:00
antanst
1d4dcef1d1 Optimize webpack build speed with SWC and caching
- Replace Babel with SWC for 70-80% faster TypeScript compilation
- Add filesystem caching for 90% faster subsequent builds
- Update TypeScript config for better performance:
  - Upgrade target to ES2020
  - Use bundler moduleResolution
  - Enable incremental compilation
- Add .tsbuildinfo and webpack cache to .gitignore

Build time improved from ~5-10s to ~1.7s
2025-08-06 17:08:58 +03:00
antanst
8ab473aaa0 Fix missing lodash import in tasks route
Add missing lodash import to resolve ReferenceError for _.isEmpty() function used in uid query parameter validation.
2025-08-06 15:54:45 +03:00
antanst
68578c47d6 Linting. 2025-08-06 15:54:45 +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
antanst
c3e8449a25 Standardize UID implementation across backend
- Add unified UID column migration for all entities
- Create centralized UID generation utility
- Update all models to use standardized UID hooks
- Fix route handlers to support UID-based lookups
- Update slug utilities for consistent UID extraction
- Fix tag tests to use query parameters instead of path params
- Configure Jest for better TypeScript support
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
172e7f4a3f Enable nanoid for project links on today page 2025-08-05 00:00:33 +03:00
Chris Veleris
3599bc2b60 Add nanoid 2025-08-04 23:50:53 +03:00
Chris Veleris
e081ed622a Update translations 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