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
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
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
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
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
1b7e4f4888
feat: Replace blank screen with liquid version
...
- Add title to full template
- Remove unnecessary title from screens
- Change CRLF to LF
2025-11-09 14:33:44 +01:00
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
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
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
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
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
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
e572f64259
feat: Add app frame template
...
- All frame pages use app frame template
- Add form page to frames and add header
2025-06-23 22:08:31 +02:00
e76f457851
feat: Set pageClass in app template
2025-06-23 19:30:50 +02:00
10d6fe7d82
feat: Add close event
...
- Frame elements now can be closed
- Event is added in template
- Action leads back in history
2025-06-22 18:17:42 +02:00
07e2e8ff6d
feat: New ui content
...
- New frame examples
- Move first parts to macros
2025-06-22 17:42:35 +02:00
24efcefab3
feat: Move files
...
- Template app is now part of hippie and not demo anymore
- Update includes
- Settings module is now called frame
2025-06-22 17:40:23 +02:00
52daf0ca51
feat: Change placeholder and usage
...
- Move files
- Remove demo folder for art
- Remove unused files
- Add placeholders
- Move flag to placeholder
- Replace content with placeholders
2025-06-21 12:11:03 +02:00
3b380e954a
feat: Changes to style and logic for ui parts
...
- Update hippie styles
- Move top element for new page to header macro
- Reassign ui and example collections
2025-06-19 16:21:09 +02:00
c98ebb44ca
style: Reindent and reformat
2025-06-19 12:02:32 +02:00
07f51e80a2
feat: Add macros
...
- New footer macros
- New header macro
- Use macros in partials
2025-06-19 12:02:06 +02:00
7f84235f08
fix: Clean up small things
...
- Rename footer macro
- Remove unnecessary div in components page
- Rename file comments
2025-06-19 11:07:54 +02:00
4fcd7742a8
feat: Consolidate body navigation
...
- Update html spec in components page
- Add form components
- Add JS for components which is not globally available
- Move body navigation to main template
- Reformat main template
2025-06-19 10:08:00 +02:00
8f15664d57
style: Spaces to tabs
2025-05-18 13:08:58 +02:00
fe2261fda5
feat: Change app template
...
- Add global variables to app template
- Add flag colors to global variables
- Change var declaration
2025-05-18 11:17:48 +02:00
8942dc3632
refactor: Move script parts around
...
- Run setup function in global script
- Move common script assets to hippie main template
- Remove unused scrcipt from components page
2025-05-17 13:04:31 +02:00
b0bb338bee
feat: New idle step
...
- Add idle step after agreement
- New content for agreement
- Move brand information to macro
- New step class for common style
2025-05-04 22:25:03 +02:00
234f4e6e7d
feat: New ui index
...
Init example starts like an application with fullscreen steps leading to an idle or menu state.
Each step has specific events to trigger the next step.
- Add index screen to ui
- Add own script
- Update ui style
2025-05-02 19:50:26 +02:00
37986e7b4b
feat: Reflect style changes in hippie-style
...
- Update submodule
- Rename changed classes
2025-05-02 14:05:33 +02:00
a43def2e92
feat: New order for meta elements
2025-04-14 20:16:32 +02:00
2e2091a179
feat: Add soungbook example
...
- Add songbook to demo
- Add macro for song
- Add style module
2025-04-12 16:41:47 +02:00
024540e389
feat: Move macros for general usage
2025-04-12 15:49:46 +02:00
04a26a2289
feat: Change meta link to button
2025-04-12 14:30:54 +02:00
3a867c169a
feat: add ui examples
2024-08-15 22:41:12 +02:00
95a18e636f
fix: change placeholder language
2024-08-14 18:02:45 +02:00
7ae8799d4f
feat: add variables to templates
2024-08-14 17:57:41 +02:00
15bca45965
fix: indentation in title
2024-08-11 18:44:43 +02:00
fa63f026c5
fix: move demo links to correct templates
2024-08-11 17:23:31 +02:00
c18ed30b74
feat!: move every layout to demo folder
...
- source/screens is now free for user files
- rename demo templates to their equivalent sources
- add demo maintenance template
- demo templates use html base element
2024-08-11 12:05:18 +02:00
be425e8be5
feat: change log output and template structure
...
- new global variable debugMode
- demo templates are now based on hippie defaults joined with template inheritance
- add log macros
- new function logAdd()
- log uses global state
2024-08-10 15:25:41 +02:00