Commit f39a596ecd

f39a596ecd51d09b3505ffa31efd300f93656074

parent: fe7971e6a3

Verified · cmc

cmc <hello@cleberg.net> · 2026-09-19 22:24 UTC

CHANGELOG: the desktop layout

Ref #226
CHANGELOG.org +25
@@ -4,6 +4,31 @@ Versioning follows semver from v0.1.0. Database migrations run
44automatically on daemon start; upgrade notes appear per release when
55anything beyond "replace the binary and restart" is needed.
66
7* v1.31.0 — unreleased
8
9The desktop layout (#226): the web UI uses a wide screen.
10
11- One centered container at 100rem; the repository header, main and
12 footer align on it. Text keeps its measure.
13- The repository header is two rows: name, description and buttons,
14 then the tabs.
15- Issue, merge request, build, explore, search and notification rows
16 are one line above 64rem, and those pages render at the container
17 width.
18- The dashboard is three columns: pinned repositories with open issue,
19 merge request and last-build counts; a tile per queue with the queue
20 rows below; the activity feed.
21- A file navigator beside blob, blame and edit pages lists the file's
22 directory and marks the file.
23- Side columns: state, labels and open milestones on the issue and
24 merge request lists; status, jobs and branches on builds; topics on
25 explore; kinds on search; sections on repository settings, account
26 settings and admin.
27- Below 64rem the facet and section columns stack after their content,
28 the dashboard's pinned repositories return to a chip row above the
29 queues, and the navigator hides, since the tree page is the navigator
30 on a phone.
31
732* v1.30.0 — 2026-09-19
833
934Every command runs on every surface, markup previews before it is