feat(onboarding): add a closing 'Staying current' step on updates + the app mark

- new StepUpdates: explains the title-bar update indicator with a mini
  app-window mockup, and introduces the aperture mark as the app's identity
- move the tour-closing copy off the AI features step onto this final step
- changelog: note the title-bar update indicator + one-click install, and the
  new onboarding step
This commit is contained in:
2026-06-14 18:26:35 +01:00
parent 2785b7d5e6
commit 0144526a3d
4 changed files with 95 additions and 5 deletions
+2 -2
View File
@@ -105,8 +105,8 @@ export function StepAiFeatures() {
</div>
<p className="mt-5 text-xs leading-relaxed text-gray-500">
That's the tour. Add folders from the sidebar, and revisit any of this from Settings including
re-running this tour.
Semantic search and similarity are part of the standard pipeline; AI tagging stays optional and
can be downloaded any time from Settings.
</p>
</div>
);