Community
Este conteúdo não está disponível em sua língua ainda.
What this surface is
Community is the shared half of DeckScope: “Public decks, combo lines, and
profiles from across DeckScope.” It is one tabbed shell at /community, not
several separate pages.
Where to find it in the app
Sidebar → Explore → Community, which routes to /community.
/community/profiles was a standalone route in an earlier revision; it now
redirects into the shell at /community?tab=profiles.
Tabs
Which tabs exist depends on whether you are signed in.
| Tab | ?tab= | Signed out | Signed in |
|---|---|---|---|
| Public decks | public | yes | yes |
| Following | following | no | yes |
| Combos | combos | no | yes |
| Profiles | profiles | no | yes |
A signed-out visitor deep-linking to a signed-in-only tab lands on Public decks rather than on a tab that is not there. Public decks is also the default tab for everyone.
Public decks
The public deck feed, with a card-preview view-mode toggle (list / thumbnail / gallery, defaulting to list). This is the only tab with the view-mode toggle.
Individual decks open at /deck/<deckId> — a public route. See
Public surfaces.
Profiles
The profile directory: “Find duelists by name, archetype, or signature card.” Search by username or display name, and narrow with two independent filter groups:
| Filter | Behaviour |
|---|---|
| Filter by archetype | Add one or more archetypes as removable chips |
| Filter by card | Search cards; add one or more as removable chips |
The directory does not list everyone by default. Its initial state is “Use search or pick a filter to find profiles.”
A profile opens at /u/<username> — see
Public profile.
Following and Combos
Following is the feed scoped to the accounts you follow. Combos is the community combo feed; combo lines shown here follow the same display rules as the Combos surface.
Availability
Community is backed by cloud-only services (accounts, follows, public decks). In local mode the route is not mounted at all.
Related references
- Public profile — an individual duelist’s page
- Public surfaces — the full signed-out reach
- Combos — the combo-intel model
- Account settings — profile visibility controls