The one-time built-in engine onboarding announcement (BuiltinAnnouncementStep) has a footer "Learn more ↗" link that currently points at the homepage as a placeholder, because the v0.15 launch blog post does not exist yet.
When the 0.15 built-in-engine blog post is published, repoint it:
- File:
src/view/onboarding/BuiltinAnnouncementStep.tsx
- Const:
LEARN_MORE_URL (currently https://www.thuki.app)
- Also update the test that asserts the URL:
src/view/onboarding/__tests__/BuiltinAnnouncementStep.test.tsx (the "opens the learn-more URL" case expects https://www.thuki.app).
Acceptance: clicking "Learn more" opens the published v0.15 built-in-engine blog post; frontend tests updated and green.
The one-time built-in engine onboarding announcement (
BuiltinAnnouncementStep) has a footer "Learn more ↗" link that currently points at the homepage as a placeholder, because the v0.15 launch blog post does not exist yet.When the 0.15 built-in-engine blog post is published, repoint it:
src/view/onboarding/BuiltinAnnouncementStep.tsxLEARN_MORE_URL(currentlyhttps://www.thuki.app)src/view/onboarding/__tests__/BuiltinAnnouncementStep.test.tsx(the "opens the learn-more URL" case expectshttps://www.thuki.app).Acceptance: clicking "Learn more" opens the published v0.15 built-in-engine blog post; frontend tests updated and green.