[roomcomments] implement basic room comments

This commit is contained in:
Devin Zuczek
2026-08-20 19:00:22 -04:00
parent 062c07cc33
commit 655c7ee4d6
17 changed files with 15670 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
{ slug: 'cdn', title: 'cdn — binary asset delivery' },
{ slug: 'storage', title: 'storage — uploads to the CDN bucket' },
{ slug: 'playersettings', title: 'playersettings — per-player settings' },
{ slug: 'roomcomments', title: 'roomcomments — notes pinned in a room' },
{ slug: 'discovery', title: 'discovery — discovery page layouts' },
{ slug: 'ai', title: 'ai — game AI access' },
{ slug: 'api', title: 'api — everything else' },