Opening multiple tabs and creating a new filter in the first one, then adding to others, creates several new filters with the same name

Steps to reproduce:

  • open two tasks in separate tabs
  • add a new label to the first task
  • add the same label to the second task
  • BUG: the second task creates a new label with the same name as the first one

Expected behavior: the second task adds the label that was created via the first task’s tab

Frontend Version: 0.21.0
API Version: v0.21.0

This should be easy to do (until we get sync across devices). I’ve tried implementing this with a pinia plugin but hit this error: stringify non-POJOS error · Issue #29 · wobsoriano/pinia-shared-state · GitHub