feat(home): update welcome text for improved clarity#4932
Conversation
…ctionable wording
Changed Files
|
XyneSpaces
left a comment
There was a problem hiding this comment.
Review Summary
Classification: UI Text Update — Home Page Welcome Message
Risk Level: Very Low (copy change only, no functional code)
Files Changed: 3 files (1 source, 2 test files)
Verification Against Control Center Checklist
Tier 1 — High Signal:
✅ Naming Consistency — N/A (no new identifiers introduced)
✅ Test Coverage Maintained — Playwright test locators and assertions updated in sync with source change
Tier 2 — Medium Signal:
✅ String Consistency — New text follows sentence case convention
✅ No Magic Values — Text is appropriately inline for single-use UI copy
Tier 3 — Lower Signal:
✅ Typography Usage — Uses existing body.lg.medium pattern already present in file
Findings
✅ Clean propagation to tests
Both Playwright files updated correctly:
HomePage.ts— page object locator updatedcommands.ts— login flow assertion updated
This prevents test breakage when the text change deploys.
Positive Notes
- More concise and action-oriented messaging ("track and manage" vs "360-degree view")
- Consistent em-dash usage for visual separation
- Build verified (ReScript + production)
Verdict: ✅ Approve — Clean text improvement with proper test synchronization.
Type of Change
Description
Updated the home page welcome text to be more concise and action-oriented.
Changes
Before:
After:
Files Modified
src/screens/Home/Home.res— UpdatedsubTitleprop in PageHeading component (line 22)playwright-tests/support/pages/homepage/HomePage.ts— Updated test locatorplaywright-tests/support/commands.ts— Updated test assertionBuild Status
✅ ReScript compilation: successful
✅ Production build: successful
Testing
Manual testing performed with production API configuration. Screenshots and video recording captured for visual verification.
Note: Before/after screenshots are being prepared and will be added to this PR shortly.