forked from waylaidwanderer/PandoraAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: per-message client options and preset selection for new chats (w…
…aylaidwanderer#7) * feat: show different icons based on selected client * fix: use icon for send button * fix: update styles * fix: adjust chat container height when input rows change * fix: responsiveness tweaks * feat: implement client selection dropdown * refactor: move client dropdown to a component * feat: wip client form generation * feat: styling for range slider * fix: add labels and remove default values * feat: add preset name input * feat: add textarea input plus tweaks * feat: add checkbox styling * fix: tweak reset button style * fix: add icon to save button * feat: add WIP code to save preset * refactor: use pinia to manage storage * feat: implement saving presets * fix: remove console.logs * fix: only update existing preset's options, and automatically add number to name if others already exist with same name * refactor: use activePresetId and activePreset instead of clientToUse * refactor: don't use preset ID and simply use name * feat: add custom presets to dropdown list * fix: implement deleting presets * feat: import/export data and more improvements * fix: don't allow changing options during conversation * feat: actually pass options to server * fix: don't abort request stream when window visiblity is hidden * fix: add more client settings * fix: update to number inputs * feat: make use of name labels * chore: add demos * docs: tweak layout * docs: bump version for web client demo for cachebusting
- Loading branch information
1 parent
84c6701
commit 72f313d
Showing
14 changed files
with
1,114 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.