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
Add category, tag and location data throughout the app and show them in source lists.
- API: admin sources list now returns category_id, location_ids (array), and tag_ids (array) via subqueries. searchSources ordering changed to use created_at DESC, id DESC.
- Types: AdminSourceListing extended with category_id, tag_ids and location_ids.
- DB: add created_at column to source table (default NOW()).
- UI: admin SourceView loads categories, tags and locations and adds columns for category, locations and tags. SourceTable now supports categories, highlights for matching tag/location IDs via a new highlightSettings prop, and adjusts column widths. saltiniai page passes highlightSettings to SourceTable.
These changes enable name-resolution for related IDs in the UI, highlighting of matched filters, and ordering search results by recency.
0 commit comments