2023-06-22 17:31:32 +02:00
|
|
|
<div id="giphy_grid_in_popover">
|
2021-03-19 13:21:18 +01:00
|
|
|
<div class="arrow"></div>
|
|
|
|
<div class="popover-inner">
|
2024-06-28 12:15:25 +02:00
|
|
|
<div class="popover-filter-input-wrapper">
|
2024-07-10 00:46:26 +02:00
|
|
|
<input type="text" id="giphy-search-query" class="popover-filter-input filter_text_input" autocomplete="off" placeholder="{{t 'Filter' }}" autofocus/>
|
2021-03-19 13:21:18 +01:00
|
|
|
</div>
|
2024-06-16 13:46:37 +02:00
|
|
|
<div class="giphy-scrolling-container" data-simplebar data-simplebar-tab-index="-1">
|
2021-04-11 15:46:56 +02:00
|
|
|
{{! We need a container we can replace
|
|
|
|
without removing the simplebar wrappers.
|
|
|
|
We replace the `giphy-content` when
|
|
|
|
searching for GIFs. }}
|
|
|
|
<div class="giphy-content"></div>
|
|
|
|
</div>
|
2021-03-19 13:21:18 +01:00
|
|
|
<div class="popover-footer">
|
2023-02-07 21:59:06 +01:00
|
|
|
<img src="../images/giphy/GIPHY_attribution.png" alt="{{t 'GIPHY attribution' }}" />
|
2021-03-19 13:21:18 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|