Migrates user page to SSR

This commit is contained in:
2023-10-12 21:55:37 -07:00
parent c00940fcbf
commit d9fec54062
16 changed files with 542 additions and 33 deletions

View File

@@ -1393,6 +1393,10 @@
:db/cardinality #:db{:ident :db.cardinality/one},
:db/doc "the id from the provider",
:db/ident :user/provider-id}
{:db/valueType #:db{:ident :db.type/instant},
:db/cardinality #:db{:ident :db.cardinality/one},
:db/doc "The last time the user logged in, defaulted to the last action they took",
:db/ident :user/last-login}
{:db/valueType #:db{:ident :db.type/ref},
:db/cardinality #:db{:ident :db.cardinality/one},
:db/doc "The role [:user :admin :none]",