mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-07 09:19:41 -06:00
* feat: hook for runs table state * feat: filters hook * feat: pass data down into task runs hook * feat: pass data down to metrics hook * feat: implement new useRuns hook and RunsTable component * refactor: factor out table header + actions * refactor: fix all the refs * feat: improve flashing on additional meta * fix: rm parent task banner * refactor: remove a bunch of dead code * fix: start getting filters working for buttons * fix: filter naming, meta flashing * feat: initial provider work * refactor: wire up provider * fix: replacing query params * fix: pass more params through * fix: lint + start working on cancel / replay modal styling * fix: no need to prop drill into time filter * refactor: less prop drilling * fix: lint * feat: mutliselect workflow and status filters * fix: make status and workflows list-only * fix: unbreak trigger form * fix: clean up some copy * fix: change tasks back to workflows to limit confusion * fix: column visibility * fix: hide parent external id * chore: lint * chore: cruft comment * fix: hack for parent id * fix: add comment * fix: redirects, misc errors * chore: lint * fix: prop * fix: replay / cancel styling * fix: toolbar filter types * fix: rm link * fix: rm fixed height for mini map * fix: pagination on child runs * fix: metadata * fix: additional meta flashing, part ii * chore: lint * fix: additional meta flashing, part a trillion * feat: actions popover * feat: improve icons + spacing * feat: improved layout of actions * fix: back button, lint * fix: change which buttons get shown on different pages * fix: z index * fix: button text size * fix: column names * fix: dom nesting warning * fix: remove client-side sorting from events table * feat: initial work on flatten dag switch * feat: allow flattening tasks * feat: improve typing of columns * fix: remove uses of `any` * fix: dont rotate the snowflake * fix: rm log line * fix: workflow names on flattened * fix: flatten styling * fix: reset styling * fix: clean up dialog open/close states * fix: flatten state * refactor: naming of show / hide, hide flatten option * fix: hide cancel / replay on workers * fix: column keys