temp revert to old modal (#6005)
This commit is contained in:
@@ -4,6 +4,12 @@ import {AppBskyActorDefs, AppBskyGraphDefs} from '@atproto/api'
|
||||
|
||||
import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback'
|
||||
|
||||
export interface EditProfileModal {
|
||||
name: 'edit-profile'
|
||||
profile: AppBskyActorDefs.ProfileViewDetailed
|
||||
onUpdate?: () => void
|
||||
}
|
||||
|
||||
export interface CreateOrEditListModal {
|
||||
name: 'create-or-edit-list'
|
||||
purpose?: string
|
||||
@@ -102,6 +108,9 @@ export type Modal =
|
||||
| ChangeEmailModal
|
||||
| ChangePasswordModal
|
||||
|
||||
// Temp
|
||||
| EditProfileModal
|
||||
|
||||
// Curation
|
||||
| ContentLanguagesSettingsModal
|
||||
| PostLanguagesSettingsModal
|
||||
|
||||
Reference in New Issue
Block a user