Skip to content

feat: added whats new text in auth page#22

Merged
kmilo9999 merged 2 commits into
mainfrom
feat-whats-new-text
Jun 16, 2026
Merged

feat: added whats new text in auth page#22
kmilo9999 merged 2 commits into
mainfrom
feat-whats-new-text

Conversation

@kmilo9999

Copy link
Copy Markdown
Collaborator

Add CCV branding and dynamic "What's New" link to Auth page

Changes

  • packages/data-provider/src/config.ts — Added whatsNewURL?: string and appVersion?: string to TStartupConfig
  • api/server/routes/config.js — Serve WHATS_NEW_URL and APP_VERSION env vars in the startup config payload; fixed typo causing whatsNewURL to be set incorrectly
  • client/src/components/Auth/AuthLayout.tsx — Added "maintained by CCV" message and a conditional "What's New" section with an inline "Learn more" link driven by startupConfig.whatsNewURL; version number interpolated from startupConfig.appVersion
  • client/src/locales/en/translation.json — Added translation keys: com_auth_model_maintained_by_ccv, com_auth_model_version_whats_new, com_auth_model_ccv_link

New env vars

Variable Description
WHATS_NEW_URL URL for the "Learn more" link on the login page
APP_VERSION Version string interpolated into the "What's New" message

@kmilo9999 kmilo9999 merged commit 5eaf651 into main Jun 16, 2026
18 of 23 checks passed
@kmilo9999 kmilo9999 deleted the feat-whats-new-text branch June 16, 2026 19:33
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