Added more todos
This commit is contained in:
parent
88f89ad12d
commit
183a53b178
@ -34,6 +34,8 @@ const store = createStore<StoreModel>({
|
||||
}),
|
||||
});
|
||||
|
||||
// todo fix user persisting on reload
|
||||
|
||||
function UserFetcher() {
|
||||
const setUser = useStoreActions((actions) => actions.setUser);
|
||||
const { data, error } = useSWR("/api/user", fetcher);
|
||||
|
||||
@ -37,6 +37,8 @@ function MagnitudeNumber({ magnitude }: { magnitude: number }) {
|
||||
);
|
||||
}
|
||||
|
||||
// todo change sidebar event highlighting on selection
|
||||
|
||||
export default function Sidebar({
|
||||
logTitle,
|
||||
logSubtitle,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user