Skip to content

Commit

Permalink
add contact button into the contact list page
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Sep 6, 2024
1 parent ff18c95 commit 19e7f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/co/gaiwan/compass/html/profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
[image-frame :w-50px {--arc-thickness "7%"} :mr-2]]
([{:user/keys [uuid] :as user}]
[:<>
[:button {:hx-target "#modal"
:hx-get (url-for :contact/qr)}
"Add Contact"]
[:div
[:h3 "Contacts"]
[:div.contact-list
Expand Down

0 comments on commit 19e7f7f

Please sign in to comment.