Skip to content

Move sidebar version label to bottom of menu#399

Merged
tbrandenburg merged 1 commit intomainfrom
codex/place-version-at-end-of-menu
Apr 28, 2026
Merged

Move sidebar version label to bottom of menu#399
tbrandenburg merged 1 commit intomainfrom
codex/place-version-at-end-of-menu

Conversation

@tbrandenburg
Copy link
Copy Markdown
Owner

Motivation

  • Place the app version visually at the end of the sidebar menu so it appears at the bottom instead of above the navigation items.

Description

  • Moved the version JSX in packages/frontend/src/components/Sidebar.tsx from above the <ul> to below it so it renders after the menu list.
  • Updated packages/frontend/src/styles/sidebar.css to make .sidebar ul grow (flex: 1) and adjusted .sidebar-version spacing (margin-top: auto, margin-bottom: 0, padding-top: 0.5rem) so the label is pushed to the bottom.

Testing

  • Ran make qa-quick, which completed successfully including frontend formatting/lint and backend linters and unit tests.
  • Backend unit tests executed via uv run pytest passed 383 tests with 1 skipped, and an attempted Playwright screenshot failed due to browser download being blocked (403 Domain forbidden).

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
made Ready Ready Preview, Comment Apr 28, 2026 1:47pm

@tbrandenburg tbrandenburg merged commit c40f1a2 into main Apr 28, 2026
8 checks passed
@tbrandenburg tbrandenburg deleted the codex/place-version-at-end-of-menu branch April 28, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant