feat: get default page title from context#43
Conversation
All five page_* decorators and GUINamespace methods now accept title: str | None = None. When None, the wrapper resolves the title lazily at request time via get_context().name.title(), ensuring every page gets a sensible default without callers having to repeat the project name. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4de16fd to
d33c65a
Compare
|
Claude finished @olivermeyer's task in 2m 42s —— View job Code Review CompleteTasks
SummaryThis PR contains three commits implementing two features:
Overall Assessment: The changes are well-structured and improve the codebase. However, there are blocking issues that must be addressed before merge. Blocking Issues1. Insufficient Test Coverage ⛔Location: The new
Required Action: Add tests specifically for:
Suggestions2. SonarQube Issues to InvestigateIssue: SonarQube reports 3 new issues (Quality Gate passed but issues present). While the Quality Gate passed, investigate the 3 new issues at SonarQube Cloud to ensure they don't violate project standards. 3. Consider Adding Docstring for
|
Codecov Report❌ Patch coverage is
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d33c65a to
8833534
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Claude comments are based on an outdated SonarQube scan; merging. |



Two unrelated changes:
page_public(..., title="My Title"))gui.authfor SonarQube