Files
triggerdotdev--trigger.dev/apps
James Ritchie d4eb604cd5 fix(webapp): favorites and sidebar customization polish
Move the favorite star next to the page title, brighten it on hover,
and use a favorite's custom name in its tooltip. Favorite links now
carry a marker param so only the favorite highlights as active (with
its page's icon color), never its identical main menu item.

Fix removing a favorite from its hover menu not persisting: the
mutation fetcher now lives in the side menu, since the item unmounts
optimistically and an unmounting owner's request gets aborted.

Side menu labels fade out at the right edge when they overflow instead
of hard-clipping. Section headers keep their hover state while hovering
the header ellipsis, the More menu gains a Customize sidebar entry, and
popover menu items use the larger side menu size.

In the Customize sidebar modal: favorite name fields match the row text
size, blank names show an error and block Confirm, Reset keeps custom
names while restoring layout, the footer divider spans the full modal
width, and the scrollbar sits at the modal edge. Built-in metric
dashboards now save with their own icons and names when favorited.
2026-07-25 11:53:27 +01:00
..