logaritmisk
  • Joined on 2023-10-06
logaritmisk opened issue logaritmisk/biggus-dickus#71 2026-06-09 21:27:06 +00:00
Frontend motion & touch: honor prefers-reduced-motion; contain overscroll in drawer/dialog
logaritmisk opened issue logaritmisk/biggus-dickus#70 2026-06-09 21:26:49 +00:00
Frontend UX: delete-object dialog allows double-submit; login button gives no in-flight feedback
logaritmisk opened issue logaritmisk/biggus-dickus#69 2026-06-09 21:26:36 +00:00
Frontend a11y: focus-visible gaps on sort headers, breadcrumb links, combobox, page-size select; search result count unannounced
logaritmisk opened issue logaritmisk/biggus-dickus#68 2026-06-09 21:26:21 +00:00
Frontend dark mode: popup primitives + page-size select still hardcode light colors; missing theme-color/color-scheme meta
logaritmisk closed issue logaritmisk/biggus-dickus#42 2026-06-09 19:15:13 +00:00
Frontend: render timestamps in the instance timezone (Intl), once there's a display
logaritmisk commented on issue logaritmisk/biggus-dickus#42 2026-06-09 19:15:05 +00:00
Frontend: render timestamps in the instance timezone (Intl), once there's a display

Done — merged to main (fe44803).

Added a shared formatTimestamp(value, timeZone, locale) helper (web/src/lib/format-timestamp.ts) that renders a UTC ISO timestamp as date + short time

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-09 19:14:50 +00:00
fe448034ac merge: instance-timezone timestamp formatter (#42)
67c5da57bf feat(web): render objects 'Updated' as a tz-aware timestamp via formatTimestamp (#42)
53405d7831 feat(web): formatTimestamp helper (instance tz + locale, UTC fallback) (#42)
e615260422 docs(plans): instance-timezone timestamp formatter — 2-task plan (#42)
3b6441688f docs(specs): instance-timezone timestamp formatter (#42)
Compare 5 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#58 2026-06-09 13:23:06 +00:00
Frontend UX: master-detail + sidebar layout has no responsive/small-screen handling
logaritmisk commented on issue logaritmisk/biggus-dickus#58 2026-06-09 13:23:05 +00:00
Frontend UX: master-detail + sidebar layout has no responsive/small-screen handling

Remaining half done in merge a0b7dcd — all master/detail screens are now responsive (the sidebar + Objects were already done in 0a88a86).

  • Shared components/detail-drawer.tsx —…
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-09 13:22:48 +00:00
a0b7dcdc2d merge: responsive master/detail for vocabularies, search, fields (#58)
7f9cf9fe60 feat(web): responsive Fields page (stacks on narrow) (#58)
b83149e0bb feat(web): responsive Search master/detail (drawer on narrow) (#58)
80c2aad298 feat(web): responsive Vocabularies master/detail (drawer on narrow) (#58)
b5756e16b5 refactor(web): shared DetailDrawer; objects-page uses it (#58)
Compare 7 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#67 2026-06-09 11:49:05 +00:00
Frontend: bundle vendor-split (221 KB gz, ~29 KB headroom) + fill unit-test gaps
logaritmisk commented on issue logaritmisk/biggus-dickus#67 2026-06-09 11:49:04 +00:00
Frontend: bundle vendor-split (221 KB gz, ~29 KB headroom) + fill unit-test gaps

Done in merge 390f689.

Vendor split (vite.config.tsbuild.rollupOptions.output.manualChunks): framework deps now split into cache-stable chunks — react (react + react-dom +…

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-09 11:48:48 +00:00
390f6897a8 merge: bundle vendor-split + test-gap fills (#67)
8b881f369b test(web): add a Storybook story for the combobox primitive (#67)
aef5000543 test(web): cover prune-fields, labels, format-date, delete-in-use dialog (#67)
878db9a37b build(web): split framework deps into cache-stable vendor chunks (#67)
0b44bc0855 docs(plans): bundle vendor-split + test gaps — 3-task plan (#67)
Compare 6 commits »
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-09 09:57:35 +00:00
64f35e5a57 merge: fix CI — Node 22, Playwright install, deterministic pending-state tests, testTimeout (#25)
3aff10557c ci: make the logout pending-state test deterministic (gate, not delay)
e8fe24f755 ci: raise vitest testTimeout to 20s for the resource-constrained runner
fc170ccf10 ci: install Playwright chromium for the storybook vitest project; deterministic in-flight test
3ae9d87e6e ci: bump Node 20 → 22 so pnpm 11 (needs Node ≥22.13) runs
Compare 5 commits »
logaritmisk pushed to fix/ci-node-version at logaritmisk/biggus-dickus 2026-06-09 09:51:38 +00:00
3aff10557c ci: make the logout pending-state test deterministic (gate, not delay)
logaritmisk pushed to fix/ci-node-version at logaritmisk/biggus-dickus 2026-06-09 09:44:33 +00:00
e8fe24f755 ci: raise vitest testTimeout to 20s for the resource-constrained runner
logaritmisk pushed to fix/ci-node-version at logaritmisk/biggus-dickus 2026-06-09 09:37:21 +00:00
fc170ccf10 ci: install Playwright chromium for the storybook vitest project; deterministic in-flight test
logaritmisk pushed to fix/ci-node-version at logaritmisk/biggus-dickus 2026-06-09 09:30:00 +00:00
3ae9d87e6e ci: bump Node 20 → 22 so pnpm 11 (needs Node ≥22.13) runs
logaritmisk created branch fix/ci-node-version in logaritmisk/biggus-dickus 2026-06-09 09:30:00 +00:00
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-09 09:25:29 +00:00
3dbede6bc2 and use correct container image