Skip to content

feat: hide header on app startup with localStorage persistence#20

Merged
j4rviscmd merged 1 commit intomainfrom
feat/header-hidden-start
Mar 22, 2026
Merged

feat: hide header on app startup with localStorage persistence#20
j4rviscmd merged 1 commit intomainfrom
feat/header-hidden-start

Conversation

@j4rviscmd
Copy link
Copy Markdown
Owner

Summary

  • The header now starts hidden when the app launches, giving users a distraction-free editing experience from the start
  • Header visibility state is persisted in localStorage (scripta:headerHidden), surviving page reloads
  • Scrolling up reveals the header as before; scrolling down hides it again

Test plan

  • Launch the app and verify the header is hidden on startup
  • Scroll down and verify the header stays hidden
  • Scroll up and verify the header appears
  • Reload the page and verify the last visibility state is restored
  • Verify localStorage key scripta:headerHidden is updated correctly

🤖 Generated with Claude Code

The header now starts hidden when the app launches. The visibility
state is persisted in localStorage so it survives page reloads.
Scrolling up reveals the header as before.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@j4rviscmd j4rviscmd added the enhancement New feature or request label Mar 22, 2026
@j4rviscmd j4rviscmd merged commit 6313ed8 into main Mar 22, 2026
@j4rviscmd j4rviscmd deleted the feat/header-hidden-start branch March 22, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant