feat: Add and rename screens

- Add windows screen
- Add windows.js
- Different variants of classes for drag and edge snap behaviour
- Rename js files to better distinguish usage
This commit is contained in:
sthag 2025-10-27 21:33:38 +01:00
parent 3c9c438b25
commit e0cfcfac13
8 changed files with 351 additions and 2 deletions

View file

@ -49,7 +49,7 @@ tags:
{%- block script %}
{{ super() }}
<script src="{{ pageBase }}js/_intro.js"></script>
<script src="{{ pageBase }}js/intro.js"></script>
<script>
//let intro = new Intro('Intro');
//intro.init();