Yujm888/dsh-turn-rail
Yujm888★ 2JavaScriptLast synced: 2026-08-15
—
README excerpt
dsh-turn-rail A Codex-style auto-hiding turn rail for DeepSeek Harness Web. Minimal by design: no settings, no extra panels, zero runtime dependencies. The rail lives on the right edge of the conversation. Move the pointer near the edge and it fades in; move away and it fades out. Hover the thin zone around a marker to preview that turn, click anywhere in the wider marker area to jump. Long conversations keep at most 30 visible markers and scroll inside the rail, following the current reading position. This project is not affiliated with DeepSeek. The interaction pattern is inspired by common turn-navigation rails such as Codex and the DeepSeek web client; the implementation is independent. Screenshots Features - Edge-peek auto-hide — appears when the pointer is within 110 px of the right edge, fades out 120 ms after leaving. Leaving the browser window or switching away follows the same fade timing. - Layered hit zones — the outer zone only keeps the rail visible; the marker zone is clickable and highlights on hover; only the narrow detail zone around the marker shows the tooltip. - Per-turn tooltip — one marker previews one message with time. It fades in and fades out with the rai…
View full README on GitHub →