[PR #1975] [CLOSED] Added info about prompt commands @ and / in shortcuts modal #7650

Closed
opened 2025-11-11 17:32:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1975
Author: @albertso
Created: 5/5/2024
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • 10d13a4 Added 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: 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.

open-webui--feat-prompt-shortcut-help open-webui--feat-prompt-shortcut-help02

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. | ![open-webui--feat-prompt-shortcut-help](https://github.com/open-webui/open-webui/assets/1270475/ab8c32fa-a650-4f23-ad8b-bf1aed079f1d) | ![open-webui--feat-prompt-shortcut-help02](https://github.com/open-webui/open-webui/assets/1270475/54998ee4-aec7-4cb6-abd4-0845eb8c3440) | | - | - | 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>
GiteaMirror added the pull-request label 2025-11-11 17:32:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7650