Closed darrenburns closed 6 months ago
I'd like to be able to apply tags to the currently open chat.
Pressing a keybind would bring up a modal screen with an input field.
This input field lets you enter values to add as tags.
These tags will be associated to the chat ID in the database.
We could possibly use textual-autocomplete to autocomplete pre-existing tags.
textual-autocomplete
In the future this will enable us to filter chats by tag.
I'd like to be able to apply tags to the currently open chat.
Pressing a keybind would bring up a modal screen with an input field.
This input field lets you enter values to add as tags.
These tags will be associated to the chat ID in the database.
We could possibly use
textual-autocomplete
to autocomplete pre-existing tags.In the future this will enable us to filter chats by tag.