You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal:
On user-hover-cards (cards that show up when hovering over a user mention), show how long the user has been a member.
Notes:
the server will need to include this info in the exist user data that it sends to the client (we'll leave it to you to figure where that is)
we currently don't explicitly store a timestamp for when a user joins a group, but, it can be figured out by getting the :db/txInstant of when the :group/user datom was created. Some example code:
A task for new Braid contributors.
Goal:
On user-hover-cards (cards that show up when hovering over a user mention), show how long the user has been a member.
Notes:
:db/txInstant
of when the:group/user
datom was created. Some example code:The text was updated successfully, but these errors were encountered: