Update 1.6.8-beta#287
Merged
Merged
Conversation
- Added support for upgrading and downgrading database migrations via command line arguments. - Improved usage messages for clarity when incorrect arguments are provided. - Updated README to reflect changes in the run-dev script usage.
This update introduces a new search feature for the settings page, allowing users to quickly find specific settings based on their input. - Refactored the settings search logic to utilize a dedicated utility for improved performance and maintainability. - Removed hardcoded search terms and replaced them with a dynamic entries system. - Added a scoring mechanism to prioritize search results based on relevance. - Improved the user interface to display search results clearly, including relevant details and icons. - Enhanced accessibility by ensuring that search results are easily navigable.
…avior - Introduced a reference for the sidebar navigation to manage scrolling. - Implemented a function to scroll the active tab into view when selected. - Adjusted padding and layout for improved visual consistency. - Updated button styles for better user interaction feedback.
- Added support for custom theme colors in the appearance settings. - Introduced a new CustomThemeColors model to define color properties. - Updated the settings store to persist custom theme colors in local storage. - Enhanced the UI components to allow users to select and preview custom colors. - Modified existing theme handling to accommodate the new custom theme option.
- Updated components to exclude temporary graphs from displays and operations. - Introduced a utility function to streamline filtering logic. - Enhanced the handling of temporary graphs in navigation and state management.
- Updated the modal layout to improve scrolling experience. - Adjusted CSS classes for better responsiveness and overflow handling. - Ensured consistent styling across various elements within the modal.
This release focuses on enhancing the settings experience and includes the following key updates: - Redesigned settings page with searchable sections. - Introduced a custom theme color editor. - Improved handling of temporary graphs across navigation and history. - Added local development migration helpers. - Enhanced generated-image detail modal for better responsiveness.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Meridian 1.6.8-beta
Meridian
1.6.8-betais focused on making settings easier to navigate and personalize. This release adds a redesigned settings page with searchable sections, a custom theme color editor, cleaner temporary-graph handling across navigation and history, local development migration helpers, and a smoother generated-image detail modal.Highlights
Settings Navigation
The settings page has been reorganized into a clearer, sectioned workspace.
Settings Search
Settings can now be found directly from the settings page.
settingsEntriescatalog.Custom Theme Colors
Appearance settings now support a user-defined color palette.
Fix Temporary Graph Handling
Temporary graphs are now kept out of user-facing permanent graph lists more consistently.
Local Development
Backend migration commands are now available through the backend development script.
./run-dev.sh upgrade [revision]for running Alembic upgrades, defaulting tohead../run-dev.sh downgrade <revision>for running Alembic downgrades../run-dev.sh,./run-dev.sh dev, and./run-dev.sh servefor starting the hot-reload backend server.run-dev.sharguments../run-dev.sh upgradein local setup instructions.Image Playground
Generated-image details now behave better in constrained viewports.
Self-Hosting and Upgrade Notes
Self-hosted deployments can treat
1.6.8-betaas a frontend and settings-schema upgrade.cd api && ./run-dev.sh upgradeinstead of running Alembic directly for normal migration upgrades.