diff --git a/config.json b/config.json index 5b3f34f..908806c 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "id": "chatelet", - "version": "0.1.0", + "version": "0.2.0", "name": "Chatelet", "repo": "https://git.atitlan.io/aiolabs/chatelet", "short_description": "Nostr-native room rentals (Airbnb-style) for LNbits", diff --git a/static/js/index.js b/static/js/index.js index e586d16..e1867de 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -1,15 +1,247 @@ -// Chatelet operator admin page — placeholder. -// Quasar 2 + Vue 3 as UMD globals (no build step). Remember: no -// self-closing tags in UMD templates, and use :style bindings (not