Kanban · Release · PR #58 · LIVE

Grid & List file views with nested folders

The project Overview gets two switchable, nesting-aware file views. Each change below has a screenshot and a short video — captured by real end-to-end tests on the production site.

deployed ✓ PR #58 · commit b23ccc1 · live site

Doc Board Table List Links Folder

At a glance

How these were captured: each video is a real e2e run on the live site (signed in as the prod test user). A temp project was created, filmed, and deleted per change — no leftover data on prod.
1FEATURE

Grid — folder drill-down

The default view. The current level shows its sub-folders as amber cards, then its files as tiles. Click a folder to enter it; a breadcrumb (All files › Active work) walks back up. Works to any nesting depth — like a file browser.

Grid root — folder card + file tile Inside the folder — breadcrumb + nested file

Video · opening the project and drilling into a folder

Verify
  1. Open a project → folder cards + file tiles appear.
  2. Click a folder → drills in with breadcrumb + Back; click a file → it opens.
2FEATURE

List — collapsible nested groups

Each group (any depth) is a collapsible header with its files indented beneath; sub-groups nest recursively. “Collapse all / Expand all” toggles everything at once; loose root files sit at the bottom.

List view — nested groups with indented files

Video · collapsing and expanding all groups

Verify
  1. Toggle to List → groups with nested sub-groups, indented files.
  2. Click a header to collapse/expand; “Collapse all” toggles every group.
3FEATURE

Toolbar — search · filter · sort

Search files by name, filter by type (Boards / Docs / Tables / Lists / Links), and sort by Recent or Name. While a search or type filter is active, both views flatten to matching results across all folders — so a deeply-nested file is still findable.

Search flattens nested results

Video · typing a search → nested file surfaces flat

Verify
  1. Type in search → only matching files show, flattened out of folders.
  2. Pick a type / change sort → list narrows / reorders accordingly.
4UI/UX

Type chips & amber folders

Every object carries a distinct, color-coded chip (board · doc · table · list · links). Folders are amber — both the icon and the name — in both views, so a folder reads as a folder at a glance.

Chips in Grid view Chips in List view

Video · the same files across Grid and List

Verify
  1. Chips are color-distinct per type; folder icon + name are amber in both views.
REGRESSION WATCH

Existing flows still work

Confirmed
  1. Create object/group via the “+” and per-folder add menus → lands in the right group.
  2. Group rename / delete / new subgroup; object move / rename / delete.
  3. The breadcrumb folder deep-link opens the List view focused on that folder.
  4. Reminders excluded from these views by design — still on the Reminders page.

kanban · update-app ship report · PR #58 · b23ccc1 · prod e2e