Working basic frontend implementation

This commit is contained in:
2026-03-30 02:06:15 -04:00
parent dcca583461
commit a13f80cf07
6 changed files with 220 additions and 70 deletions

View File

@@ -1 +1,4 @@
<div id="app"></div>
<div id="app"
data-current-user-id={if @current_user, do: @current_user.id, else: ""}
data-current-user-email={if @current_user, do: @current_user.email, else: ""}>
</div>