1d1f45653e0b5b499d048a690efb5dad4b13250b
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).
Description
No description provided
Languages
TypeScript
69.4%
JavaScript
29%
CSS
0.6%
Shell
0.6%
Dockerfile
0.2%
Other
0.2%