mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-06 01:31:49 +01:00
🗨️ feat: Prompt Slash Commands (#3219)
* chore: Update prompt description placeholder text * fix: promptsPathPattern to not include new * feat: command input and styling change for prompt views * fix: intended validation * feat: prompts slash command * chore: localizations and fix add command during creation * refactor(PromptsCommand): better label * feat: update `allPrompGroups` cache on all promptGroups mutations * refactor: ensure assistants builder is first within sidepanel * refactor: allow defining emailVerified via create-user script
This commit is contained in:
parent
b8f2bee3fc
commit
83619de158
33 changed files with 764 additions and 80 deletions
|
|
@ -32,6 +32,7 @@ html {
|
|||
--surface-primary-contrast:var(--gray-100);
|
||||
--surface-secondary:var(--gray-50);
|
||||
--surface-tertiary:var(--gray-100);
|
||||
--surface-tertiary-alt:var(--white);
|
||||
--border-light:var(--gray-100);
|
||||
--border-medium-alt:var(--gray-300);
|
||||
--border-medium:var(--gray-200);
|
||||
|
|
@ -48,6 +49,7 @@ html {
|
|||
--surface-primary-contrast:var(--gray-850);
|
||||
--surface-secondary:var(--gray-800);
|
||||
--surface-tertiary:var(--gray-700);
|
||||
--surface-tertiary-alt:var(--gray-700);
|
||||
--border-light:var(--gray-700);
|
||||
--border-medium-alt:var(--gray-600);
|
||||
--border-medium:var(--gray-600);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue