Profile: filter recent toots

- material: new Menu component
- material/theme: animation curves
- TootFilterButton
This commit is contained in:
thislight 2024-10-24 23:47:44 +08:00
parent 08201cccef
commit f8dc2950d2
5 changed files with 284 additions and 5 deletions

View file

@ -149,7 +149,7 @@ const App: Component = () => {
return <UnexpectedError error={err} />;
}}
>
<ThemeProvider theme={theme()}>
<ThemeProvider theme={theme}>
<DateFnScope>
<ClientProvider value={clients}>
<ServiceWorkerProvider