Adom Gantt
Public Made by Adomby adom
Interactive Gantt chart viewer for project timelines, with a table view over the same data. Data-driven, dark by default with a print-friendly light mode, and fully editable in the browser: drag bars to move or resize, multi-select and batch-shift dates, manage dependency arrows inline, reorder rows, filter by phase, and undo. Toggle to the table for every task and milestone as a row with owner, deadline and status, filtered per owner and edited in place. Every edit is recorded in an append-only
Today marker mispositioned in quarter grain: months-offset multiplied by quarter column width
v0.5.2, quarters grain. With project start Apr 2026 and today = Jul 31 2026, the today line renders at the 2026/2027 year boundary instead of inside Q3 2026. The offset math looks like months-since-start (~4) times the QUARTER column width (~71px) = ~285px, which lands exactly where the bug shows. Month grain positions today correctly. Expected: today's x should use the same date-to-x mapping as bars/milestones for the active grain. Repro: any data starting a few months before today, switch grain to Quarters, compare today line to a milestone on today's date. Workaround used: hid the .today elements for a static export.