Sun light UI scrollbar setting parameter persistence#181
Conversation
|
Thanks for the PR. A couple of points before this can be merged: 1. Doesn't follow the existing persistence pattern The project already persists state through the zustand
2. Diff noise / out-of-scope changes (~9 of ~13 hunks) Most of the diff is unrelated to persistence — it's Unicode character replacements in UI labels and comments:
This looks like an editor encoding corruption. It pollutes the review, contradicts the "one file changed: lighting persistence" description, and degrades the UI text (the typographic ellipsis Please revert these to the original characters so the PR only contains the Once persistence is moved into |
|
Will do :) |
iammojogo-sudo
left a comment
There was a problem hiding this comment.
Changes made per request "persistence is moved into appStore and the encoding changes are reverted," If there are still issues, let me know :)
|
Perfect !!! :) |
Persist 3D viewer lighting settings (Sun / Fill) across sessions.
The lighting panel sliders reset to defaults on every page load.
This saves them to localStorage on change and restores them on
startup, so they persist across generations, tab switches, and
app restarts until the user changes them or hits Reset.
One file changed: GeneratePage.tsx.
