Launch analytics events, changelog, better filter styles

This commit is contained in:
Gregory Schier
2024-01-18 14:42:02 -08:00
parent 1a1553eebd
commit bcdf51d231
22 changed files with 631 additions and 275 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface Settings extends BaseModel {
readonly model: 'settings';
theme: string;
appearance: string;
updateChannel: string;
}
export interface Workspace extends BaseModel {