• Aryan Kothari's avatar
    fix: bug in chat deletion pagination interact · f9e1a933
    Aryan Kothari authored
    change 1: when selecting a tag to filter the `tagView` store is set to disable paginated loading. This is so all tagged items can be loaded at once.  deleting a tag when in the filtered view returns to the unfiltered view. this change now sets the `tagView` store to `false` so pagination can continue
    
    change 2: formatting
    f9e1a933
Chat.svelte 43.4 KB