avo icon indicating copy to clipboard operation
avo copied to clipboard

Add `visible` to the discreet information item

Open adrianthedev opened this issue 6 months ago • 3 comments

Context

We can't mark an item as invisible.

  self.discreet_information = [
    :timestamps,
    {
      tooltip: -> { "link" },
      url: -> { "https://google.com },
      url_target: "_blank",
      visible: -> { CONDITION_HERE } 
    }
  ]

adrianthedev avatar May 23 '25 11:05 adrianthedev