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: hide favorite column when no items are favorited
Hide the favorite column in chart and dashboard list views when none
of the items on the current page have been marked as favorites. This
improves the UI by removing empty, non-functional columns.
Changes:
- Add memoized hasFavoritesOnPage helper to detect when favorites exist
- Update column hidden condition to include favorite availability check
- Apply consistently to both ChartList and DashboardList components
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments