Show modified time and add sort/filter to the office file list #153

Open
opened 2026-04-26 08:19:04 +00:00 by zaelgohary · 0 comments
Member

FileListView lists files alphabetically with name + size. With more than ~20 files it becomes hard to find recently edited ones.

Acceptance

  • Add a modified column populated from hero_foundry's listing (the WebDAV/REST API returns last-modified per entry; surface it).
  • Column headers become click-to-sort (Name asc/desc, Size asc/desc, Modified asc/desc).
  • A small filter input above the table that does case-insensitive substring match on filename — purely client-side, no server roundtrip.
  • Default sort: modified desc (most recently touched at top).
`FileListView` lists files alphabetically with name + size. With more than ~20 files it becomes hard to find recently edited ones. ## Acceptance - Add a `modified` column populated from hero_foundry's listing (the WebDAV/REST API returns last-modified per entry; surface it). - Column headers become click-to-sort (Name asc/desc, Size asc/desc, Modified asc/desc). - A small filter input above the table that does case-insensitive substring match on filename — purely client-side, no server roundtrip. - Default sort: modified desc (most recently touched at top).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos#153
No description provided.