[TS-147] Add internal debug field display (#9302)
* Add internal debug field display * Update title
This commit is contained in:
@@ -26,6 +26,7 @@ import * as Toast from '#/view/com/util/Toast'
|
||||
import {atoms as a, platform, useBreakpoints, useTheme} from '#/alf'
|
||||
import {SubscribeProfileButton} from '#/components/activity-notifications/SubscribeProfileButton'
|
||||
import {Button, ButtonIcon, ButtonText} from '#/components/Button'
|
||||
import {DebugFieldDisplay} from '#/components/DebugFieldDisplay'
|
||||
import {useDialogControl} from '#/components/Dialog'
|
||||
import {MessageProfileButton} from '#/components/dms/MessageProfileButton'
|
||||
import {PlusLarge_Stroke2_Corner0_Rounded as Plus} from '#/components/icons/Plus'
|
||||
@@ -320,6 +321,8 @@ let ProfileHeaderStandard = ({
|
||||
)}
|
||||
</View>
|
||||
)}
|
||||
|
||||
<DebugFieldDisplay subject={profile} />
|
||||
</View>
|
||||
|
||||
<Prompt.Basic
|
||||
|
||||
Reference in New Issue
Block a user