mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The <select> for Default Tool View was an uncontrolled dead control with no value binding, no onChange handler, and no save mechanism. This wires it up end-to-end: - Add defaultToolView to the Zustand settings store - Load the persisted value from the settings API on mount - Bind the <select> with value/onChange - Add Save Settings button mirroring SystemSection's pattern - Redirect home page to /fullscreen when defaultToolView is "fullscreen" Closes #75