add(ui): ability to log out

This commit is contained in:
trisua 2025-03-23 16:37:43 -04:00
parent d2ca9e23d3
commit b3cac5f97a
29 changed files with 499 additions and 124 deletions

View file

@ -34,6 +34,9 @@ media_theme_pref();
(() => {
const self = reg_ns("atto");
// init
use("me", () => {});
// env
self.DEBOUNCE = [];
self.OBSERVERS = [];