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
Chris Veleris
bd8096968e
Add priority tooltip on tasks
2025-08-01 18:06:50 +03:00
Chris Veleris
c227c6cdb3
Fix an issue with moved away from tasks status
2025-08-01 18:06:50 +03:00
Chris Veleris
348b9e056d
Fix an issue with moved away from tasks status
2025-08-01 18:06:50 +03:00
antanst
24c0354cbe
Fix user service tests.
2025-07-31 14:02:42 +03:00
antanst
5c2e6d7665
Install lodash
2025-07-31 14:02:42 +03:00
antanst
cfedc4d908
Cleanup leftover/unused files.
2025-07-31 14:02:42 +03:00
antanst
5b531743db
Move backend/start.sh to backend/cmd/start-dev.sh
2025-07-31 14:02:42 +03:00
antanst
b46784b136
New user service
2025-07-31 14:02:42 +03:00
antanst
c81a3a7c20
Change user-create.js script to update user if existed
2025-07-31 14:02:42 +03:00
antanst
549236f2db
Fix migration for duplicate column, fixes #202
2025-07-31 14:02:42 +03:00
antanst
b65d6eea5b
Remove duplicate user creation (already in start.sh)
2025-07-31 14:02:42 +03:00
antanst
eeec7cb962
Remove dangerous DB sync from app.js
2025-07-31 14:02:42 +03:00
antanst
044fc1db1a
Rip out inline JS from start.sh and use existing code
2025-07-31 14:02:42 +03:00
Chris Veleris
49e7ee250b
Update version
2025-07-25 00:32:27 +03:00
Chris Veleris
0f95605162
Update README
2025-07-24 17:33:01 +03:00
Chris Veleris
8f7f90aa5c
Update README
2025-07-24 17:29:06 +03:00
antanst
9e5c084eae
Document new env vars in README
2025-07-24 16:27:09 +03:00
antanst
0488c11d28
Remove deploy_to_docker.sh script.
2025-07-24 12:16:07 +03:00
Chris Veleris
6f97ecb9b4
Update version
2025-07-24 12:11:06 +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