UI Streamline Updates and Bug Fixes #77
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lot's of changes! Mostly usability and got rid of stuff I didn't like. Trying new things.
CoPilot Generated Pull Request Description
This pull request includes significant changes to the JavaScript functions and CSS styles in the
core
directory. The most important changes involve the removal of theautoSelect
function, updates to thelmsSend
function, and several style adjustments to improve the user interface.JavaScript changes:
core/js/lm-studio.js
: ThelmsSend
function had several commented-out lines added, including differentopenAIUrl
and model options. Additionally, thesendData
function was commented out as it was deemed redundant. [1] [2]core/js/options.js
: TheautoSelect
function was completely removed, simplifying the logic for selecting models. ThesendData
function was updated to remove references to theautoSelect
function. [1] [2]core/js/options.js
: Added checks in theinsertImage
function to ensure elements exist before proceeding, preventing potential errors.CSS changes:
core/style.css
: Added a new#settingsMenu
style block to define the appearance and positioning of the settings menu. [1] [2]core/style.css
: Updated various styles to improve the layout and appearance of the chat input and buttons, including the addition of a.chat-input-container
class and adjustments to the#btnSend
and.mic-button
styles. [1] [2]