mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-13 13:53:12 -06:00
Two things a browser run made obvious that reading the code did not. The week view opened at midnight. A new user landed on four hours of empty night with every hour anything is actually scheduled in below the fold, which reads as an empty product rather than an empty morning. It now opens on the earliest scheduled hour, or the start of a working day when nothing is scheduled yet, and only on the first render so it never yanks the view back while someone is scrolling. The grid is also its own scroll container now, with the day header pinned. A full day at the new row height is a thousand pixels; without this the controls scroll away and you lose track of which column you are in. An empty calendar said nothing at all. It now carries a line explaining that dragging across a time creates a schedule and right-click has more — placed outside the grid so it cannot intercept the gesture it describes. Getting there took two wrong attempts, both caught by looking: the hint was first appended after the grid, which put it a thousand pixels below the fold, and the scroll used offsetTop while the container was not a positioned ancestor, so it measured from the page body and overshot by hours. The scroll is plain grid arithmetic now, and the container is positioned. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Uaeo9MvzKoyXuN6ZsbhtkL |
||
|---|---|---|
| .. | ||
| assets | ||
| compare | ||
| css | ||
| guides | ||
| integrations | ||
| js | ||
| legal | ||
| vendor | ||
| 41498e6c84045d9d187f4504c122e54f.txt | ||
| agency.html | ||
| api-docs.html | ||
| index.html | ||
| landing.html | ||
| manifest.json | ||
| robots.txt | ||
| sitemap.xml | ||
| sw-admin.js | ||