(wip): add reactions
Some checks failed
/ release (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(qol): update todo
This commit is contained in:
Alois 2026-07-11 14:53:12 +02:00
commit 7ba08090fe
20 changed files with 4533 additions and 5894 deletions

View file

@ -442,6 +442,7 @@ export interface Storage extends SettingsStorageDefaults {
width: number;
height: number;
} | null;
reactions: Record<string, number>;
}
export const storageDefaults: Storage = {
@ -513,6 +514,11 @@ export const storageDefaults: Storage = {
chat_picker_saved_media: [],
chat_picker_last_tab: "gif",
chat_picker_size: null,
reactions: {
":thumbsup:": 3,
":fire:": 2,
":white_check_mark:": 1,
},
};
// User Status