UI refloat: two-state repo-card dashboard, remove detail/search/interactive pages #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-14T22:10:37Z - https://github.com/coilysiren/repo-recall/issues/144
Refloat the entire HTML surface into one route - a grid of repo cards - and remove every other page.
Scope
?expanded=<repo-id>). Verbose fades sibling cards to opacity 0 (still in DOM), grows the clicked card, deep-linkable.GET /returns repo skeletons (id, name, GH slug).GET /api/repos/{id}/cardreturns the short card payload, htmx-fetched per card withhx-trigger="load".GET /api/repos/{id}/card?verbose=1returns verbose payload on click./searchpage./repos/{id}detail page,/sessions/{id}detail page,/searchpage, git push/pull htmx fragments,POST /api/cloneand the "clone one" panel.Out of scope
auditrow when it lands).Designed in chat 2026-05-14.