From 3b380e954acd6beec2f346ec20edcdc03839424d Mon Sep 17 00:00:00 2001
From: sthag
Date: Thu, 19 Jun 2025 16:21:09 +0200
Subject: [PATCH] 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
---
source/screens/demo/basics.njk | 50 +++++++++----------
source/screens/demo/examples/ui/drag.njk | 2 +-
source/screens/demo/examples/ui/form.njk | 3 +-
source/screens/demo/examples/ui/new.njk | 31 +++---------
source/screens/demo/examples/ui/settings.njk | 5 +-
source/style/hippie-style | 2 +-
source/style/modules/ui/_drag_module.scss | 15 +++---
source/style/modules/ui/_form_module.scss | 7 +--
source/style/modules/ui/_settings_module.scss | 6 ---
source/style/ui.scss | 20 +++-----
source/templates/demo/_app.njk | 1 -
source/templates/hippie/macros/_header.njk | 25 ++++++++++
source/templates/hippie/macros/_state.njk | 4 +-
13 files changed, 79 insertions(+), 92 deletions(-)
diff --git a/source/screens/demo/basics.njk b/source/screens/demo/basics.njk
index d8cf064..8ab604a 100644
--- a/source/screens/demo/basics.njk
+++ b/source/screens/demo/basics.njk
@@ -629,7 +629,7 @@ tags:
Elementes. Dieses ist notwendig um Angaben zur Kommunikation mit dem Server zu setzen. Es hat normalerweise keine gestalterische Funktion.
Grundlegend ist das Element
<input>. Es hat viele Attribute um den Typ der Eingabe anzupassen. Ist es undefiniert nimmt es jegliche textbasierte Information auf und erhält eine Standardgröße.
-
+
Ein spezieller Typ des Eingabefeldes hat die Funktion einer Schaltfläche
<input[type="button"]>. Es gibt allerdings auch ein eigenes Element
<button>
@@ -637,8 +637,8 @@ tags:
-
-
+
+
Interaktive Elemente können durch das Attribut
readonly
@@ -649,8 +649,8 @@ tags: