(feat): add custom css
Some checks failed
/ build-desktop (linux) (push) Failing after 52s
/ build-web (push) Failing after 57s
/ build-mobile (push) Failing after 59s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-06-18 22:58:29 +02:00
commit 6ed9ee1109
6 changed files with 57 additions and 30 deletions

View file

@ -286,6 +286,7 @@ export interface Storage extends SettingsStorageDefaults {
theme_polarity: "dark" | "light" | "system";
theme_tint: "soft" | "hard" | "extreme";
theme_border_radius: number;
theme_custom_css: string;
chat_trusted_domains: string[];
chat_picker_saved_media: string[];
chat_picker_last_tab: "gif" | "meme" | "saved";
@ -335,6 +336,7 @@ export const storageDefaults: Storage = {
theme_polarity: "system",
theme_tint: "soft",
theme_border_radius: 0.5,
theme_custom_css: "",
chat_trusted_domains: [
// Other platforms
"cdn.discordapp.com",