feat(asset.graph): add config panel and fix grid cell alignment#6
Open
Paulopk0 wants to merge 3 commits into
Open
feat(asset.graph): add config panel and fix grid cell alignment#6Paulopk0 wants to merge 3 commits into
Paulopk0 wants to merge 3 commits into
Conversation
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.
📝 Description
This PR unifies the visual identity of the chart settings panel with the styling patterns used in the rest of the Plata ecosystem (adopting a 100% flat design, removing all shadows, integrating the
#6a4c93brand purple, and using the Montserrat font). Additionally, it localizes the entire interface and code comments to English and implements real-time preview synchronization between the settings panel and the chart page.🛠️ Changes
1. Styling & Visual Identity (Plata Brand Theme)
#ffffff(White).#f2f2f2(Light gray, matching main admin layout rails).#6a4c93(Plata Purple) with hover states at#5a3d82.#000000(Pure Black) and#666666(Dark Gray).8pxgrid.selectelement height to28pxto perfectly align with color picker containers.2. Real-Time Settings Synchronization
BroadcastChannelAPI (using channel namechart_settings_sync) inside bothindex.phpandasset.graph.config.php.localStorage) and committed permanently to the server'sasset.graph.config.jsononce the user submits the form.