Theme analytics and Moonlight

This commit is contained in:
Gregory Schier
2024-05-30 11:00:50 -07:00
parent 2caa735a2e
commit ba66883dc2
8 changed files with 100 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
import { invoke } from '@tauri-apps/api/core';
export type TrackResource =
| 'appearance'
| 'app'
| 'cookie_jar'
| 'dialog'
@@ -14,7 +15,7 @@ export type TrackResource =
| 'key_value'
| 'setting'
| 'sidebar'
| 'toast'
| 'theme'
| 'workspace';
export type TrackAction =