0.37.6: remember the "Show hidden" toggle across reloads
Uploaded dotfiles (.env) were persisting fine, but "Show hidden" is component state that reset to off on every reload — so after refreshing, hidden files disappeared from view and looked lost. Persist the toggle in localStorage (sp.files.showHidden) so it survives reloads; combined with 0.37.5's auto-reveal, an uploaded .env now stays visible. Frontend-only; all 3 images rebuilt+pushed 0.37.6. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
a40dd0de3e
commit
415ebb733a
+1
-1
@@ -1,3 +1,3 @@
|
||||
"""Single source of truth for the StackPilot release version."""
|
||||
|
||||
APP_VERSION = "0.37.5"
|
||||
APP_VERSION = "0.37.6"
|
||||
|
||||
Reference in New Issue
Block a user