mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-23 13:11:38 -05:00
* fix: compute payload size correctly for pg_notify * refactor: pull search bar into its own component * just use tab for autocomplete * fix: log line typing * Refactor Search Bar (#2964) * Add empty search state * V1 table layout logviewer * Add temp hatchet-worker for testing * Fix log css grid when expanded * undo search notfound logic, needs API logic * Rework workflow example * use correct info color * better table headers * Add back ansi formatting * Allow enter along with tab to traverse chips * remove tutorial * Add syntax color to search chips * styling progress * styling progress * constrain width * Add rel time * Readd flag conditional * remove hatchet-worker, feature flag, and cypress test * remove tenant hook --------- Co-authored-by: Alexander Belanger <alexander@hatchet.run> * fix: remove ansi-to-html, review feedback --------- Co-authored-by: Sebastian Graz <graz@live.se>