Skip to content

feat(App): give CnAppRoot a real display name - #3686

Merged
rubenvdlinde merged 1 commit into
developmentfrom
feat/setup-wizard-display-name
Sep 13, 2026
Merged

feat(App): give CnAppRoot a real display name#3686
rubenvdlinde merged 1 commit into
developmentfrom
feat/setup-wizard-display-name

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

  • appDisplayName was never passed to CnAppRoot, so every surface that reads it (NcContent's appName, CnRequestFeatureDialog) fell back to the bare app id "openregister" instead of a real name.
  • Adds appDisplayName="Open Register". Also unblocks the setup wizard's title in nextcloud-vue#1145 ("Set up Open Register" instead of the generic "Set up this app") once that's released and this app bumps its dependency.

Test plan

  • npm run build — compiles clean, no new errors/warnings
  • Loaded the app in a local dev instance after the build — no console errors, page renders normally

🤖 Generated with Claude Code

appDisplayName was unset, so every CnAppRoot surface that reads it
(NcContent's appName, CnRequestFeatureDialog, and — once
nextcloud-vue#1145 ships — the setup wizard's title) fell back to the
bare appId "openregister" instead of a proper name.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/openregister @ cd1fa2d

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-specs
test-l10n
test-l10n-parity
format
check-schema-l10n
check-l10n-js
composer ✅ 174/174
npm ✅ 653/653
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright ⏭️ deferred: E2E runs locally and on the promotion path only. This pull request targets development, so the suite is asked once per promotion into beta and main rather than once per push per open pull request. Run it on any branch from the Actions tab, or locally with npx playwright test.
Hydra gates

Quality workflow — 2026-09-13 08:44 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit bcb1ae8 into development Sep 13, 2026
47 checks passed
@rubenvdlinde
rubenvdlinde deleted the feat/setup-wizard-display-name branch September 13, 2026 16:46
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.

1 participant