jipie
All checks were successful
/ ls (pull_request) Successful in 1m27s
/ ls (push) Successful in 1m24s
/ ls (release) Successful in 54s

This commit is contained in:
lubiana 2025-06-28 22:22:40 +02:00
parent 86dc3b010b
commit 7897621621
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 145 additions and 1 deletions

View file

@ -13,8 +13,10 @@ import './styles/emoji-footprint.css';
import './javascript/theme.js';
import './javascript/emoji-footprint.js';
import './javascript/modes.js';
import htmx from 'htmx.org';
import { initNumberInputs } from './javascript/numberInputs.js';
import { initRadioState } from './javascript/radioState.js';
window.htmx = htmx;
// Initialize everything when DOM is ready
document.addEventListener('DOMContentLoaded', function() {