logaritmisk
  • Joined on 2023-10-06
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-07 12:41:23 +00:00
d0e3772c34 merge: LabelEditor preserves other-language labels on edit (#55)
a9e6788b0b fix(web): LabelEditor preserves other-language labels on edit (#55)
Compare 2 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#49 2026-06-07 12:28:11 +00:00
Frontend design system: feature screens bypass the OKLCH tokens + ui/* kit (inconsistent visual language)
logaritmisk commented on issue logaritmisk/biggus-dickus#49 2026-06-07 12:28:10 +00:00
Frontend design system: feature screens bypass the OKLCH tokens + ui/* kit (inconsistent visual language)

Done — merged to main (48edb03).

Every feature screen now routes through the OKLCH design tokens:

  • One brand accent: --primary/--ring set to indigo (light + .dark); primary…
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-07 12:27:56 +00:00
48edb0391e merge: design-token adoption — indigo brand accent, status tokens, check:colors guard (#49)
93234aae29 chore(web): add check:colors guard banning raw color utilities outside ui/ (#49)
cde7be9f2a refactor(web): migrate feature screens to design tokens + radius token (#49)
04ed0c50e2 feat(web): indigo brand token + status tokens + Badge success/warning variants (#49)
67e486df46 docs(plans): design-token adoption across feature screens (#49)
Compare 6 commits »
logaritmisk commented on issue logaritmisk/biggus-dickus#47 2026-06-07 11:52:16 +00:00
Frontend UX: add toast notifications — mutations currently succeed silently

Done in 1bfa44a (merged to main). Added an app-wide Base UI toast region bridged to the (out-of-React) QueryClient via a module-scope createToastManager(). A global MutationCache

logaritmisk commented on issue logaritmisk/biggus-dickus#45 2026-06-07 11:52:13 +00:00
Frontend UX: object detail renders term/authority/localized values as raw JSON

Done in e2ae093 (merged to main). Object detail now resolves term/authority ids to their active-locale labels and localized_text to the active-language string (via a per-field `FlexibleFi…

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-07 11:51:58 +00:00
1bfa44a0ed merge: toast notifications + consistent mutation feedback (#47)
303c986d40 chore(web): raise bundle budget 180→250 KB gz (#47)
fcad638549 feat(web): per-mutation success/error toast metadata (#47)
604d4f6005 feat(web): Base UI toast region + global mutation feedback wiring (#47)
63bfff417b docs(plans): toast notifications + mutation feedback (#47)
Compare 11 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#47 2026-06-07 11:51:58 +00:00
Frontend UX: add toast notifications — mutations currently succeed silently
logaritmisk closed issue logaritmisk/biggus-dickus#45 2026-06-07 11:51:57 +00:00
Frontend UX: object detail renders term/authority/localized values as raw JSON
logaritmisk commented on issue logaritmisk/biggus-dickus#58 2026-06-07 07:50:38 +00:00
Frontend UX: master-detail + sidebar layout has no responsive/small-screen handling

Partially addressed in 0a88a86 (the #44 milestone). The app shell is now responsive: the sidebar collapses to an icon rail (persisted; auto-collapses on narrow via useMediaQuery), and the…

logaritmisk commented on issue logaritmisk/biggus-dickus#44 2026-06-07 07:50:35 +00:00
Frontend UX: object list should be a scannable, sortable, filterable table

Done in 0a88a86 (merged to main). /objects is now a full-width, scannable data table: server-side sort/order + visibility filter + a Postgres q quick-filter on number/name (injection-…

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-07 07:50:22 +00:00
0a88a86bb3 merge: objects data-overview table + responsive shell (#44, #58 shell)
6a62cf64bf chore(web): drop dead objects.selectPrompt i18n key (#44)
c052ddc5af test(web): widen findBy timeout for the lazy/portaled narrow-drawer detail test (#44)
e7b0f65686 chore(web): raise bundle budget 165→180 KB gz (#44)
b8f70212a1 feat(web): responsive object detail (pane/drawer) at canonical /objects/:id (#44, #58)
Compare 13 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#44 2026-06-07 07:50:22 +00:00
Frontend UX: object list should be a scannable, sortable, filterable table
logaritmisk opened issue logaritmisk/biggus-dickus#61 2026-06-06 18:53:14 +00:00
Frontend UX: search result rows lack type/date meta; single thin facet; "estimated" count not flagged
logaritmisk opened issue logaritmisk/biggus-dickus#60 2026-06-06 18:53:08 +00:00
Frontend i18n: enforce en/sv key parity with a test
logaritmisk opened issue logaritmisk/biggus-dickus#59 2026-06-06 18:53:06 +00:00
Frontend: dark mode is half-built dead code — wire a theme toggle or remove it
logaritmisk opened issue logaritmisk/biggus-dickus#58 2026-06-06 18:53:06 +00:00
Frontend UX: master-detail + sidebar layout has no responsive/small-screen handling
logaritmisk opened issue logaritmisk/biggus-dickus#57 2026-06-06 18:53:06 +00:00
Frontend UX: typography hierarchy + a real page <h1> per route + per-route document.title
logaritmisk opened issue logaritmisk/biggus-dickus#56 2026-06-06 18:53:06 +00:00
Frontend UX: no landing overview/dashboard — add at-a-glance counts
logaritmisk opened issue logaritmisk/biggus-dickus#55 2026-06-06 18:52:34 +00:00
Frontend bug: LabelEditor silently drops other-language labels when editing