5663813ecf
feat: Replace index screen with liquid version
...
- _default.njk is now a single full.liquid
- Simplify structure
- Add log partials as liquid
2025-11-09 12:58:41 +01:00
5f8e048c84
feat: Replace status screens with liquid versions
...
- maintenance.njk is now a single status.liquid
- All status screens use liquid
- Simplify structure
2025-11-08 21:58:23 +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
e39d515b9e
chore: Typo in package.json
2025-11-02 14:12:52 +01:00
50b43cdc2f
feat: More styling for placeholder
2025-11-02 13:12:04 +01:00
a18b42bb2a
feat: More dynamic styling for placeholder
...
- Create global setAttributesAccordingToPosition
- Change style of placeholder to show snap side
2025-11-02 12:22:08 +01:00
53897754e2
chore: More globals for jshint
2025-11-02 12:19:09 +01:00
3dc836656a
fix: Placeholder moving away from cursor
...
- Create global centerElementUnderCursor for centering
- Change order of actions for mouse move
2025-11-02 11:57:04 +01:00
aa5d095e64
feat: Change placeholder while dragging
...
- Move edge detection to global function
- Change placeholder style during mouse move
2025-11-02 11:40:54 +01:00
0f561d360a
feat: Change task bar placeholder
...
- Add content
- Reflect style from task bar
2025-11-02 11:39:11 +01:00
667485fce1
fix: Task bar flex style
2025-11-02 11:32:57 +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
77178886cd
feat: Update DateDisplay
...
- formatDate now distinguishes direction
- Update task bar options with hierarchy
- Add direction to options
- Rename setPosition to setOptions
2025-11-02 10:14:54 +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
9d15f22f5d
feat: Remove jquery usage in globals.js
2025-11-01 12:25:48 +01:00
8a17baed12
fix: Wrong selector for gallery items
2025-11-01 12:18:08 +01:00
d65016c5d1
style: Change " to '
2025-11-01 12:04:26 +01:00
4a347b821e
fix: Pass through copy for jquery
2025-11-01 12:01:58 +01:00
b79edd4858
feat: Restructure scripts
...
- Combine app.js and functions.js
- Rename functions.js to app.js
- Rename variables.js to globals.js
- Remove global.js and add setup call to screen template
- Use local jquery in old templates
2025-11-01 11:54:25 +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
cc4649df1e
chore: Update jshint to es9
2025-11-01 11:21:19 +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
c259ead9a0
feat: Replace new with start screen
...
- Convert to liquid
- Add old ongoing function for now
- Add macros as partials
- Rename data source to better reflect usage
- Update app.js to fulfill jshint
2025-10-28 19:51:59 +01:00
6c252875fa
chore: Update jshint rules
2025-10-28 19:45:27 +01:00
6098a1e62d
feat: Style and content for windows
2025-10-27 23:24:49 +01:00
1ada62f6ec
feat: Optimize DragAdv class
...
- Only use left mouse button
- Handle element and placeholder together
2025-10-27 23:24:37 +01:00
0996ace34f
fix: Task bar drag behaviour
...
- Placeholder is centered to mouse cursor
- Placeholder is positioned on mouse down not only on move
2025-10-27 21:54:36 +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
3c9c438b25
feat: Add game and gallery screens
2025-10-27 21:23:26 +01:00
e21b9d36b5
feat: Replace form screen with liquid version
2025-10-27 21:16:41 +01:00
ff5d4bd3eb
feat: Add jquery dependency
...
- Add jquery version 3.7.1
- Remove external script resource from app template
- Add eleventy passthrough to build/vendor
2025-10-27 21:15:57 +01:00
c77bcd8bdc
feat: Replace ui drag screen with liquid template
...
- Recreate io macros as liquid partials
- Add app template based on default
- Drag screen uses app.liquid layout instead of _app_frame.njk
2025-10-27 20:51:17 +01:00
6b644ca9f3
feat: Add macro for frame status bar
2025-10-27 20:41:38 +01:00
46988576a9
fix: Typo in css class
2025-10-27 20:40:18 +01:00
afc733f4d4
feat: Replace default screen using liquid instead of nunjucks
2025-10-26 15:29:12 +01:00
07656b404f
feat: Introduce liquid templates
2025-10-26 15:19:14 +01:00
c1fea8064e
feat: Adapt new hippie-style structure
...
Sass deprecations removed.
2025-10-26 11:37:47 +01:00
d9f7ae1ff9
feat: Change frame screens
...
- Move page title to template
- Remove redundant title blocks
- Base frame pages on correct template
- Base ui index on default template
2025-10-25 09:34:30 +02:00
ac8f55a7c9
feat: Change global mouse interaction
...
- Add .body_intro to intro screen
- Change mouse over identifier
- Introduce HippieFade as global function
- Replace #js_mob with HippieFade
- Remove old partial
2025-10-25 09:32:22 +02:00
65d80fcbc4
style: Add editorconfig for css
...
Change indentation for CSS and SCSS to 2 instead of the default which is 4.
2025-10-25 09:15:41 +02:00
50b0d864c2
feat: Replace deprecated sass color functions
2025-10-25 09:03:58 +02:00
41c5757790
feat: Change label styles and update layouts
...
- Update styles
- Update layouts screen and rearrange other examples
2025-10-20 19:27:23 +02:00
5f54ab6bbe
build: Update Sass dependency to 1.93.x
2025-10-17 23:04:31 +02:00
9c821fed90
feat: New component example for hgroup
2025-10-10 18:29:04 +02:00
7c83a33920
feat: Update hippie-style
2025-10-10 18:27:54 +02:00
8ace5526bf
feat: Add editorconfig
...
Single format defined for all file types.
2025-10-10 18:22:11 +02:00
a3656b86fe
feat: Update gitignore
...
- Add .idea directory
- Remove duplicates
2025-06-27 21:55:36 +02:00
1ddba29d9c
feat: Update drag page and other small things
...
- Add parameter to NewDiv class
- Add instance with content to drag page
- Drag page now also uses frame template
- Use macro for footer in explorer
2025-06-23 22:31:18 +02:00