Skip to content

lore(release): v0.7.19 — unify sidebar navigation - #14

Merged
vriesd merged 2 commits into
mainfrom
codex/single-sidebar-navigation
Jul 14, 2026
Merged

lore(release): v0.7.19 — unify sidebar navigation#14
vriesd merged 2 commits into
mainfrom
codex/single-sidebar-navigation

Conversation

@vriesd

@vriesd vriesd commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Consolidate workspace destinations and contextual Session or library records into one left rail.
  • Remove the duplicate library master-list column and return that width to the active detail.
  • Preserve the active Note, Testware, or Findings view when switching Sessions.
  • Adapt library records to a horizontal master strip on narrow windows.
  • Add keyboard and interaction regression coverage.

Why

Session selection and library browsing used two competing navigation patterns. Libraries also rendered a second left-hand master list beside the application rail, consuming valuable workspace width. This release applies one consistent master-detail model across Sessions and libraries.

Release

This PR synchronizes release metadata and notes at v0.7.19. Per .github/workflows/release.yml, merging into main creates the missing v0.7.19 tag on the merge commit and starts the signed release pipeline. No tag is pushed from the feature branch, so the release cannot point at an unmerged PR head.

Validation

  • bun run release:check
  • node scripts/check-release-metadata.mjs --expected-tag v0.7.19
  • bun run frontend:check
  • bun run frontend:test — 174 tests passed
  • Production frontend build
  • Visual verification at 1280×720 and 390×844 with no second master-list column or document-level horizontal overflow

Summary by CodeRabbit

  • New Features

    • Unified workspace navigation into a single left rail.
    • Preserved the active Note, Testware, or Findings workspace when switching Sessions.
    • Improved library record navigation for narrow windows with responsive, horizontally scrollable controls.
  • Bug Fixes

    • Removed duplicate workspace navigation and improved session context updates.
  • Tests

    • Added coverage for workspace persistence and unified library navigation.

Lore:

qa-scribe cleared the second bookcase from its writing room. Sessions and library records now share one left-hand shelf, and the open page keeps its place when the scribe moves between ledgers.

Release notes:

- Consolidate workspace navigation and contextual master lists into a single left rail.
- Remove the duplicate library list column and return that width to the active detail.
- Preserve Note, Testware, or Findings when switching Sessions.
- Adapt library records responsively and cover navigation with regression tests.
- Bump synchronized release metadata to v0.7.19.
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@vriesd, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 42 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9aa439c0-751e-49d3-8f95-a9d8d14b6070

📥 Commits

Reviewing files that changed from the base of the PR and between c8b298c and 27dfe89.

📒 Files selected for processing (5)
  • e2e/specs/critical-workflows.e2e.mjs
  • frontend/src/App.test.tsx
  • frontend/src/app/AppShell.tsx
  • frontend/src/app/useAppController.ts
  • frontend/src/styles/sidebar.css
📝 Walkthrough

Walkthrough

Changes

Workspace navigation and library layout

Layer / File(s) Summary
Session-aware workspace navigation
frontend/src/app/AppShell.tsx, frontend/src/app/useAppController.ts, frontend/src/app/commandRegistry.ts, frontend/src/App.test.tsx
Session switching preserves the active Testware or Findings workspace, while session-scoped controls and the sessions command use the updated navigation behavior.
Unified library sidebar rendering
frontend/src/views/OutputLibraryView.tsx, frontend/src/styles/sidebar.css, frontend/src/styles/responsive.css, frontend/src/styles/collections.css, frontend/src/app/AppShell.tsx, frontend/src/App.test.tsx
Library record lists can render through a sidebar portal, with unified left-rail and narrow-window layout styling.
0.7.19 release metadata
Cargo.toml, package.json, frontend/package.json, src-tauri/tauri.conf.json, build/linux/io.github.ddv1982.qa-scribe.metainfo.xml, CHANGELOG.md
Application version declarations, Linux release metadata, and the changelog were updated for version 0.7.19.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant AppShell
  participant useAppController
  participant sessionActions
  AppShell->>useAppController: openSessionInCurrentView(session)
  useAppController->>sessionActions: openSession(session)
  sessionActions-->>useAppController: session opened
  useAppController->>AppShell: preserve workspace view
Loading

Possibly related PRs

  • ddv1982/qa-scribe#12: Updates the same library master-list rendering area with Testware metadata and date formatting.

Suggested reviewers: vriesdcrv

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: unifying sidebar navigation for the v0.7.19 release.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/single-sidebar-navigation

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8b298ca45

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread frontend/src/styles/sidebar.css
Comment thread frontend/src/app/AppShell.tsx Outdated
@vriesd
vriesd merged commit 6616037 into main Jul 14, 2026
7 checks passed
@vriesd
vriesd deleted the codex/single-sidebar-navigation branch July 14, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants