Skip to content

landing: honest platform statuses (stop claiming iOS/desktop are Available)#10

Merged
TargiX merged 1 commit into
mainfrom
codex/anchor-supabase-sync
Jun 8, 2026
Merged

landing: honest platform statuses (stop claiming iOS/desktop are Available)#10
TargiX merged 1 commit into
mainfrom
codex/anchor-supabase-sync

Conversation

@TargiX
Copy link
Copy Markdown
Owner

@TargiX TargiX commented Jun 8, 2026

Проблема

На живом лендинге (anchorapp.cc) секция Platforms / «Anywhere» помечает все три платформы как Available:

Платформа Реальность
Web ✅ действительно доступен
iOS / Android ❌ нигде не скачать — нет App Store / Play Store / ссылки
macOS / Windows ❌ нигде не скачать — нет установщика / ссылки

Строки даже не кликабельны, а единственный рабочий CTA «Open app» ведёт на веб /app. То есть «Available» для mobile/desktop — ложное обещание: это собираемые Capacitor/Electron-оболочки, а не отгруженные в магазины загрузки.

Правка

Заменил плоское «Available» на честный per-platform статус:

  • Web → Available
  • iOS / Android → Capacitor-ready
  • macOS / Windows → Electron-ready

Заголовок секции про «one codebase, web/mobile/desktop» остаётся — он честно описывает архитектуру, не обещая магазин приложений.

Один файл, app/page.tsx, 4 строки.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Platform information now displays platform-specific status notes (e.g., Available, Capacitor-ready, Electron-ready) instead of generic availability text.

…tatus

The Platforms section flatly labeled Web, iOS/Android and macOS/Windows all
as "Available", implying the app is shipped on the App Store, Play Store and
as a downloadable desktop installer. Only Web is actually available; the
mobile/desktop targets are buildable Capacitor/Electron shells, not
store-distributed downloads, and the rows aren't even links. Reflect reality:
Web -> Available, iOS/Android -> Capacitor-ready, macOS/Windows -> Electron-ready.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
anchor Ready Ready Preview, Comment, Open in v0 Jun 8, 2026 6:04am
next-js-tether-targix Ready Ready Preview, Comment Jun 8, 2026 6:04am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 8, 2026

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d3751431-afe2-4717-bdd1-1891e9a0f7d6

📥 Commits

Reviewing files that changed from the base of the PR and between 59ee309 and 19cbe89.

📒 Files selected for processing (1)
  • app/page.tsx

📝 Walkthrough

Walkthrough

The platforms data array is extended to include a note field for each platform entry, replacing hardcoded platform availability text. The platform card rendering now displays the per-platform note value dynamically instead of showing a fixed "Available" string.

Changes

Platform availability text

Layer / File(s) Summary
Platform note field
app/page.tsx
The platforms array entries now include a note property for each platform (e.g., "Available", "Capacitor-ready", "Electron-ready"), and the platform card rendering displays p.note dynamically instead of a hardcoded availability text.

🎯 2 (Simple) | ⏱️ ~8 minutes

🐰 A note for each platform true,
No more hardcoding what is due!
Capacitor, Electron, the platforms sing,
Availability text—a flexible thing! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately reflects the main change: updating platform statuses from misleadingly claiming all are 'Available' to honestly indicating actual availability (Web available, mobile/desktop Capacitor/Electron-ready).
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/anchor-supabase-sync

Comment @coderabbitai help to get the list of available commands and usage tips.

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