nuntius 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/nuntius/admin/layouts_controller.rb +1 -1
- data/app/views/nuntius/admin/layouts/edit.html.slim +17 -1
- data/config/locales/en.yml +1 -0
- data/config/locales/nl.yml +2 -0
- data/lib/nuntius/version.rb +1 -1
- metadata +2 -5
- data/app/views/nuntius/admin/layouts/attachments/_attachments.html.slim +0 -28
- data/app/views/nuntius/admin/layouts/attachments/_index.html.slim +0 -2
- data/app/views/nuntius/admin/layouts/attachments/create.json.jbuilder +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0dd9ea6a32009f0a48a394de12275c119aa73c5dc72a4b21f749867b89797a1
|
|
4
|
+
data.tar.gz: 01f2c695d6487875583d1e08f239beb110bf196dcc0820c13e48b97f7a6cef19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c46fcdb21224720c3df7cc4d6c12a45a0a76a40d188a5f44bceafe75e56e476407d8e60d87bee00688010aea0385ac7dcd0c846efa04823caf60ec5251658de
|
|
7
|
+
data.tar.gz: 1418023705add396e631737b239e4da268e3dc81d8bea01b5679520036868fb42da0f15a9f0632c9560a2d1da49aa65cbbc76e2b97d794752e0cbf5d3dfae6b2
|
|
@@ -17,7 +17,23 @@
|
|
|
17
17
|
|
|
18
18
|
- if @layout.persisted?
|
|
19
19
|
- card.with_tab:media, padding: true
|
|
20
|
-
|
|
20
|
+
.grid.grid-cols-4.gap-4
|
|
21
|
+
.col-span-4
|
|
22
|
+
= f.input :attachments, as: :file, multiple: true
|
|
23
|
+
ul.col-span-4
|
|
24
|
+
- @layout.attachments.each do |attachment|
|
|
25
|
+
li.col-span-1
|
|
26
|
+
- if attachment.previewable?
|
|
27
|
+
= image_tag attachment.preview(resize_to_limit: [500, 500]).url, class: 'object-cover pointer-events-none'
|
|
28
|
+
- elsif attachment.image?
|
|
29
|
+
= image_tag main_app.url_for(attachment.variant(resize_to_limit: [500, 500])), class: 'object-cover pointer-events-none'
|
|
30
|
+
= (attachment.blob.byte_size / 1048576.0).round(2)
|
|
31
|
+
' MB
|
|
32
|
+
= link_to admin_layout_attachment_path(@layout, attachment.id), data: { controller: 'attachment-delete', 'action': 'attachment-delete#delete' } do
|
|
33
|
+
i.fal.fa-xmark
|
|
34
|
+
=< link_to(main_app.rails_blob_path(attachment, disposition: 'attachment'),
|
|
35
|
+
title: attachment.filename)
|
|
36
|
+
i.fal.fa-download
|
|
21
37
|
|
|
22
38
|
- if @layout.templates.exists?
|
|
23
39
|
- card.with_tab :templates, padding: false
|
data/config/locales/en.yml
CHANGED
data/config/locales/nl.yml
CHANGED
data/lib/nuntius/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nuntius
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom de Grunt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apnotic
|
|
@@ -514,9 +514,6 @@ files:
|
|
|
514
514
|
- app/validators/liquid_validator.rb
|
|
515
515
|
- app/views/nuntius/admin/campaigns/edit.html.slim
|
|
516
516
|
- app/views/nuntius/admin/campaigns/index.html.slim
|
|
517
|
-
- app/views/nuntius/admin/layouts/attachments/_attachments.html.slim
|
|
518
|
-
- app/views/nuntius/admin/layouts/attachments/_index.html.slim
|
|
519
|
-
- app/views/nuntius/admin/layouts/attachments/create.json.jbuilder
|
|
520
517
|
- app/views/nuntius/admin/layouts/edit.html.slim
|
|
521
518
|
- app/views/nuntius/admin/layouts/index.html.slim
|
|
522
519
|
- app/views/nuntius/admin/lists/edit.html.slim
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
- attachments.each do |attachment|
|
|
2
|
-
li.relative
|
|
3
|
-
/! Current: "ring-2 ring-offset-2 ring-indigo-500", Default: "focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-offset-gray-100 focus-within:ring-indigo-500"
|
|
4
|
-
.group.block.w-full.aspect-w-10.aspect-h-7.rounded-lg.bg-gray-100.overflow-hidden
|
|
5
|
-
/! Current: "", Default: "group-hover:opacity-75"
|
|
6
|
-
- if attachment.previewable?
|
|
7
|
-
= image_tag attachment.preview(resize_to_limit: [500, 500]).url, class: 'object-cover pointer-events-none'
|
|
8
|
-
- elsif attachment.image?
|
|
9
|
-
= image_tag main_app.url_for(attachment.variant(resize_to_limit: [500, 500])), class: 'object-cover pointer-events-none'
|
|
10
|
-
p.mt-2.block.text-sm.font-medium.text-gray-900.truncate.pointer-events-none = attachment.filename
|
|
11
|
-
p.block.text-sm.font-medium.text-gray-500
|
|
12
|
-
= (attachment.blob.byte_size / 1048576.0).round(2)
|
|
13
|
-
' MB
|
|
14
|
-
= link_to admin_layout_attachment_path(@layout, attachment.id), data: { controller: 'attachment-delete', 'action': 'attachment-delete#delete' } do
|
|
15
|
-
i.fal.fa-xmark
|
|
16
|
-
=< link_to(main_app.rails_blob_path(attachment, disposition: 'attachment'),
|
|
17
|
-
title: attachment.filename)
|
|
18
|
-
i.fal.fa-download
|
|
19
|
-
|
|
20
|
-
/ This controller comes from papyrus
|
|
21
|
-
li.relative.attachment-upload data-controller="attachment-upload" data-attachment-upload-url="#{upload_url}" data-attachment-upload-param-name="attachments[]" data-attachment-upload-extra-data='{}'
|
|
22
|
-
.group.block.w-full.aspect-w-10.aspect-h-7.rounded-lg.bg-gray-100.overflow-hidden.text-center.align-middle style="height: 200px;"
|
|
23
|
-
span.icon.upload
|
|
24
|
-
i.fal.fa-4x.fa-upload.pt-16
|
|
25
|
-
span.icon.uploading
|
|
26
|
-
i.fal.fa-4x.fa-circle-notch.fa-spin.pt-16
|
|
27
|
-
|
|
28
|
-
p.mt-2.block.text-sm.font-medium.text-gray-500.truncate.pointer-events-none Drag or click to attach files
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
ul.attachments.grid.grid-cols-2.gap-x-4.gap-y-8.sm:grid-cols-3.sm:gap-x-6.md:grid-cols-4.lg:grid-cols-3.xl:grid-cols-4.xl:gap-x-8 role="list"
|
|
2
|
-
= render partial: 'nuntius/admin/layouts/attachments/attachments', locals: { attachments: @layout.attachments, upload_url: admin_layout_attachments_path(@layout) }
|