Commit Graph

2 Commits

Author SHA1 Message Date
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