fixes a couple loading issues, starts on report rendering.
This commit is contained in:
@@ -186,13 +186,11 @@
|
||||
:bank-account/integration-status)]
|
||||
[:div
|
||||
(when bad-integration
|
||||
{:x-popper (hx/json {:source "$refs.button"
|
||||
:tooltip "$refs.tooltip"})
|
||||
:x-data (hx/json {})
|
||||
})
|
||||
{ :x-data "popper()" })
|
||||
[:div.cursor-pointer (com/pill {:color (if bad-integration
|
||||
:red
|
||||
:primary) :x-ref "button"}
|
||||
:primary)
|
||||
:x-ref "source"}
|
||||
|
||||
[:div.inline-flex.gap-2
|
||||
(or
|
||||
@@ -206,7 +204,8 @@
|
||||
|
||||
|
||||
(when bad-integration
|
||||
(com/tooltip {:x-ref "tooltip"}
|
||||
(com/tooltip {:x-bind "tooltip"
|
||||
:x-ref "tooltip"}
|
||||
[:div.text-red-700
|
||||
(:integration-status/message bad-integration)]))])]
|
||||
[:div.grid.grid-cols-2.gap-1.auto-cols-min.grid-flow-row.shrink
|
||||
|
||||
Reference in New Issue
Block a user