Add dynamic backgrounds#731
Open
nordwestt wants to merge 11 commits into
Open
Conversation
…G based on current theme, show svg in chat background
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Add Dynamic Background
Summary
This PR introduces a dynamic backgrounds to Page Assist (via SVG), enabling users to switch between four distinct backgrounds: plain, Blurry Gradient, Layered Waves and Blob Scene. The backgrounds dynamically update their colors based on the user's current color theme and selection persists across refreshes using the recently created
useThemehook and zustand store. A new dropdown has been added to the settings, enabling users to switch between the backgrounds, and the plain background has been set as the default in order not to disturb any existing user's experience. Lastly, the bottom chat input component has been made translucent with a "frosted glass" effect in order to showcase the underlying backround.Changes
BackgroundSwitcher, allowing users to choose between four backgrounds.Motivation
This further improves the "themeability" of the UI, with the background being dynamically colored based on the current theme which makes it forward-compatible with new color themes. Additionally it enhances user experience by allowing for different backgrounds, providing a "fresh" look for the chat interface.
Compliance
Testing
Samples