Development Build
**Version:** dev-25-f7fc0794
**Commit:** f7fc079
**Branch:** develop
**Build:** #25
### Docker Image
```
ghcr.io/DRYTRIX/TimeTracker:develop
```
### Quick Start
```bash
docker pull ghcr.io/DRYTRIX/TimeTracker:develop
docker-compose -f deployment-dev.yml up -d
```
### Changes
Fix kanban board task modal interaction issue
Fixed modal being unresponsive when clicking task titles in kanban board.
Modal was nested in containers causing z-index stacking issues.
-
Moved modal to body element before showing (Bootstrap requirement)
-
Set proper z-index hierarchy (backdrop: 1040, modal: 1050-1057)
-
Ensured pointer-events: auto on all modal dialogs
This is an automated development build. Use at your own risk.