Skip to content

Commit

Permalink
Refactoring after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Durčák committed Sep 30, 2024
1 parent 29cc358 commit 0776ad3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion app/components/admin/tags/tag_form_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
<div class="flex justify-start items-center self-stretch gap-4 p-6 border-t-0 border-r-0 border-b border-l-0 border-gray-200">
<div class="flex flex-col justify-start items-start self-stretch flex-grow overflow-hidden gap-2 rounded-md">
<%= form.label :icon, "Icona" %>
<%= form.label :icon, "Ikona" %>
<%= form.select :icon, helpers.icon_select_options, {}, class: "block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/components/filters/filter_form_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<% end %>
<div class="flex justify-start items-center self-stretch gap-4 p-6 border-t-0 border-r-0 border-b border-l-0 border-gray-200">
<div class="flex flex-col justify-start items-start self-stretch flex-grow overflow-hidden gap-2 rounded-md">
<%= form.label :icon, "Icona" %>
<%= form.label :icon, "Ikona" %>
<%= form.select :icon, helpers.icon_select_options, {}, class: "block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" %>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions app/components/icons/grip_component.html.erb

This file was deleted.

6 changes: 0 additions & 6 deletions app/components/icons/grip_component.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/components/icons/star_component.html.erb

This file was deleted.

15 changes: 0 additions & 15 deletions app/components/icons/star_component.rb

This file was deleted.

0 comments on commit 0776ad3

Please sign in to comment.