Problem
The filter bar is hidden until toggled. Users who filter often have to reveal it every time, which is slow.
Proposed solution
Add a setting (or make it default) to keep the filter bar always visible above the data grid.
Code pointer
TablePro/Views/Inspector/InspectorFilterBar.swift and TablePro/Core/Coordinators/FilterCoordinator.swift. A persisted visibility flag in app settings, defaulting on, would cover this.
Related database type
N/A
Problem
The filter bar is hidden until toggled. Users who filter often have to reveal it every time, which is slow.
Proposed solution
Add a setting (or make it default) to keep the filter bar always visible above the data grid.
Code pointer
TablePro/Views/Inspector/InspectorFilterBar.swiftandTablePro/Core/Coordinators/FilterCoordinator.swift. A persisted visibility flag in app settings, defaulting on, would cover this.Related database type
N/A