optimize webpack bundles
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="<%= local_assigns[:class] %>" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2"></path>
|
||||
<path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M14 4l0 4l-6 0l0 -4"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 482 B |
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="<%= local_assigns[:class] %>" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0"></path>
|
||||
<path d="M3 21v-2a4 4 0 0 1 4 -4h4c.96 0 1.84 .338 2.53 .901"></path>
|
||||
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
|
||||
<path d="M16 19h6"></path>
|
||||
<path d="M19 16v6"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 518 B |
@@ -1 +1,31 @@
|
||||
<template-builder data-template="<%= @template.to_json(include: { documents: { include: { preview_images: { methods: %i[url metadata filename] } } } }) %>"></template-builder>
|
||||
<template-builder data-template="<%= @template.to_json(include: { documents: { include: { preview_images: { methods: %i[url metadata filename] } } } }) %>">
|
||||
<div>
|
||||
<div style="max-width: 1600px" class="mx-auto pl-4">
|
||||
<div class="flex justify-between py-1.5 items-center pr-4">
|
||||
<div class="flex space-x-3">
|
||||
<a href="/">
|
||||
<%= render 'shared/logo', width: 40, height: 40 %>
|
||||
</a>
|
||||
<span class="text-3xl font-semibold focus:text-clip flex items-center">
|
||||
<span>
|
||||
<%= @template.name %>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="space-x-3 flex items-center">
|
||||
<button class="btn btn-primary disabled" disabled>
|
||||
<%= svg_icon('users_plus', class: 'w-5') %>
|
||||
Recipients
|
||||
</button>
|
||||
<button class="base-button disabled" disabled>
|
||||
<%= svg_icon('device_floppy', class: 'w-5') %>
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center justify-center h-96">
|
||||
<%= svg_icon('loader', class: 'animate-spin') %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template-builder>
|
||||
|
||||
Reference in New Issue
Block a user