diff --git a/config.json b/config.json index 908806c..5b3f34f 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "id": "chatelet", - "version": "0.2.0", + "version": "0.1.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 e1867de..e586d16 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -1,247 +1,15 @@ -// Chatelet operator admin — LNbits page shell (Vue 3 + Quasar 2 UMD, no build). -// Gotchas honored: no self-closing tags in the template, `${ }` interpolation, -// `:style` bindings for typography. See workspace CLAUDE.md. - -const API = '/chatelet/api/v1' - +// 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