Commit graph

373 commits

Author SHA1 Message Date
a1aae6a902 fix: Change size option on resize only once 2026-03-01 22:19:19 +01:00
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
8ce1e14fad docs: New JS content for TODO 2026-03-01 11:44:49 +01:00
ee43638cbc feat: Add global function to map values 2026-03-01 11:44: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
8af4dc92d9 docs: Update content of TODO
- Add demo tasks
- Remove clock task
2026-02-25 21:09:13 +01:00
318af09d40 feat: Add styles to table screen 2026-02-25 17:54:28 +01:00
39591b2c37 docs: Update content of TODO 2026-02-25 17:52:23 +01:00
5765207e51 feat: Change table classes 2026-02-21 14:09:10 +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
d64bf61a9c feat: Replace layouts template
- Change nunjucks to liquid for layouts screen
- Add shortcodes for placeholders to eleventy
2026-02-21 12:16:34 +01:00
b10379782f feat: Add functionality to table screen
- New templates for rows with different content
- Rows can now be repositioned
- Change of rows now causes a reindex
2026-02-21 09:28:50 +01:00
fd5f3ba89f chore: Add possibility to deploy
- New npm scripts
- New folder for deployment content
- Currently using a fixed --pathprefix option with hippie as value
- Add deploy to gitignore
2026-02-19 20:43:52 +01:00
d04e0e3174 feat: Add content to table screen 2026-02-17 21:53:06 +01:00
6c5bf2e54d feat: Replace nunjucks with liquid for introduction screen 2026-02-17 21:01:00 +01:00
f28bed372c feat: Optimize components screen
- Fix typos
- Format
- Rework shift and capslock detection
2026-02-17 20:33:44 +01:00
63c899b789 feat: Replace template fpr components screen
- Nunjucks to liquid
- Rename partials
- Add footer partial
2026-02-16 00:30:01 +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
78a761f9cf feat: Change template for 10print screen 2026-02-15 23:11:33 +01:00
0ac6766fb0 feat: Change template for game screen
- Move SCSS module
- Change template to simple
2026-02-15 22:47:02 +01:00
36cf5178f2 feat: Replace nunjucks with new template and screen
- Replace ui index with liquid
- Add simple template inheriting from default
2026-02-15 21:59:25 +01:00
e11cb2f184 fix: Remove unnecessary super block from app template 2026-02-15 21:55:56 +01:00
d72f47bdd6 feat: Update hippie-style module 2026-02-15 10:53:11 +01:00
2baad1d314 feat: Replace nunjucks with liquid for basics screen
- Add liquid template page
- Basics screen now uses liquid
- Correct script block in templates
- Add parameters to meta and log partials
- Add liquid partials for page and placeholder content
2026-02-15 10:28:57 +01:00
ca9f6e21ea style: Remove hyphens for liquid layout tags 2026-02-15 10:28:56 +01:00
aa4c0968ae feat: Reflect new hr styles 2026-02-14 20:45:30 +01:00
9d98b69e31 feat: Features for table screen
- Add active state for rows
- Add addition of rows
2026-02-14 19:17:46 +01:00
9bf97019ca docs: More details for JS part 2026-02-14 18:54:14 +01:00
5092c1680d feat: Add capitalizeFirstLetter() to app 2026-02-14 18:53:48 +01:00
e5516c81f1 chore: Display jshint option for curly braces 2026-02-14 18:44:45 +01:00
15a9b83e80 feat: Content and interaction for table screen
- Add getRandomFormattedString(), toggleColumn() and convertToRomanNumeral() to app
- Update hippie styles
- Add button to toggle index column
- Add select group to autofill numbering
2026-02-14 13:26:06 +01:00
b1c7f4100e feat: Unify format for IDs 2026-02-14 12:18:07 +01:00
759283fd9f docs: Update README and TODO
- Better structure for TODOs
- Add information about JavaScript to README
2026-02-14 12:16:55 +01:00