github DRYTRIX/TimeTracker dev-dev-25-f7fc0794
Development Build dev-25-f7fc0794

latest releases: v4.22.2, v4.22.1, v4.22.0...
pre-release5 months ago

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.

Don't miss a new TimeTracker release

NewReleases is sending notifications on new releases.