ba063b0760
fix: Indentation for frontmatter
2025-05-18 11:45:26 +02:00
13b9318f56
feat: Changes to event handling and steps
...
- New idle object
- New handlers for idle state
- Idle uses global colors
- Add mouse over style to idle
- Set pointer events style from js
- Reindent ui index
2025-05-18 11:20:48 +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
6cfe5b21e1
feat: Consolidate intro scripts
...
- Change script source from ui to intro
- Test variants with classes
- Move active scripts parts to index
- Remove old ui script
2025-05-17 11:06:45 +02:00
8937b36a1e
feat: Changes to ui form and drag
...
- Use common styles
- Move NewDiv class to external script
- Align script for form and drag pages
2025-05-15 20:00:51 +02:00
ad150fadf2
feat: Add form ui example
...
Test css grid system for form fields.
2025-05-14 19:00:13 +02:00
79ad6f452d
feat: Add empty default page
2025-05-04 22:25:55 +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
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