Integrated Quill

This commit is contained in:
metacryst
2025-10-18 16:15:21 -05:00
parent d483e5af37
commit 80015f2435
10 changed files with 831 additions and 155 deletions

View File

@@ -13,6 +13,7 @@ css(`
export default class AppWindow extends HTMLElement {
open(app) {
console.log("opening", app)
this.style.display = "block"
}