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

Reply working for #638

This commit is contained in:
xmflsct
2023-01-01 16:44:55 +01:00
parent ac9738d358
commit ced71d6611
7 changed files with 44 additions and 18 deletions

View File

@ -47,6 +47,7 @@ export type QueryKeyTimeline = [
| {
page: 'Toot'
toot: Mastodon.Status['id']
remote: boolean
}
)
]

View File

@ -19,7 +19,7 @@ const ManageThemeContext = createContext<ContextType>({
export const useTheme = () => useContext(ManageThemeContext)
const useColorSchemeDelay = (delay = 50) => {
const useColorSchemeDelay = (delay = 250) => {
const [colorScheme, setColorScheme] = React.useState(Appearance.getColorScheme())
const onColorSchemeChange = React.useCallback(
throttle(