Username Education

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Fedor Indutny
2024-01-29 12:09:54 -08:00
committed by GitHub
parent c6a7637513
commit 7dc11c1928
100 changed files with 1443 additions and 1269 deletions

8
ts/types/globalModals.ts Normal file
View File

@@ -0,0 +1,8 @@
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export enum UsernameOnboardingState {
NeverShown = 'NeverShown',
Open = 'Open',
Closed = 'Closed',
}