• Steven's avatar
    fix(web): refresh sidebar tags when creating/updating memos · edfbd6b0
    Steven authored
    The sidebar tag list wasn't updating when users created new memos with tags
    or modified existing memo tags. This was because useFilteredMemoStats hook
    only refetched when filter/state/orderBy changed.
    
    Now the hook observes memoStore.state.stateId, which changes whenever memos
    are created, updated, or deleted. This triggers automatic refetch and the
    sidebar updates immediately with the latest tag counts.
    
    Fixes tag refresh issue in sidebar
    edfbd6b0
Name
Last commit
Last update
..
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
biome.json Loading commit data...
components.json Loading commit data...
index.html Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
tsconfig.json Loading commit data...
vite.config.mts Loading commit data...