- 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>
- 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>