Commit graph

35 commits

Author SHA1 Message Date
Chris Veleris
89439b67db Improve blank slate and add favicon, translation 2025-07-10 17:34:09 +03:00
Chris Veleris
90603b730d Improve Telegram interface and process 2025-07-10 11:13:59 +03:00
Chris Veleris
1d8c6eea19 Fix package versions 2025-07-08 18:10:36 +03:00
Chris Veleris
20b5b10606 Convert tag ids to titles 2025-07-08 17:08:36 +03:00
Chris Veleris
f52d5fd1b8 Fix an issue with dissapearing tags when clicking a task 2025-07-07 23:56:11 +03:00
Chris Veleris
d8a67448bc Fix an issue with /start command in Telegram 2025-07-07 23:46:11 +03:00
Chris Veleris
c565bc0fed Move create new button to the bottom 2025-07-07 14:23:40 +03:00
Chris Veleris
efacfe7a5d Fix an issue with projects and move plus icon 2025-07-07 12:39:07 +03:00
Chris Veleris
38aa11ec2e Fix Task and Note modals 2025-07-06 22:45:31 +03:00
Chris Veleris
a69633b1fa Update version 2025-07-06 00:07:00 +03:00
Chris Veleris
ab29ba6aef Add a fix for project tasks tags 2025-07-05 23:58:36 +03:00
Chris Veleris
4c024f95f0 Fix an issue with missing public and frontend dirs from Dockerfile 2025-07-05 17:48:55 +03:00
Chris Veleris
47eaf865ce Fix test issues 2025-07-05 07:49:32 +03:00
Chris Veleris
7c0bc7f34f Add about page 2025-07-05 00:28:35 +03:00
Chris Veleris
5b0130f52b Fix test issues 2025-07-01 14:43:42 +03:00
Chris Veleris
3e12dd999b Fix issue with project modal and the plus icon 2025-07-01 13:30:21 +03:00
Antonis Anastasiadis
297600e3c8
Config fixes (#100)
* New file with all configuration parameters.

* Remove all env var usage and use new config.
2025-07-01 13:29:12 +03:00
Antonis Anastasiadis
e594d1075b
Linting cleanup (#99)
* Add eslint and prettier dependencies and configs

* Lint project.
2025-07-01 11:40:09 +03:00
Chris Veleris
dd6ec117d0 Add docker-compose.yml file 2025-06-29 01:39:04 +03:00
Chris Veleris
8d9fb29577 Fix no tags inbox blank issue 2025-06-27 23:38:42 +03:00
Chris Veleris
c3d05633d3 Add fixes for + button to hide 2025-06-27 22:36:04 +03:00
Chris Veleris
b5d96a6eff Revert "Remove uploads and logs from git tracking and update .gitignore"
This reverts commit aec066df75.
2025-06-27 21:48:27 +03:00
Chris Veleris
aec066df75 Remove uploads and logs from git tracking and update .gitignore
- Remove backend/uploads/ directory from git tracking (already in .gitignore)
- Remove backend/server.log from git tracking
- Add *.log, server.log, and backend/server.log to .gitignore
- Remove old dist files from git tracking

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 21:48:07 +03:00
Chris
03f38f05dc
Setup intelligence (#84)
* Add next suggestions and remove console logs

* Add pomodoro timer

* Add pomodoro switch in settings

* Fix pomodoro setting

* Add timezones to settings

* Fix an issue with password reset

* Cleanup

* Sort tags alphabetically

* Clean up today's view

* Add an indicator for repeatedly added to today

* Refactor tags

* Add due date today item

* Move recurrence to the subtitle area

* Fix today layout

* Add a badge to Inbox items

* Move inbox badge to sidebar

* Add quotes and progress bar

* Add translations for quotes

* Fix test issues

* Add helper script for docker local

* Set up overdue tasks

* Add  linux/arm/v7 build to deploy script

* Add  linux/arm/v7 build to deploy script pt2

* Fix an issue with helmet and SSL

* Add volume db persistence

* Fix cog icon issues
2025-06-27 14:02:18 +03:00
Chris Veleris
57ceca2068 Update assistant 2025-06-21 07:46:14 +03:00
Chris Veleris
8f5fd05926 Move recurring elements together 2025-06-20 12:04:36 +03:00
Chris Veleris
de94aa9a26 Add image banner to project 2025-06-19 23:30:47 +03:00
Chris Veleris
e72d8daea8 Fix several small issues 2025-06-19 22:49:06 +03:00
Chris Veleris
30a5d299d7 Fix health loop while starting 2025-06-19 21:22:38 +03:00
Chris
f3610137f0
Scaffold recurring task layout (#83)
* Scaffold recurring task layout

* Cleanup
2025-06-19 16:56:38 +03:00
Chris Veleris
eddd149218 Fix an issue with grouped projects 2025-06-18 22:54:50 +03:00
Chris Veleris
613423e485 Update github pages landing page 2025-06-17 12:07:53 +03:00
Chris Veleris
f088fc9839 Fix test issues 2025-06-17 11:24:31 +03:00
Chris Veleris
fd1da2de43 Replace classes with functions 2025-06-16 23:01:28 +03:00
Chris
3c1209a5a9
Express migration (#80)
* Initial migration

* Cleanup and create migration scripts

* Introduce test suite

* Fix test issues

* Correct CORS issue and update paths

* Update README
2025-06-16 21:50:44 +03:00