thunderclap 0.1.0 → 0.2.0
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/views/thunderclap/partials/_flash.html.erb +1 -34
- data/lib/thunderclap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d963e093a6776630e06506d17fd134580aada7d34b49f7f15ffd5954e3d126fd
|
4
|
+
data.tar.gz: 8727865f5b57bb0397597967b517c95ce6d5152063add4d2e7e7998b4e4dbd28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 127fc5274c7d111a2ab30ea5b1db9af9380623fa1f057430692ac720fead8b2bcd5da1b6e117fbbd717fdeb58f245c9cd4b6cec0f7d2884d2030ef46472d650b
|
7
|
+
data.tar.gz: 858ee900705a960f21419537202986a652dc23685c7987045d139eb0695b847f3614615a77cb5525d5d21db4f585dac7a9ff044c99f276aec45c4550d85f3119
|
@@ -1,34 +1 @@
|
|
1
|
-
|
2
|
-
<% flash.each do |type, msg| %>
|
3
|
-
<li>
|
4
|
-
<div>
|
5
|
-
<span>
|
6
|
-
<% if local_assigns[:flash_type] == "notice" %>
|
7
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#31cb00" class="w-6 h-6">
|
8
|
-
<path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
|
9
|
-
</svg>
|
10
|
-
<% elsif local_assigns[:flash_type] == "alert" %>
|
11
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c1121f" class="w-6 h-6">
|
12
|
-
<path stroke-linecap="round" stroke-linejoin="round" d="m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
|
13
|
-
</svg>
|
14
|
-
<% end %>
|
15
|
-
</span>
|
16
|
-
|
17
|
-
<p><%= msg %></p>
|
18
|
-
|
19
|
-
<button type="button">
|
20
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="#6c757d" class="w-5 h-5">
|
21
|
-
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
|
22
|
-
</svg>
|
23
|
-
</button>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<% if local_assigns[:redirect] %>
|
27
|
-
<%= link_to(
|
28
|
-
local_assigns[:redirect][:copy],
|
29
|
-
local_assigns[:redirect][:path]
|
30
|
-
) %>
|
31
|
-
<% end %>
|
32
|
-
</li>
|
33
|
-
<% end %>
|
34
|
-
</ul>
|
1
|
+
Flash
|
data/lib/thunderclap/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thunderclap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LuigiR0jas
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-01-
|
12
|
+
date: 2024-01-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|