tangled
alpha
login
or
join now
jollywhoppers.com
/
witchsky.app
103
fork
atom
Bluesky app fork with some witchin' additions 💫
witchsky.app
bluesky
fork
client
103
fork
atom
overview
issues
45
pulls
pipelines
Add A/A test (#9917)
authored by
Eric Bailey
and committed by
GitHub
2 weeks ago
9b8c46cd
f3cc850b
+5
2 changed files
expand all
collapse all
unified
split
src
Navigation.tsx
analytics
features
types.ts
+3
src/Navigation.tsx
···
1008
1008
})
1009
1009
}
1010
1010
}
1011
1011
+
1012
1012
+
// temp, just testing
1013
1013
+
void ax.features.enabled(ax.features.AATest)
1011
1014
})
1012
1015
1013
1016
return (
+2
src/analytics/features/types.ts
···
9
9
ImportContactsOnboardingDisable = 'import_contacts:onboarding:disable',
10
10
ImportContactsSettingsDisable = 'import_contacts:settings:disable',
11
11
LiveNowBetaDisable = 'live_now_beta:disable',
12
12
+
13
13
+
AATest = 'aa-test',
12
14
}