feat: Refactor listeners

- Add handler functions for event listeners
- Change agreement step to wait for interaction
- Remove listeners after each step
- Add steps object
This commit is contained in:
sthag 2025-05-03 15:12:16 +02:00
parent 7255b009b9
commit fa5e74a100
2 changed files with 73 additions and 34 deletions

View file

@ -42,6 +42,7 @@ $z-indexes: (
align-items: center;
justify-content: center;
background-color: white;
pointer-events: none;
}
#bar {
@ -112,6 +113,7 @@ $z-indexes: (
align-items: center;
justify-content: center;
background-color: black;
pointer-events: none;
h1,
p,