Files
TimeTracker/docs/development
Dries Peeters 19bac393b0 fix(desktop): Windows load hang and renderer helpers (#587)
The will-navigate guard compared file URL origins to the literal string
file://, but the URL API reports an opaque origin for file pages, so
legitimate file navigations were blocked and the window could fail to
load reliably on Windows.

Import utils/helpers from the renderer entry so esbuild includes
window.Helpers in the bundle, restoring formatters and isValidUrl after
build:renderer.

Documentation: desktop README explains the renderer bundle workflow;
Windows desktop troubleshooting covers stuck loading; frontend quality
gates table notes the app.js entry and rebuild step.
2026-04-15 07:56:12 +02:00
..

Developer Documentation

Complete documentation for developers contributing to TimeTracker.

📖 Getting Started

🏗️ Development Resources

Testing

  • See testing/ for testing documentation

CI/CD

  • See cicd/ for CI/CD setup and workflows

Architecture

Frontend & Quality

Product & Roadmap

  • Competitive Analysis — Gap analysis and phase PRDs (timesheet close, PTO, payroll exports, etc.)