add file dropzone to dashboard

This commit is contained in:
DocuSeal
2023-09-30 22:31:22 +03:00
parent b98a874e20
commit 872fbbc875
4 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</a>
<% end %>
</div>
<input id="search" name="q" value="<%= params[:q] %>" class="input input-ghost text-lg pr-10 -mr-12 <%= 'pl-8 input-bordered' if params[:q].present? %>">
<input id="search" name="q" value="<%= params[:q] %>" class="input input-ghost text-lg pr-10 -mr-12 <%= 'pl-8 input-outlined' if params[:q].present? %>">
<button type="submit" title="Search" class="btn btn-ghost btn-circle" onclick="window.search.value || document.activeElement === window.search ? null : [event.preventDefault(), window.search.focus()]">
<span class="enabled">
<%= svg_icon('search', class: 'w-6 h-6 stroke-2') %>