Block a user
decide the name of a collection of emotes
Create Basic Svelte Dashboard UI
Mirroring from discord.
The only interactions that 98% of users will use are searching and adding emotes to a single emote set, so I think the design should be more single-emote-list-centric. A…
schema: initialize database
The todo is more about whether we need to do more than that for unique users, particularly because COLLATE NOCASE only works with ASCII. It might be better to have a separate column for canonicaliz…
schema: initialize database
Soft delete would work, but eventually there has to be something to turn a soft delete into a hard delete for the purpose of GDPR and friends.
schema: initialize database
I'm weakly anti-_at. As a name, I don't feel it adds anything; just "created" being an integer tells me what it means. (If this were Postgres, we'd have actual time types, which would be even…