Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests for the changes?
Code Review: Have you self-reviewed your code and addressed any coding standard issues?
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
Help info about prompt shortcuts @ and /
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 instead pt-3 sm:pt-0.
When I edited this file in place, github added it as a patch to my open-webui--feat-sortlist fork, 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/1975
**Author:** [@albertso](https://github.com/albertso)
**Created:** 5/5/2024
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`10d13a4`](https://github.com/open-webui/open-webui/commit/10d13a4ef11634ffc23f5387509c60f0b9003e36) Added info about prompt commands @ and / in ShortcutsModal
### 📊 Changes
**1 file changed** (+32 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/ShortcutsModal.svelte` (+32 -0)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests for the changes?
- [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## 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
- Help info about prompt shortcuts @ and /
---
### 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 instead `pt-3 sm:pt-0`.
When I edited this file in place, github added it as a patch to my `open-webui--feat-sortlist` fork, 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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.