Commit graph

31 commits

Author SHA1 Message Date
6a574d92c2 feat: Add overlay to HippieClock
- Add method to create overlay element
- Use DateDisplay and TimeDisplay classes
- Add button to toggle display
- Update style for header
- Add methods to handle shapes
2026-03-01 20:57:15 +01:00
91df239a42 feat: More private methods for HippieClock 2026-03-01 20:05:50 +01:00
d0fde7cc6a fix: HippieClock ring for hours 2026-03-01 20:04:28 +01:00
7f4b4aeaee feat: Changes to HippieClock
- Make some methods private
- Add wrap element to parts
- Change color of sections
- Fix resize by changing styles of wrap element
2026-03-01 18:47:01 +01:00
48b6e1d0ed feat: Changes to template inheritance
Changes to what goes where.
2026-03-01 16:31:10 +01:00
10c71a3909 feat: Update HippieClock
- Add calculation for days in year
- Combine calculations for getTime()
2026-03-01 13:45:30 +01:00
8d1d182be4 feat: Add moon phase to HippieClock 2026-03-01 13:01:10 +01:00
0aca2bf3ee docs: Add ISO 8601 week to HippieClock 2026-03-01 12:25:35 +01:00
5261754da5 docs: Update clock
- Screen now uses template script
- Use mapping for section stroke
2026-03-01 11:46:19 +01:00
56633b364e feat: Remove legacy clock version 2026-03-01 10:50:43 +01:00
05f2ab1c0d feat: Update HippieClock
- Add sections
- Sections now use ring max value
2026-03-01 10:49:51 +01:00
ad135a58c1 feat: Update HippieClock
- Add all rings
- Add 24/12 hour switch
- Options can now be updated
- Add max to updateShape()
- Change attributes for addRing()
2026-03-01 08:47:12 +01:00
667269e4e7 feat: Update HippieClock
- Add update possibility
- Ring now has start and angle
- Date functions added to class
2026-02-28 18:56:21 +01:00
62b21b5e68 feat: New class HippieClock
Adapt everything to a class based prototype.

- Functionality of clock still missing
- Original version is hidden
- Size now is dynamic
- Parts can be added
2026-02-28 11:31:57 +01:00
743d9fba9e feat: Update clock
- Update resizeClock()
- Change background of groups
2026-02-28 11:27:23 +01:00
2f87621756 feat: Change clock layout
- Clock is now centered in window
- Clock is resized according to window
2026-02-26 19:30:30 +01:00
a924065931 feat: Add functions to clock
- Add toggle button for sections
- Add function to draw background
2026-02-26 00:40:54 +01:00
8fb6181154 feat: Add day of year to clock
- Add ring for day of year
- New sections
- Move button
- Center clock
2026-02-25 23:35:29 +01:00
6e75d9b290 feat: New content for clock
- Add background canvas
- Add marker
- Add sections
2026-02-25 21:13:53 +01:00
2d3c049d40 feat: Remove pageBase from liquid templates
- Remove pageBase global from all liquid templates
- Change " to ' for all liquid tags
2026-02-21 12:58:31 +01:00
0daf19bd87 feat: Change usage of templates
- Remove unnecessary super blocks
- Use simple templates
- Remove pageBase variable from templates
2026-02-16 00:26:58 +01:00
b1c7f4100e feat: Unify format for IDs 2026-02-14 12:18:07 +01:00
15bfbcc97b feat: Update clock
Display full circle when seconds or minutes turn to 0.
2025-11-23 14:17:24 +01:00
1a1badc786 feat: Update clock to use color from CSS 2025-11-16 13:27:46 +01:00
86fce27554 feat: More elements for clock and style change
- Add day of month
- Clock uses maximum canvas size
2025-11-16 13:21:25 +01:00
9e560d7e62 feat: More clock work
Add function to change start of week.
2025-11-16 13:09:16 +01:00
f257a44d89 feat: Add day of week and month to clock 2025-11-16 13:05:25 +01:00
847c4a9f6b feat: Update clock
Add switch for 12/24-hour format.
2025-11-16 12:57:43 +01:00
1e874c4ac8 feat: Add elements to clock
Add rings for minutes and hours.
2025-11-16 12:43:10 +01:00
dfa315310f feat: Update clock
- Change how the arc is drawn
- Update the ring according to seconds
2025-11-16 12:35:39 +01:00
fcdbfb41ef feat: Add clock screen
- New screen for a ring clock
- Add a canvas with the first ring
- No functionality yet
2025-11-16 12:29:19 +01:00