diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-04-27 05:54:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 05:54:18 +0100 |
commit | ce85375c856549371e1e561e21bb5932baca8ea6 (patch) | |
tree | 7938f91a11ff2d2459707ac19f09774f30857150 /src/lib/analytics/types.ts | |
parent | 1af59ca8a7db308325f8964a131d544882cff6e8 (diff) | |
download | voidsky-ce85375c856549371e1e561e21bb5932baca8ea6.tar.zst |
[Clipclops] New routes with placeholder screens (#3725)
* add new routes with placeholder screens * gate content * add filled envelope style * swap filled state * switch to `useAgent`
Diffstat (limited to 'src/lib/analytics/types.ts')
-rw-r--r-- | src/lib/analytics/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/analytics/types.ts b/src/lib/analytics/types.ts index b4eb0ddcb..33b8bddbd 100644 --- a/src/lib/analytics/types.ts +++ b/src/lib/analytics/types.ts @@ -76,6 +76,7 @@ export type TrackPropertiesMap = { 'MobileShell:SearchButtonPressed': {} 'MobileShell:NotificationsButtonPressed': {} 'MobileShell:FeedsButtonPressed': {} + 'MobileShell:MessagesButtonPressed': {} // NOTIFICATIONS events 'Notificatons:OpenApp': {} // LISTS events |