Commit graph

206 commits

Author SHA1 Message Date
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
fa5e74a100 feat: Refactor listeners
- Add handler functions for event listeners
- Change agreement step to wait for interaction
- Remove listeners after each step
- Add steps object
2025-05-03 15:12:16 +02:00
7255b009b9 feat: Add loader step
- Add loader element with progress display
- Add styles for loader, spinner and bar
- Move event listeners for hint to intro step
- Add loadCore function to simulate loader
- Keep alternative progress bar for document loading display
2025-05-03 12:34:23 +02:00
2c001aaa4e feat: Refactor ui steps as promises 2025-05-02 20:35:58 +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
58cb0eba2c feat: Add sprite folder to gitignore 2025-04-14 20:50:23 +02:00
a43def2e92 feat: New order for meta elements 2025-04-14 20:16:32 +02:00
2c61450238 feat: Separate style for drag example 2025-04-14 20:16:10 +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
b039c506a8 feat: Change and move content
- Add info to basics
- Move table variants from basic to components
2025-04-12 14:25:55 +02:00
4cf279bee5 feat: draggable is now a class 2024-08-15 23:06:21 +02:00
8e06f8feb8 feat: add color to draggables 2024-08-15 22:59:52 +02:00
22ad9eb6cc feat: add new draggable elements 2024-08-15 22:49:11 +02:00
3a867c169a feat: add ui examples 2024-08-15 22:41:12 +02:00
26f5539f3f feat: update submodule 2024-08-14 18:25:06 +02:00
42a20c83f5 feat: replace transition with new variable 2024-08-14 18:08:41 +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
eae17727f9 style: portal flex 2024-08-11 21:59:28 +02:00
9f8aa510db fix: better overflow for gates 2024-08-11 21:40:02 +02:00
15bca45965 fix: indentation in title 2024-08-11 18:44:43 +02:00
d7c4bcb518 feat: update gitignore 2024-08-11 18:20:17 +02:00
fa63f026c5 fix: move demo links to correct templates 2024-08-11 17:23:31 +02:00
cf3149d69b refactor: remove legacy js files 2024-08-11 17:22:24 +02:00
23438e7cb3 fix: change tags for demo purpose 2024-08-11 15:34:55 +02:00
da86b19aba feat: use collections and add frontmatter 2024-08-11 15:15:07 +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
4710f41f5a refactor: remove gulp leftovers 2024-08-11 00:52:06 +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
c55c1c9b66 style: typos 2024-08-09 20:06:00 +02:00
a5f07468e7 feat: enable markdown template format 2024-08-09 20:03:07 +02:00
b17e16abd9 feat: add placeholder and rearrange files 2024-08-08 20:42:28 +02:00
8eb377717a fix: variable naming 2024-08-08 20:35:08 +02:00
268202f33d feat: restructure screens, new todos
- Move files and folders
- Rename pages
- New todos
2024-08-06 21:15:39 +02:00
31bbee51ea feat: modify intro page and new todos
- Add hgroup element to intro
- Correct some spelling
- New todos
2024-03-31 00:21:47 +01:00
4e252b4cc8 docs: add contribution section to readme
New guidelines for contribution. Added information to support the usage of Conventional Commits.
2024-03-30 20:52:37 +01:00
53be787dc0 chore: update dependencies 2024-03-30 20:45:49 +01:00
836d045541 New TODO 2024-03-25 17:56:11 +01:00
de0a6e835a Additions to intro page
- Added description for title attribute
- Fixed typo
- Better structure for example table
2023-10-27 22:09:00 +02:00
959f84c655 Added possibility to start hot reloading local server 2023-10-25 22:22:19 +02:00
7f6734a6e3 Added CHANGELOG
Still incomplete because the last recorded version is certainly not correct.
2023-10-25 21:41:45 +02:00
3358e1858b Fixed missing global data 2023-10-25 21:30:02 +02:00
ef9d665849 Introduced 11ty
Set new version based on all changes since last version change, which was 0.4.2.

Removed obsolete devDependencies, now only using 11ty and sass.

Update to package.json fields

- New sass version
- Update to project links
- Rearranged fields
- New commands for 'scripts' that include changes from branch testing-npm-scripts
- Added field 'private' to prevent publishing by mistake

Added configuration for 11ty to reflect previous behaviour from gulp.

- Moved source/templates/demo/data.json to source/screens/demo.json so it can be used
- Fixed demo template so it can use the data source
- Removed source/data/demo.json which was not used
2023-10-25 20:25:09 +02:00
e856e53114 Correction for media query 2023-10-25 17:32:33 +02:00
b6ec313f26 Added description for acronym to README 2023-10-25 17:31:34 +02:00
6e7615b44d Submodule hippie-style to branch main 2023-10-24 19:49:46 +02:00
9415d4d957 Rechtschreibung korrigiert 2023-10-24 18:59:28 +02:00