about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-12 15:22:09 -0700
committerGitHub <noreply@github.com>2024-04-12 15:22:09 -0700
commitc3821fdc311fe7ddebede427715892d3a1e53716 (patch)
treebe783cae52ddfeba56c06ceba08773170ca5afe9 /src/lib
parent6218eb0eeac2ccab33c56fda97a52837edd58694 (diff)
downloadvoidsky-c3821fdc311fe7ddebede427715892d3a1e53716.tar.zst
Remove vertical scrollbars from views on native (#3429)
* remove vertical scrollbars

* add to a few missing lists

* gate this change

* use `hide_vertical_scroll_indicators`

* fix gate lint

* fix bool
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 81f3f19d5..314799f28 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -3,6 +3,7 @@ export type Gate =
   | 'autoexpand_suggestions_on_profile_follow'
   | 'disable_min_shell_on_foregrounding'
   | 'disable_poll_on_discover'
+  | 'hide_vertical_scroll_indicators'
   | 'new_profile_scroll_component'
   | 'new_search'
   | 'receive_updates'