mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-17 20:43:32 -05:00
feat: filter by untagged chats #421
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mherrmann3 on GitHub (Mar 6, 2024).
The problem
Tagging is a nice way to organize the chats, but it is currently not possible to:
The solution I'd like
The possibility to only show chats without a tag.
Above the chat list, I see one tag button without a name (it only contains a whitespace character " "), which does not do anything (apparently). Exactly this item could take over the "untagged" functionality.
Alternatives I've considered
If a chat is not yet tagged, it could appear above a horizontal separator (indicating it as a "new" chat; tagging it will bring it below the separator).
@tjbck commented on GitHub (Apr 10, 2024):
Closing this in favour of #1106, let's continue our discussion there!
@mherrmann3 commented on GitHub (Apr 22, 2024):
Even with the new archiving feature, couldn't this feature request still be useful?
I also would like to know the purpose of the tag button without a name (which only contains a whitespace character " "). It seems to not have any function. And I still believe exactly this item could take over the "untagged" functionality.