You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(prototype): query recipes, suggested queries, save dialog, type badges, URL state
- FilterOptions { excludeFunctions, excludeUnderscoreProps, excludeDollarProps }
replace the old settings names; saved queries become source-agnostic
recipes { query, title?, description?, ...FilterOptions } with title
optional (untitled ids derive from a stable query hash)
- data sources can provide suggested queries ({ queries?: Query[] }),
listed read-only next to saved ones; loading any recipe applies its
filter options
- save query now opens an OverlayModal dialog (query preview, active
filters, title/description, scope)
- discovery struct annotations badge exotic values: Function, Map(n),
Set(n), Date, class names, circular refs
- source, query, and filters persist in the URL (shareable/restorable)
0 commit comments