• 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
..
components Loading commit data...
helpers Loading commit data...
hooks Loading commit data...
layouts Loading commit data...
lib Loading commit data...
locales Loading commit data...
pages Loading commit data...
router Loading commit data...
store Loading commit data...
themes Loading commit data...
types Loading commit data...
utils Loading commit data...
App.tsx Loading commit data...
grpcweb.ts Loading commit data...
i18n.ts Loading commit data...
index.css Loading commit data...
main.tsx Loading commit data...