5 Commits

Author SHA1 Message Date
Vadim Sobinin
7f7b33f4df feat: improve date handling in UI
- Change date format to DD/MM/YYYY in log list
- Add prev/next day buttons in add log modal
- Remember last selected date between modal opens
2026-02-02 17:37:06 +03:00
Vadim Sobinin
4a273c336b chore: update gitignore and add config files
- Add frontend/dist and backend/dist to gitignore
- Remove build artifacts from tracking
- Add .dockerignore and .env.example

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-02 17:14:39 +03:00
Vadim Sobinin
d59d41f215 feat: add inline time edit and log editing modal
- Add inline time editing in log list (click on time to edit)
- Add edit button with pencil icon for each log entry
- Modify AddLogModal to support both create and edit modes
- Wire up updateLog from useLogs hook in Dashboard

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-02 17:13:27 +03:00
e0e4f85ee1 Update compose.yaml 2026-02-02 13:17:57 +00:00
Vadim Sobinin
fc886320e3 first commit 2026-02-02 16:14:57 +03:00