1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Early demo of #638

Actions are not working yet
This commit is contained in:
xmflsct
2022-12-31 15:53:02 +01:00
parent eb385b8872
commit 13303c4269
5 changed files with 221 additions and 102 deletions

View File

@ -21,6 +21,7 @@ type StatusContextType = {
disableDetails?: boolean
disableOnPress?: boolean
isConversation?: boolean
isRemote?: boolean
}
const StatusContext = createContext<StatusContextType>({} as StatusContextType)