Added:
- turbo + code adaptation - cover & thumbnails download
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
<twig:ToolBarButton
|
||||
icon="{{ icon }}"
|
||||
text="{{ text }}"
|
||||
action="toggle"
|
||||
action="dropdown#toggle"
|
||||
data-dropdown-target="button"
|
||||
controller="dropdown"
|
||||
/>
|
||||
<div class="absolute left-0 mt-2 w-max z-10 bg-gray-800 rounded-sm shadow-lg hidden"
|
||||
data-dropdown-target="menu" data-controller="toolbar">
|
||||
<div class="py-1">
|
||||
data-dropdown-target="menu">
|
||||
<div class="py-1" data-controller="toolbar">
|
||||
{% for item in items %}
|
||||
<a href="#"
|
||||
class="block px-4 py-2 text-sm text-white hover:text-green-500"
|
||||
|
||||
Reference in New Issue
Block a user