Commit graph

15 commits

Author SHA1 Message Date
92f3c4f81f feat: Update ui screens
Separate script and assets block.
2026-03-10 21:21:08 +01:00
48b6e1d0ed feat: Changes to template inheritance
Changes to what goes where.
2026-03-01 16:31: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
b1c7f4100e feat: Unify format for IDs 2026-02-14 12:18:07 +01:00
b7b1d15456 feat: Update hippie-script
- Update to new version
- Move brand from hippie to HIPPIE
- Add hippie-script to all remaining templates
2025-11-03 19:37:19 +01:00
a3eb2250ab feat: Add hippie-script as dependency
Foundation to move all global JavaScript to the new repo.
2025-11-02 17:18:12 +01:00
50b43cdc2f feat: More styling for placeholder 2025-11-02 13:12:04 +01:00
0f561d360a feat: Change task bar placeholder
- Add content
- Reflect style from task bar
2025-11-02 11:39:11 +01:00
13b1924360 refactor: Move stuff around and rename
- DragAdv is now HippieTaskBar
- Remove previous version
- Move unused stuff
- Replace Clock with TimeDisplay
2025-11-02 10:20:51 +01:00
20b43b8d35 feat: Integrate date in task bar
- Date format can now be changed dynamically
- Date element is now created in task bar class
- Class can accept options, currently only for date
- Date format is changed according to position
- Changed dom structure for clock
- Refactor setPosition method to be more flexible
- Changed flex style for task bar items to inherit the direction
2025-11-02 09:26:19 +01:00
abf393191c style: Reformat and comment 2025-11-02 09:18:12 +01:00
496b6e37d8 feat: Add date to task bar
- Add date display to task bar
- Add new DateDisplay class to app.js
- Update TimeDisplay to be like DateDisplay
2025-11-01 11:34:00 +01:00
bac4b73c08 feat: Add time to task bar
- Add app.js to windows screen
- Add time display to task bar
- Add new TimeDisplay class to app.js
- Add play and pause buttons as example
- Fix event handlers of task bar according to bubbling and propagation
2025-11-01 11:21:19 +01:00
6098a1e62d feat: Style and content for windows 2025-10-27 23:24:49 +01:00
e0cfcfac13 feat: Add and rename screens
- Add windows screen
- Add windows.js
- Different variants of classes for drag and edge snap behaviour
- Rename js files to better distinguish usage
2025-10-27 21:33:38 +01:00