mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #1975] [CLOSED] Added info about prompt commands @ and / in shortcuts modal #7650
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1975
Author: @albertso
Created: 5/5/2024
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
10d13a4Added info about prompt commands @ and / in ShortcutsModal📊 Changes
1 file changed (+32 additions, -0 deletions)
View changed files
📝
src/lib/components/chat/ShortcutsModal.svelte(+32 -0)📄 Description
Pull Request Checklist
Description
As the title says, added info about prompt commands @ and / in the shortcuts modal.
They're down below on the image. I think this info here is helpful.
On the second image the elements are duplicated to demonstrate the spacing will work if more are added.
Changelog Entry
Added
Additional Information
CSS: tried with
space-y-3 sm:space-y-0(tailwind) to separate the columns, but it doesn't work as it should, so i added top padding to the second column insteadpt-3 sm:pt-0.When I edited this file in place, github added it as a patch to my
open-webui--feat-sortlistfork, which was only intended for that feature. I would have prefered to have it in another repo, but it probably doesn't matter that much for this small thing.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.