30def13c559e22209d2df5ea0caf7a008ee9b4f7
HistoryModal now receives the board's columns via prop to enrich history events with column metadata. Timeline: - Entries for column moves into a column with is_done=true now render with a green IconCheck bullet and the kind label "Hecho en columna" instead of the generic blue arrows / "Mueve a columna". Makes the card's "done" moments scannable at a glance. Footer (below the timeline): - Replaces the single Group-of-badges with a structured table showing one row per visited column: name, visits (entry count) and total time in column. DONE columns are flagged with a green check + bold. - Total locked time keeps the same source (total_locked_ms) but moved to a header line above the table to declutter. - Currently-active entry (exited_at=null) contributes now - entered_at to its row, so the table reflects live time. App.tsx passes columns from board state when opening the history modal. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Synced from fn_registry
Languages
Go
48.6%
TypeScript
48.4%
Shell
2.5%
CSS
0.4%