1d1f45653e
Added a dedicated Eye/EyeOff icon button next to the existing ClockStylePicker in the home top bar. Clicking it instantly hides or shows the home wall-clock widget without opening any popover. - Wired to the existing useHomeClockVisibility hook so it stays in sync with the toggle inside the clock-style popover (same storage key + custom event). - Reuses existing locale keys home.clockStyle.hideWidget / home.clockStyle.showWidget for aria-label and title (flips with state). - aria-pressed reflects hidden state for accessibility. - No new locale keys, no changes to default position behavior, and the popover toggle is left intact as requested. Files: - artifacts/teaboy-os/src/pages/home.tsx (added Eye/EyeOff imports and the new icon button between ClockStylePicker and the language toggle).