logaritmisk
  • Joined on 2023-10-06
logaritmisk opened issue logaritmisk/biggus-dickus#54 2026-06-06 18:52:28 +00:00
Frontend UX: app header is empty — add wayfinding (section/breadcrumb, user, app name, global search)
logaritmisk opened issue logaritmisk/biggus-dickus#53 2026-06-06 18:52:21 +00:00
Frontend UX: standardize loading states on Skeleton (retire "…" and empty role=status divs)
logaritmisk opened issue logaritmisk/biggus-dickus#52 2026-06-06 18:52:20 +00:00
Frontend a11y: focus-visible on custom controls, route focus management, skip link, tablist/lang semantics
logaritmisk opened issue logaritmisk/biggus-dickus#51 2026-06-06 18:52:20 +00:00
Frontend UX: replace raw <select> elements with a token-styled Select / combobox
logaritmisk opened issue logaritmisk/biggus-dickus#50 2026-06-06 18:52:20 +00:00
Frontend UX: reference-data screens are inconsistent and hard to scan (vocab / authorities / fields)
logaritmisk opened issue logaritmisk/biggus-dickus#49 2026-06-06 18:51:31 +00:00
Frontend design system: feature screens bypass the OKLCH tokens + ui/* kit (inconsistent visual language)
logaritmisk opened issue logaritmisk/biggus-dickus#48 2026-06-06 18:51:19 +00:00
Frontend UX: session-expiry handling loses in-progress work; auth feedback gaps
logaritmisk opened issue logaritmisk/biggus-dickus#47 2026-06-06 18:51:10 +00:00
Frontend UX: add toast notifications — mutations currently succeed silently
logaritmisk opened issue logaritmisk/biggus-dickus#46 2026-06-06 18:51:03 +00:00
Frontend UX: object form robustness — double-submit, no dirty guard, inconsistent partial-failure recovery
logaritmisk opened issue logaritmisk/biggus-dickus#45 2026-06-06 18:50:53 +00:00
Frontend UX: object detail renders term/authority/localized values as raw JSON
logaritmisk opened issue logaritmisk/biggus-dickus#44 2026-06-06 18:50:53 +00:00
Frontend UX: object list should be a scannable, sortable, filterable table
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-06 12:42:00 +00:00
b49699175d feat(server): load .env via dotenvy on startup
e700e1d3cf chore: add 'just run-release' (build web + run server with embed-web)
Compare 2 commits »
logaritmisk opened issue logaritmisk/biggus-dickus#43 2026-06-06 10:04:07 +00:00
Server-side term/authority search for the combobox picker (large vocabularies)
logaritmisk commented on issue logaritmisk/biggus-dickus#27 2026-06-06 10:04:03 +00:00
Searchable term/authority picker for large vocabularies (combobox + server-side search)

Done in de035bd (merged to main). Term/authority fields now render a searchable combobox built on Base UI's combobox primitive (no new npm dependency): type-to-filter by active-locale…

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-06 10:03:48 +00:00
de035bd032 merge: searchable term/authority combobox picker (#27)
4267aae4e5 chore(web): raise bundle budget 150→165 KB gz (#27)
c84b84b153 feat(web): use searchable combobox for term/authority fields on the object form (#27)
0188e730e8 feat(web): searchable combobox (Base UI) for term/authority options (#27)
6e52a331bc docs(plans): searchable term/authority combobox picker (#27)
Compare 6 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#27 2026-06-06 10:03:48 +00:00
Searchable term/authority picker for large vocabularies (combobox + server-side search)
logaritmisk commented on issue logaritmisk/biggus-dickus#14 2026-06-06 05:18:49 +00:00
Wire the Spectrum cataloguing seed into runtime

Done in 8ed747c (merged to main). Wired via a server seed CLI subcommand mirroring create-user: it connects, applies migrations (idempotent — so it works on a fresh DB), then runs…

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-06 05:18:42 +00:00
8ed747c6a7 merge: wire Spectrum seed into runtime via 'server seed' (#14)
dd02bddb07 docs: 'just seed' recipe + README seed step (#14)
6ebcc10405 feat(server): 'seed' subcommand wiring the Spectrum cataloguing seed (#14)
325917a98e docs(plans): wire Spectrum seed via 'server seed' subcommand (#14)
d74500f901 docs(specs): wire Spectrum seed into runtime via 'server seed' (#14)
Compare 6 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#14 2026-06-06 05:18:42 +00:00
Wire the Spectrum cataloguing seed into runtime
logaritmisk closed issue logaritmisk/biggus-dickus#36 2026-06-05 20:30:34 +00:00
Backend + frontend: edit/delete field definitions