mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:11:21 +02:00
More analytics, and cancel requests
This commit is contained in:
@@ -12,7 +12,7 @@ export const SidebarActions = memo(function SidebarActions() {
|
||||
<HStack className="h-full" alignItems="center">
|
||||
<IconButton
|
||||
onClick={async () => {
|
||||
trackEvent('Sidebar', 'Toggle');
|
||||
trackEvent('sidebar', 'toggle');
|
||||
|
||||
// NOTE: We're not using `toggle` because it may be out of sync
|
||||
// from changes in other windows
|
||||
|
||||
Reference in New Issue
Block a user