bb8ce43b
web: restyle dashboard and database lists after git.sr.ht
Replace the bare 'Your databases' heading and compact grid with the git.sr.ht dashboard layout: a sidebar column with a welcome blurb plus block buttons (create database, configure dolt credentials), and the shared event-list cards for the database list. The repoList partial now renders each database as an event card — name, visibility as small muted text (non-public only, like git.sr.ht), description below — and the profile page picks the same partial up automatically. Adds a 'lower' template func for the visibility label and drops the now unused .repo-list grid from main.scss (.event-list ships with the core theme already).
Eugene Blikh <bigbes@gmail.com> — 2026-08-06 19:35:17 UTC
Commit bb8ce43b699435a1b43302e70fe9c1e29a9d0f23 —
view raw patch
Parent(s):
b5b08235
| File | Status | + | − |
|---|---|---|---|
scss/main.scss
|
M | -8 | |
web/templates.go
|
M | +1 | |
web/templates/index.html
|
M | +18 | -5 |
web/templates/partials.html
|
M | +12 | -6 |