Settings/widget: drop decorative emoji; show real bundle version

- Remove 🎉 from the My Tasks widget empty state.
- Remove 𝕏 👾 📸 from Settings → Follow Us row.
- About row and About sheet now read the version from the bundle
  (new Bundle.marketingVersion / buildNumber / versionDisplay helpers)
  instead of a hardcoded "v1.0.0", so it always tracks the real build.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
kutesir
2026-06-22 20:35:41 +03:00
parent 5cf32a4370
commit 23d3d201f7
2 changed files with 13 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ struct MyTasksView: View {
if entry.tasks.isEmpty {
Spacer()
Text("All clear for today 🎉")
Text("All clear for today")
.font(.system(.caption, design: .monospaced))
.foregroundColor(Color(white: 0.5))
.frame(maxWidth: .infinity, alignment: .center)