Skip to content

[#187] Display version number in the web app UI#189

Merged
realproject7 merged 1 commit into
mainfrom
task/187-display-version
May 14, 2026
Merged

[#187] Display version number in the web app UI#189
realproject7 merged 1 commit into
mainfrom
task/187-display-version

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Expose app version in GET /api/health response ({ status: "ok", version: "1.0.31" })
  • Fetch version once on mount in Layout component
  • Display as writer v1.0.31 next to the app name in the header (small, muted, uppercase text)

Fixes #187

Test plan

  • Start the app — verify "writer v1.0.31" appears in the header
  • Check GET /api/health returns { status: "ok", version: "1.0.31" }
  • Version stays in sync with package.json

🤖 Generated with Claude Code

Expose app version via GET /api/health response. Fetch it once on mount
in Layout and display it in the header next to the "writer" label as
small muted text (e.g., "writer v1.0.31").

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Verdict: APPROVE

Summary

The PR exposes the package version through /api/health and renders it as subtle muted header text next to the writer label. The version is read from package.json at server startup, so it stays aligned with releases.

Findings

  • No blocking findings.

Decision

Approved. CI lint-and-typecheck is passing, and the implementation satisfies issue #187 acceptance criteria.

@realproject7 realproject7 merged commit 5870c46 into main May 14, 2026
1 check passed
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.

Display version number in the web app UI

2 participants