popper to tippy
This commit is contained in:
@@ -358,14 +358,12 @@
|
||||
(list
|
||||
|
||||
(if account-name
|
||||
[:div {:x-data "popper()"}
|
||||
[:div { :x-tooltip (hx/json (str "Running Balance: " (some->> (:journal-entry-line/running-balance jel)
|
||||
(format "$%,.2f"))))}
|
||||
[:div.text-left.underline.cursor-pointer {:x-ref "source"}
|
||||
(:journal-entry-line/location jel) ": "
|
||||
(or (:account/numeric-code account) (:bank-account/numeric-code account))
|
||||
" - " account-name]
|
||||
(com/tooltip {:x-bind "tooltip" :class "absolute"}
|
||||
"Running Balance: " (some->> (:journal-entry-line/running-balance jel)
|
||||
(format "$%,.2f")))]
|
||||
" - " account-name] ]
|
||||
[:div.text-left (com/pill {:color :yellow} "Unassigned")])
|
||||
[:div.text-right.text-underline (format "$%,.2f" (key jel))]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user