Performance issue when typing in card with tag

in a large space , like ttrpog spaces,

added some perf optimizations to reduce lag when typing in cards with tags.

note to self: The true/super-long-term solution for this is probably to migrate from vuex to pina for global state management because pina caches getters (eg store.getters.allTags) and vuex recalculates them each time.

1 Like