Better Tables on Every Screen

Table view is powerful for comparing many items at once, but it needs room to breathe. This release focuses on giving tables more space on medium-sized screens and making them fully usable on touch devices.

Smarter Sidebar Behavior

Previously, the sidebar collapsed into an overlay at 768px-the traditional tablet breakpoint. But in landscape mode on tablets, this left awkward margins while the table still felt cramped.

Now the sidebar stays as an overlay until 1024px, and content expands to use the full viewport width. The result: you see 3-4 more columns of data on a typical tablet in landscape.

Touch-Friendly Column Resizing

Table column resizing now works on touch devices. Press and drag any column edge to adjust widths. Your custom widths are saved and restored automatically.

The "Reset" button in the column picker now also clears custom column widths, returning everything to defaults.

Compact Mode for Small Screens

At 678px and below, locked columns (like the item name) shrink to 120px with text truncation. This ensures you can always see at least a couple of data columns even on phones.

Filter Persistence Fixed

A bug caused some filter types (range sliders, checkboxes, threshold filters) to not restore after page reload. Chip filters worked fine, but the others silently failed. This is now fixed-all filter types persist correctly.