Problem
There is no way to favorite frequently used tables or jump back to recently opened ones. In large schemas, finding the same table repeatedly is tedious.
Proposed solution
- Mark tables as favorites and list them in the sidebar
- Show a recent-tables list (most recently opened, per connection)
Code pointer
TablePro/ViewModels/FavoritesSidebarViewModel.swift and TablePro/Views/Sidebar/FavoritesTabView.swift already provide favorites infrastructure; extend it to table-level favorites and add a recents store.
Related database type
N/A
Problem
There is no way to favorite frequently used tables or jump back to recently opened ones. In large schemas, finding the same table repeatedly is tedious.
Proposed solution
Code pointer
TablePro/ViewModels/FavoritesSidebarViewModel.swiftandTablePro/Views/Sidebar/FavoritesTabView.swiftalready provide favorites infrastructure; extend it to table-level favorites and add a recents store.Related database type
N/A