generated from nhcarrigan/template
32a74235c0bc2bd0f531ef3314ca083fabeaf27c
Add a SystemClock component that displays the current date and time in British format. The clock appears in the top control bar (same row as Clipboard and Actions buttons) and updates every second. Features: - Date format: "7 February 2026" (British English) - Time format: "14:35:42" (24-hour) - Auto-updates every second via setInterval - Proper cleanup on unmount using Svelte 5 $effect - Hover effect with accent colour border - Positioned with margin-left: auto to align right Testing: - Added comprehensive unit tests for date/time formatting logic - 12 test cases covering edge cases, month boundaries, leap years - All tests passing with proper local timezone handling - Updated CLAUDE.md with testing requirements and guidelines Resolves: #128
hikari-desktop
Desktop companion application featuring Hikari.
Live Version
This page is currently deployed. View the live website.
Feedback and Bugs
If you have feedback or a bug report, please log a ticket on our forum.
Contributing
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.
Code of Conduct
Before interacting with our community, please read our Code of Conduct.
License
This software is licensed under our global software license.
Copyright held by Naomi Carrigan.
Contact
We may be contacted through our Chat Server or via email at contact@nhcarrigan.com
Description