fix(dashboard): compact bookmark dividers #24

Merged
vince merged 1 commit from codex/dense-bookmark-dividers into main 2026-06-19 04:14:20 +02:00
Owner

Summary

Tightens the dashboard bookmark/service rows so they read as compact divider lists instead of individual padded cards.

Why

The bookmark sections felt too padded and gapped after the observability dashboard update. This keeps the same content and behavior while making the rows lighter and easier to scan.

Changes

  • Removes service panel row gaps for bookmark lists.
  • Changes service rows from bordered cards to transparent rows separated by bottom dividers.
  • Reduces row padding, internal column gap, and row height.
  • Adds a Playwright density assertion for compact divider rows.
  • Updates desktop and mobile dashboard snapshots for the intentional visual change.

Testing

  • bun run test:e2e -- --project=chromium-desktop -g "compact divider list"
  • bun run test:e2e -- --project=chromium-desktop -g "fits the operational dashboard|renders the model-driven dashboard"
  • bun run test:e2e -- --update-snapshots
  • bun run test:qa

Notes

Live datasource behavior is unchanged.

## Summary Tightens the dashboard bookmark/service rows so they read as compact divider lists instead of individual padded cards. ## Why The bookmark sections felt too padded and gapped after the observability dashboard update. This keeps the same content and behavior while making the rows lighter and easier to scan. ## Changes - Removes service panel row gaps for bookmark lists. - Changes service rows from bordered cards to transparent rows separated by bottom dividers. - Reduces row padding, internal column gap, and row height. - Adds a Playwright density assertion for compact divider rows. - Updates desktop and mobile dashboard snapshots for the intentional visual change. ## Testing - `bun run test:e2e -- --project=chromium-desktop -g "compact divider list"` - `bun run test:e2e -- --project=chromium-desktop -g "fits the operational dashboard|renders the model-driven dashboard"` - `bun run test:e2e -- --update-snapshots` - `bun run test:qa` ## Notes Live datasource behavior is unchanged.
vince added 1 commit 2026-06-19 04:11:34 +02:00
vince merged commit bf6e7c0cc9 into main 2026-06-19 04:14:20 +02:00
Sign in to join this conversation.
No description provided.