drop/server/components
wdunn001 e80033e68e
Some checks failed
Server CI / Lint (push) Failing after 2m23s
Server CI / Typecheck (push) Failing after 2m56s
community: M3 -- friends, presence, chat
Friendship (request/accept/decline/remove, self-request and crossing-request
handling, DB-level pair uniqueness via a hand-written expression index),
ChatRoom/ChatMessage/ChatReadState backed by Nitro's built-in websocket
(server/api/v1/community/ws.get.ts) behind a ChatTransport seam
(server/internal/community/chatTransport.ts) with a REST send fallback.

Mid-milestone product redirect: chat's primary job is coordinating the
persistent-world servers (EQEmu/WoW/DAoC), not per-title discussion --
ChatRoomKind gets a first-class `server` case and chatService.ts ships a
static KNOWN_SERVERS registry keyed the same way M4's GameServer will be,
once that lands (gameServerId reserved for that wiring-up pass).

Presence has no new table -- "online" is a live websocket registry
(presenceRuntime.ts), "playing X" reads through an isolated query module
(presenceService.ts) that degrades to an empty, clearly-labeled result if
PlaySession's shape doesn't match what it expects.

Pages: /community/friends, /community/chat, plus a friends/servers strip on
/community itself. Migration 20260803120000_m3_friends_chat.
2026-08-03 01:39:04 -04:00
..
Auth In-app store, torrential backend, locales (#332) 2026-02-06 00:12:24 +11:00
Directory Store overhaul (#142) 2025-07-30 13:40:49 +10:00
GameEditor Add age ratings (#451) 2026-07-26 11:42:16 +10:00
Icons Admin home page #128 (#259) 2025-11-08 09:14:45 +11:00
Modal API optimisations (#343) 2026-02-06 23:12:03 +11:00
PieChart Series of small fixes (#346) 2026-02-09 16:27:31 +00:00
Selector community: fold /community into the fork, source-build the three JS patches 2026-08-02 00:12:06 -04:00
Setup community: fold /community into the fork, source-build the three JS patches 2026-08-02 00:12:06 -04:00
SourceOptions FlatLibrary provider (#127) 2025-07-06 12:44:41 +10:00
UserHeader In-app store, torrential backend, locales (#332) 2026-02-06 00:12:24 +11:00
AccountSidebar.vue Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
AddLibraryButton.vue Store overhaul (#142) 2025-07-30 13:40:49 +10:00
ApplicationLogo.vue Make application and logo configurable (#336) 2026-02-06 11:43:21 +11:00
CarouselPagination.vue Use 7zip for archive backend (#264) 2025-10-13 13:02:27 +11:00
CodeInput.vue Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
DropLogo.vue Admin task UI update & QoL (#194) 2025-08-19 15:03:20 +10:00
DropWordmark.vue Make application and logo configurable (#336) 2026-02-06 11:43:21 +11:00
EmojiText.vue Switch to nuxt assets for emojis (#311) 2026-01-14 14:49:58 +11:00
EmulatorWidget.vue API optimisations (#343) 2026-02-06 23:12:03 +11:00
GameCarousel.vue Make application and logo configurable (#336) 2026-02-06 11:43:21 +11:00
GamePanel.vue Store overhaul (#142) 2025-07-30 13:40:49 +10:00
GameSearchResultWidget.vue Game specialisation & delta versions (#323) 2026-01-23 16:04:38 +11:00
ImageUpload.vue Make application and logo configurable (#336) 2026-02-06 11:43:21 +11:00
ImportVersionLaunchRow.vue Autofill launch name on version import (#373) (#447) 2026-07-24 07:38:04 +10:00
LogLine.vue Paginated admin library & upgrade manifests (#351) 2026-02-25 02:17:33 +11:00
MiniTile.vue Refactoring and UI improvements on the admin home page (#348) 2026-02-09 18:40:45 +11:00
NewsArticleCreateButton.vue Logging (#131) 2025-07-09 12:01:23 +10:00
NotificationItem.vue Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
OptionWrapper.vue Logging (#131) 2025-07-09 12:01:23 +10:00
PanelWidget.vue chore: prettier pass 2025-04-15 21:46:34 -04:00
PlaytimeRail.vue community: M2 -- device enrollment, wrapper ingest, playtime, played-only listing 2026-08-03 01:08:39 -04:00
ProgressBar.vue Paginated admin library & upgrade manifests (#351) 2026-02-25 02:17:33 +11:00
RankingList.vue Admin home page #128 (#259) 2025-11-08 09:14:45 +11:00
RelativeTime.vue Small fixes (#141) 2025-07-20 14:56:15 +10:00
SkeletonCard.vue fix: etags and other 2025-04-14 10:52:12 +10:00
SourceTable.vue community: fold /community into the fork, source-build the three JS patches 2026-08-02 00:12:06 -04:00
StoreView.vue Make application and logo configurable (#336) 2026-02-06 11:43:21 +11:00
TaskWidget.vue Depot API & v4 (#298) 2026-01-13 15:32:39 +11:00
TileWithLink.vue Admin home page #128 (#259) 2025-11-08 09:14:45 +11:00
UserAvatar.vue community: M3 -- friends, presence, chat 2026-08-03 01:39:04 -04:00
UserFooter.vue community: M3 -- friends, presence, chat 2026-08-03 01:39:04 -04:00
UserHeader.vue Make application and logo configurable (#336) 2026-02-06 11:43:21 +11:00