From 48d07a9da63d939f1476794efe48b5828958132d Mon Sep 17 00:00:00 2001 From: wdunn001 Date: Mon, 3 Aug 2026 13:24:18 -0400 Subject: [PATCH] docs(sites/docs): mention the Community browser's Show-all UI toggle, not just the query param --- sites/docs/src/content/docs/quasarke/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/docs/quasarke/community.md b/sites/docs/src/content/docs/quasarke/community.md index 430ba540..2b40f2ad 100644 --- a/sites/docs/src/content/docs/quasarke/community.md +++ b/sites/docs/src/content/docs/quasarke/community.md @@ -36,7 +36,7 @@ migration, not the current implementation. | Feature | What it does | Status | |---|---|---| -| Unified title browser | Cover-grid browser across Drop and RomM titles, search + platform filter | **Live.** Defaults to titles your household has actually played (`playedOnly`); pass `?all=true` for the full catalog. | +| Unified title browser | Cover-grid browser across Drop and RomM titles, search + platform filter | **Live.** Defaults to titles your household has actually played; use the "Show all" toggle (or `?all=true`) for the full catalog. | | Catalog sync (RomM) | RomM's catalog synced into `CommunityTitle` on a schedule + an admin "Sync now" button | **Live** — all synced titles are visible (currently 35,625 of 35,625). | | Profile + playtime rails | Recently played / most played | **Live**, but currently empty. No play session has been recorded through either Drop's native tracking or the wrapper yet, so the played-only browser and the profile rails have nothing to show until someone actually plays something through Drop. | | Devices & playtime sessions (wrapper) | Enroll a machine, ingest session-start/session-stop/achievement events, playtime rollups | **Backend live.** Enrollment codes, device tokens, and the ingest endpoints are built and deployed. Zero devices have enrolled so far — see [Launch wrapper](/docs/quasarke/launch-wrapper/). |