decidim-design 0.28.2 → 0.29.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/decidim/design/activities_helper.rb +23 -23
- data/app/helpers/decidim/design/address_helper.rb +45 -20
- data/app/helpers/decidim/design/announcement_helper.rb +45 -21
- data/app/helpers/decidim/design/application_helper.rb +28 -9
- data/app/helpers/decidim/design/author_helper.rb +57 -35
- data/app/helpers/decidim/design/buttons_helper.rb +67 -11
- data/app/helpers/decidim/design/cards_helper.rb +504 -64
- data/app/helpers/decidim/design/colors_helper.rb +33 -29
- data/app/helpers/decidim/design/follow_helper.rb +6 -17
- data/app/helpers/decidim/design/report_helper.rb +6 -13
- data/app/helpers/decidim/design/share_helper.rb +6 -13
- data/app/helpers/decidim/design/tab_panels_helper.rb +57 -13
- data/app/helpers/decidim/design/typography_helper.rb +4 -3
- data/app/packs/entrypoints/decidim_design.js +1 -0
- data/app/packs/stylesheets/_datepicker.scss +9 -0
- data/app/packs/stylesheets/design.scss +6 -0
- data/app/views/decidim/design/components/accordions.html.erb +19 -17
- data/app/views/decidim/design/components/activities/_static-activities.html.erb +1 -1
- data/app/views/decidim/design/components/activities/_static-activity.html.erb +1 -1
- data/app/views/decidim/design/components/activities.html.erb +1 -1
- data/app/views/decidim/design/components/address.html.erb +1 -1
- data/app/views/decidim/design/components/announcement.html.erb +1 -1
- data/app/views/decidim/design/components/author.html.erb +1 -1
- data/app/views/decidim/design/components/buttons.html.erb +2 -2
- data/app/views/decidim/design/components/cards/_static-card-l-extra-data-2.html.erb +1 -1
- data/app/views/decidim/design/components/cards/_static-card-l-image.html.erb +1 -1
- data/app/views/decidim/design/components/cards/_static-card-l.html.erb +1 -1
- data/app/views/decidim/design/components/cards.html.erb +1 -1
- data/app/views/decidim/design/components/dialogs.html.erb +21 -21
- data/app/views/decidim/design/components/dropdowns.html.erb +14 -14
- data/app/views/decidim/design/components/follow.html.erb +1 -1
- data/app/views/decidim/design/components/forms.html.erb +35 -21
- data/app/views/decidim/design/components/report.html.erb +1 -1
- data/app/views/decidim/design/components/share.html.erb +1 -1
- data/app/views/decidim/design/components/tab_panels.html.erb +1 -1
- data/app/views/decidim/design/components/tooltips.html.erb +104 -0
- data/app/views/decidim/design/foundations/accessibility.html.erb +41 -41
- data/app/views/decidim/design/foundations/color.html.erb +6 -3
- data/app/views/decidim/design/foundations/iconography.html.erb +4 -3
- data/app/views/decidim/design/foundations/layout.html.erb +31 -30
- data/app/views/decidim/design/foundations/typography.html.erb +2 -2
- data/app/views/decidim/design/home/index.html.erb +6 -6
- data/app/views/decidim/design/shared/_cell_call_textarea.html.erb +5 -0
- data/app/views/decidim/design/shared/_cell_snippet.html.erb +1 -3
- data/app/views/decidim/design/shared/_cell_table.html.erb +12 -0
- data/app/views/decidim/design/shared/_table.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +7 -0
- data/config/locales/bg.yml +309 -0
- data/config/locales/ca.yml +309 -0
- data/config/locales/cs.yml +258 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +309 -0
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +309 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +309 -0
- data/config/locales/es-PY.yml +309 -0
- data/config/locales/es.yml +309 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +309 -0
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +309 -0
- data/config/locales/fi.yml +309 -0
- data/config/locales/fr-CA.yml +309 -0
- data/config/locales/fr.yml +309 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/id-ID.yml +1 -0
- data/config/locales/is-IS.yml +1 -0
- data/config/locales/it.yml +1 -0
- data/config/locales/ja.yml +309 -0
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +9 -0
- data/config/locales/oc-FR.yml +1 -0
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +309 -0
- data/config/locales/pt-BR.yml +1 -0
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +45 -0
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +1 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +78 -0
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -0
- data/config/locales/zh-TW.yml +1 -0
- data/decidim-design.gemspec +1 -1
- data/lib/decidim/design/version.rb +1 -1
- metadata +76 -17
- data/app/views/decidim/design/components/address/_static-address-online.html.erb +0 -26
- data/app/views/decidim/design/components/address/_static-address-person.html.erb +0 -25
- data/app/views/decidim/design/components/author/_static-avatar.html.erb +0 -38
- data/app/views/decidim/design/components/author/_static-compact.html.erb +0 -46
- data/app/views/decidim/design/components/author/_static-default.html.erb +0 -35
- data/app/views/decidim/design/components/follow/_static-follow-default.html.erb +0 -4
- data/app/views/decidim/design/components/follow/_static-follow-unfollow.html.erb +0 -4
- data/app/views/decidim/design/components/report/_static-report.html.erb +0 -34
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Decidim Team
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.29.0.rc2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.29.0.rc2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-dev
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.29.0.rc2
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.29.0.rc2
|
41
41
|
description: The design guide module for Decidim.
|
42
42
|
email:
|
43
43
|
- hola@decidim.org
|
@@ -67,19 +67,15 @@ files:
|
|
67
67
|
- app/helpers/decidim/design/tab_panels_helper.rb
|
68
68
|
- app/helpers/decidim/design/typography_helper.rb
|
69
69
|
- app/packs/entrypoints/decidim_design.js
|
70
|
+
- app/packs/stylesheets/_datepicker.scss
|
70
71
|
- app/packs/stylesheets/design.scss
|
71
72
|
- app/views/decidim/design/components/accordions.html.erb
|
72
73
|
- app/views/decidim/design/components/activities.html.erb
|
73
74
|
- app/views/decidim/design/components/activities/_static-activities.html.erb
|
74
75
|
- app/views/decidim/design/components/activities/_static-activity.html.erb
|
75
76
|
- app/views/decidim/design/components/address.html.erb
|
76
|
-
- app/views/decidim/design/components/address/_static-address-online.html.erb
|
77
|
-
- app/views/decidim/design/components/address/_static-address-person.html.erb
|
78
77
|
- app/views/decidim/design/components/announcement.html.erb
|
79
78
|
- app/views/decidim/design/components/author.html.erb
|
80
|
-
- app/views/decidim/design/components/author/_static-avatar.html.erb
|
81
|
-
- app/views/decidim/design/components/author/_static-compact.html.erb
|
82
|
-
- app/views/decidim/design/components/author/_static-default.html.erb
|
83
79
|
- app/views/decidim/design/components/buttons.html.erb
|
84
80
|
- app/views/decidim/design/components/cards.html.erb
|
85
81
|
- app/views/decidim/design/components/cards/_static-card-g-highlight.html.erb
|
@@ -96,13 +92,11 @@ files:
|
|
96
92
|
- app/views/decidim/design/components/dialogs.html.erb
|
97
93
|
- app/views/decidim/design/components/dropdowns.html.erb
|
98
94
|
- app/views/decidim/design/components/follow.html.erb
|
99
|
-
- app/views/decidim/design/components/follow/_static-follow-default.html.erb
|
100
|
-
- app/views/decidim/design/components/follow/_static-follow-unfollow.html.erb
|
101
95
|
- app/views/decidim/design/components/forms.html.erb
|
102
96
|
- app/views/decidim/design/components/report.html.erb
|
103
|
-
- app/views/decidim/design/components/report/_static-report.html.erb
|
104
97
|
- app/views/decidim/design/components/share.html.erb
|
105
98
|
- app/views/decidim/design/components/tab_panels.html.erb
|
99
|
+
- app/views/decidim/design/components/tooltips.html.erb
|
106
100
|
- app/views/decidim/design/foundations/accessibility.html.erb
|
107
101
|
- app/views/decidim/design/foundations/color.html.erb
|
108
102
|
- app/views/decidim/design/foundations/color/_table.html.erb
|
@@ -112,13 +106,78 @@ files:
|
|
112
106
|
- app/views/decidim/design/foundations/typography.html.erb
|
113
107
|
- app/views/decidim/design/home/index.html.erb
|
114
108
|
- app/views/decidim/design/shared/_card_grid.html.erb
|
109
|
+
- app/views/decidim/design/shared/_cell_call_textarea.html.erb
|
115
110
|
- app/views/decidim/design/shared/_cell_snippet.html.erb
|
111
|
+
- app/views/decidim/design/shared/_cell_table.html.erb
|
116
112
|
- app/views/decidim/design/shared/_sections.html.erb
|
117
113
|
- app/views/decidim/design/shared/_table.html.erb
|
118
114
|
- app/views/layouts/decidim/design/_head.html.erb
|
119
115
|
- app/views/layouts/decidim/design/_layout.html.erb
|
120
116
|
- app/views/layouts/decidim/design/application.html.erb
|
121
117
|
- config/assets.rb
|
118
|
+
- config/locales/am-ET.yml
|
119
|
+
- config/locales/ar.yml
|
120
|
+
- config/locales/bg.yml
|
121
|
+
- config/locales/ca.yml
|
122
|
+
- config/locales/cs.yml
|
123
|
+
- config/locales/da.yml
|
124
|
+
- config/locales/de.yml
|
125
|
+
- config/locales/el.yml
|
126
|
+
- config/locales/en.yml
|
127
|
+
- config/locales/eo.yml
|
128
|
+
- config/locales/es-MX.yml
|
129
|
+
- config/locales/es-PY.yml
|
130
|
+
- config/locales/es.yml
|
131
|
+
- config/locales/et.yml
|
132
|
+
- config/locales/eu.yml
|
133
|
+
- config/locales/fa-IR.yml
|
134
|
+
- config/locales/fi-plain.yml
|
135
|
+
- config/locales/fi.yml
|
136
|
+
- config/locales/fr-CA.yml
|
137
|
+
- config/locales/fr.yml
|
138
|
+
- config/locales/ga-IE.yml
|
139
|
+
- config/locales/gl.yml
|
140
|
+
- config/locales/gn-PY.yml
|
141
|
+
- config/locales/he-IL.yml
|
142
|
+
- config/locales/hr.yml
|
143
|
+
- config/locales/hu.yml
|
144
|
+
- config/locales/id-ID.yml
|
145
|
+
- config/locales/is-IS.yml
|
146
|
+
- config/locales/it.yml
|
147
|
+
- config/locales/ja.yml
|
148
|
+
- config/locales/ka-GE.yml
|
149
|
+
- config/locales/kaa.yml
|
150
|
+
- config/locales/ko.yml
|
151
|
+
- config/locales/lb.yml
|
152
|
+
- config/locales/lo-LA.yml
|
153
|
+
- config/locales/lt.yml
|
154
|
+
- config/locales/lv.yml
|
155
|
+
- config/locales/mt.yml
|
156
|
+
- config/locales/nl.yml
|
157
|
+
- config/locales/no.yml
|
158
|
+
- config/locales/oc-FR.yml
|
159
|
+
- config/locales/om-ET.yml
|
160
|
+
- config/locales/pl.yml
|
161
|
+
- config/locales/pt-BR.yml
|
162
|
+
- config/locales/pt.yml
|
163
|
+
- config/locales/ro-RO.yml
|
164
|
+
- config/locales/ru.yml
|
165
|
+
- config/locales/si-LK.yml
|
166
|
+
- config/locales/sk.yml
|
167
|
+
- config/locales/sl.yml
|
168
|
+
- config/locales/so-SO.yml
|
169
|
+
- config/locales/sq-AL.yml
|
170
|
+
- config/locales/sr-CS.yml
|
171
|
+
- config/locales/sv.yml
|
172
|
+
- config/locales/sw-KE.yml
|
173
|
+
- config/locales/th-TH.yml
|
174
|
+
- config/locales/ti-ER.yml
|
175
|
+
- config/locales/tr-TR.yml
|
176
|
+
- config/locales/uk.yml
|
177
|
+
- config/locales/val-ES.yml
|
178
|
+
- config/locales/vi.yml
|
179
|
+
- config/locales/zh-CN.yml
|
180
|
+
- config/locales/zh-TW.yml
|
122
181
|
- config/routes.rb
|
123
182
|
- decidim-design.gemspec
|
124
183
|
- lib/decidim/design.rb
|
@@ -141,14 +200,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
200
|
requirements:
|
142
201
|
- - "~>"
|
143
202
|
- !ruby/object:Gem::Version
|
144
|
-
version: 3.
|
203
|
+
version: 3.2.0
|
145
204
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
205
|
requirements:
|
147
|
-
- - "
|
206
|
+
- - ">"
|
148
207
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
208
|
+
version: 1.3.1
|
150
209
|
requirements: []
|
151
|
-
rubygems_version: 3.
|
210
|
+
rubygems_version: 3.4.10
|
152
211
|
signing_key:
|
153
212
|
specification_version: 4
|
154
213
|
summary: Decidim Design Guide (DDG) module
|
@@ -1,26 +0,0 @@
|
|
1
|
-
<ul>
|
2
|
-
<li class="mb-4">
|
3
|
-
<div class="address__container">
|
4
|
-
<%= icon("map-pin-line") %>
|
5
|
-
<div class="address">
|
6
|
-
<div class="address__location">Online</div>
|
7
|
-
<a href="#" target="_blank" rel="noopener noreferrer" class="address__hints underline break-all" data-remote="true">
|
8
|
-
https://meet.jit.si/DecidimTry
|
9
|
-
<span data-external-link="true" class="inline-block mx-0.5"><%= icon("external-link-line") %><span class="sr-only">(External link)</span></span></a>
|
10
|
-
</div>
|
11
|
-
</div>
|
12
|
-
</li>
|
13
|
-
<li>
|
14
|
-
<div class="address__container">
|
15
|
-
<%= icon("time-line") %>
|
16
|
-
<div class="address">
|
17
|
-
<div class="address__location">
|
18
|
-
<span data-tooltip="<div class="bottom" role="tooltip" aria-hidden="true">01-05-2024 05:50 AM UTC (GMT +00:00)</div>" aria-describedby="tooltip-xjs7lj" data-yeti-box="y8v0j8-tooltip" data-toggle="y8v0j8-tooltip" data-resize="y8v0j8-tooltip" class="has-tip" id="toggle-8tnxyk" aria-controls="y8v0j8-tooltip">05:50 AM</span>
|
19
|
-
-
|
20
|
-
<span data-tooltip="<div class="bottom" role="tooltip" aria-hidden="true">01-05-2024 09:50 AM UTC (GMT +00:00)</div>" aria-describedby="zktr2d-tooltip" data-yeti-box="zktr2d-tooltip" data-toggle="zktr2d-tooltip" data-resize="zktr2d-tooltip" class="has-tip" id="toggle-qtv3fa" aria-controls="zktr2d-tooltip">09:50 AM UTC</span>
|
21
|
-
|
22
|
-
</div>
|
23
|
-
</div>
|
24
|
-
</div>
|
25
|
-
</li>
|
26
|
-
</ul>
|
@@ -1,25 +0,0 @@
|
|
1
|
-
<ul>
|
2
|
-
<li class="mb-4">
|
3
|
-
<div class="address__container">
|
4
|
-
<%= icon("map-pin-line") %>
|
5
|
-
<div class="address">
|
6
|
-
<div class="address__location">Barcelona</div>
|
7
|
-
<div class="address__address">Carrer Aragó 200, Barcelona </div>
|
8
|
-
<div class="address__hints"></div>
|
9
|
-
</div>
|
10
|
-
</div>
|
11
|
-
</li>
|
12
|
-
<li>
|
13
|
-
<div class="address__container">
|
14
|
-
<%= icon("time-line") %>
|
15
|
-
<div class="address">
|
16
|
-
<div class="address__location">
|
17
|
-
<span data-tooltip="<div class="bottom" role="tooltip" aria-hidden="true">01-05-2024 05:50 AM UTC (GMT +00:00)</div>" aria-describedby="tooltip-xjs7lj" data-yeti-box="y8v0j8-tooltip" data-toggle="y8v0j8-tooltip" data-resize="y8v0j8-tooltip" class="has-tip" id="toggle-8tnxyk" aria-controls="y8v0j8-tooltip">05:50 AM</span>
|
18
|
-
-
|
19
|
-
<span data-tooltip="<div class="bottom" role="tooltip" aria-hidden="true">01-05-2024 09:50 AM UTC (GMT +00:00)</div>" aria-describedby="zktr2d-tooltip" data-yeti-box="zktr2d-tooltip" data-toggle="zktr2d-tooltip" data-resize="zktr2d-tooltip" class="has-tip" id="toggle-qtv3fa" aria-controls="zktr2d-tooltip">09:50 AM UTC</span>
|
20
|
-
|
21
|
-
</div>
|
22
|
-
</div>
|
23
|
-
</div>
|
24
|
-
</li>
|
25
|
-
</ul>
|
@@ -1,38 +0,0 @@
|
|
1
|
-
<div class="author" data-author="">
|
2
|
-
<div class="author__container has-tip" data-tooltip="<div class="author__tooltip bottom" role="tooltip">
|
3
|
-
<div class="author__container">
|
4
|
-
<span class="author__avatar-container">
|
5
|
-
<a href="#">
|
6
|
-
<img alt="Avatar: Ettie Hickle" class="author__avatar" src="<%= asset_pack_path("media/images/default-avatar.svg") %>" />
|
7
|
-
</a>
|
8
|
-
</span>
|
9
|
-
<div>
|
10
|
-
<a class="author__name underline" href="#">Ettie Hickle</a>
|
11
|
-
<span class="text-md">@jarred_vandervort</span>
|
12
|
-
</div>
|
13
|
-
</div>
|
14
|
-
<div class="author__tooltip-links">
|
15
|
-
<a href="#">
|
16
|
-
<span id="followers_count_user_1">0</span> Seguidoras
|
17
|
-
</a>
|
18
|
-
<a href="#">
|
19
|
-
4 Siguiendo
|
20
|
-
</a>
|
21
|
-
</div>
|
22
|
-
<a class="button button__sm button__transparent" href="/users/sign_in">
|
23
|
-
<span>Envia mensaje privado</span>
|
24
|
-
<svg width="1em" height="1em" role="img" aria-hidden="true"><use href="<%= "#{asset_pack_path("media/images/remixicon.symbol.svg")}#ri-mail-send-line" %>" tabindex="-1"></use></svg>
|
25
|
-
</a>
|
26
|
-
<form class="button_to" method="post" action="#"><button class="button button__sm button__transparent" title="Pro favor, inicia sesión antes de realizar esta acción" aria-haspopup="true" id="follow_user_1" data-dialog-open="loginModal" type="submit">
|
27
|
-
<span class="">Seguir</span>
|
28
|
-
<svg width="1em" height="1em" role="img" aria-hidden="true"><use href="<%= "#{asset_pack_path("media/images/remixicon.symbol.svg")}#ri-notification-3-line" %>" tabindex="-1"></use></svg>
|
29
|
-
</button><input type="hidden" name="authenticity_token" value="0tc00Idqu62KnwJ8Jt2TkvxtdXn4Y1719QeR5jI-J_JC-F3DGwPDOyQJGvv7FHfIg83tAiQdRmXe63Nv4miWKw" autocomplete="off" /><input type="hidden" name="follow[button_classes]" value="button button__sm button__transparent" autocomplete="off" /><input type="hidden" name="follow[followable_gid]" value="BAh7CEkiCGdpZAY6BkVUSSIyZ2lkOi8vZGVjaWRpbS1kZXZlbG9wbWVudC1hcHAvRGVjaWRpbTo6VXNlci8xBjsAVEkiDHB1cnBvc2UGOwBUSSIMZGVmYXVsdAY7AFRJIg9leHBpcmVzX2F0BjsAVEkiHTIwMjMtMTItMDhUMTE6MDg6MjQuODMzWgY7AFQ=--3d47942fb13084110877f3470e21f67c7649c114" autocomplete="off" /></form>
|
30
|
-
</div>
|
31
|
-
" aria-describedby="60onjg-tooltip" data-yeti-box="60onjg-tooltip" data-toggle="60onjg-tooltip" data-resize="60onjg-tooltip" id="toggle-36j4hx" aria-controls="60onjg-tooltip">
|
32
|
-
<span class="author__avatar-container">
|
33
|
-
<a href="#">
|
34
|
-
<img alt="Avatar: Ettie Hickle" class="author__avatar" src="<%= asset_pack_path("media/images/default-avatar.svg") %>">
|
35
|
-
</a>
|
36
|
-
</span>
|
37
|
-
</div>
|
38
|
-
</div>
|
@@ -1,46 +0,0 @@
|
|
1
|
-
<div class="author" data-author="">
|
2
|
-
<div class="author__container is-compact has-tip" data-tooltip="<div class="author__tooltip bottom" role="tooltip">
|
3
|
-
<div class="author__container">
|
4
|
-
<span class="author__avatar-container">
|
5
|
-
<a href="#">
|
6
|
-
<img alt="Avatar: Rolande Jacobi 1 2 endr1" class="author__avatar" src="<%= asset_pack_path("media/images/default-avatar.svg") %>" />
|
7
|
-
</a>
|
8
|
-
</span>
|
9
|
-
<div>
|
10
|
-
<a class="author__name underline" href="#">Rolande Jacobi 1 2 endr1</a>
|
11
|
-
<span class="text-md">@fausto_kassulke</span>
|
12
|
-
</div>
|
13
|
-
</div>
|
14
|
-
<div class="author__tooltip-links">
|
15
|
-
<a href="#">
|
16
|
-
<span id="followers_count_user_107">0</span> Seguidoras
|
17
|
-
</a>
|
18
|
-
<a href="#">
|
19
|
-
0 Siguiendo
|
20
|
-
</a>
|
21
|
-
</div>
|
22
|
-
<a class="button button__sm button__transparent" href="/users/sign_in">
|
23
|
-
<span>Envia mensaje privado</span>
|
24
|
-
<svg width="1em" height="1em" role="img" aria-hidden="true"><use href="<%= "#{asset_pack_path("media/images/remixicon.symbol.svg")}#ri-mail-send-line" %>" tabindex="-1"></use></svg>
|
25
|
-
</a>
|
26
|
-
<form class="button_to" method="post" action="#"><button class="button button__sm button__transparent" title="Pro favor, inicia sesión antes de realizar esta acción" aria-haspopup="true" id="follow_user_107" data-dialog-open="loginModal" type="submit">
|
27
|
-
<span class="">Seguir</span>
|
28
|
-
<svg width="1em" height="1em" role="img" aria-hidden="true"><use href="<%= "#{asset_pack_path("media/images/remixicon.symbol.svg")}#ri-notification-3-line" %>" tabindex="-1"></use></svg>
|
29
|
-
</button><input type="hidden" name="authenticity_token" value="mPVFPECIb-iR5Aw7rIVzmwi8j7F_fHW9MizYAWFLyvwI2iwv3OEXfj9yFLxxTJfBdxwXyqMCbS0ZwDqIsR17JQ" autocomplete="off" /><input type="hidden" name="follow[button_classes]" value="button button__sm button__transparent" autocomplete="off" /><input type="hidden" name="follow[followable_gid]" value="BAh7CEkiCGdpZAY6BkVUSSI0Z2lkOi8vZGVjaWRpbS1kZXZlbG9wbWVudC1hcHAvRGVjaWRpbTo6VXNlci8xMDcGOwBUSSIMcHVycG9zZQY7AFRJIgxkZWZhdWx0BjsAVEkiD2V4cGlyZXNfYXQGOwBUSSIdMjAyMy0xMi0wOFQxMDo1NDozNC42OTBaBjsAVA==--757a138d9c782a459354bce8e4849567be436ea6" autocomplete="off" /></form>
|
30
|
-
</div>
|
31
|
-
" aria-describedby="tooltip-d98lre" data-yeti-box="3gjzgq-tooltip" data-toggle="3gjzgq-tooltip"
|
32
|
-
data-resize="3gjzgq-tooltip" id="toggle-oe62o" aria-controls="3gjzgq-tooltip">
|
33
|
-
<span class="author__avatar-container">
|
34
|
-
<a href="#">
|
35
|
-
<img alt="Avatar: Rolande Jacobi 1 2 endr1" class="author__avatar"
|
36
|
-
src="<%= asset_pack_path("media/images/default-avatar.svg") %>">
|
37
|
-
</a>
|
38
|
-
</span>
|
39
|
-
<div>
|
40
|
-
<a class="author__name underline" href="#">Rolande Jacobi 1 2 endr1</a>
|
41
|
-
<span class="author__metadata">
|
42
|
-
25/10/2023 12:50
|
43
|
-
</span>
|
44
|
-
</div>
|
45
|
-
</div>
|
46
|
-
</div>
|
@@ -1,35 +0,0 @@
|
|
1
|
-
<div class="author" data-author="">
|
2
|
-
<div class="author__container has-tip" data-tooltip="<div class="author__tooltip bottom" role="tooltip">
|
3
|
-
<div class="author__container">
|
4
|
-
<span class="author__avatar-container">
|
5
|
-
<img alt="Avatar: Clint Runolfsdottir 2 2 0" class="author__avatar" src="<%= asset_pack_path("media/images/default-avatar.svg") %>" />
|
6
|
-
</span>
|
7
|
-
<div>
|
8
|
-
<span class="author__name">Clint Runolfsdottir 2 2 0</span>
|
9
|
-
<span class="text-md">@macie</span>
|
10
|
-
</div>
|
11
|
-
</div>
|
12
|
-
<div class="author__tooltip-links">
|
13
|
-
<a href="#">
|
14
|
-
<span id="followers_count_user_66">0</span> Seguidoras
|
15
|
-
</a>
|
16
|
-
<a href="#">
|
17
|
-
0 Siguiendo
|
18
|
-
</a>
|
19
|
-
</div>
|
20
|
-
<a class="button button__sm button__transparent" href="/users/sign_in">
|
21
|
-
<span>Envia mensaje privado</span>
|
22
|
-
<svg width="1em" height="1em" role="img" aria-hidden="true"><use href="<%= "#{asset_pack_path("media/images/remixicon.symbol.svg")}#ri-mail-send-line" %>" tabindex="-1"></use></svg>
|
23
|
-
</a>
|
24
|
-
<form class="button_to" method="post" action="#"><button class="button button__sm button__transparent" title="Pro favor, inicia sesión antes de realizar esta acción" aria-haspopup="true" id="follow_user_66" data-dialog-open="loginModal" type="submit">
|
25
|
-
<span class="">Seguir</span>
|
26
|
-
<svg width="1em" height="1em" role="img" aria-hidden="true"><use href="<%= "#{asset_pack_path("media/images/remixicon.symbol.svg")}#ri-notification-3-line" %>" tabindex="-1"></use></svg>
|
27
|
-
</button><input type="hidden" name="authenticity_token" value="prDEaQztVBlA3g5I6jFlPpN8SZXJfsqBsfxqfPmEaa42n616kIQsj-5IFs83-IFk7NzR7hUA0hGaEIj1KdLYdw" autocomplete="off" /><input type="hidden" name="follow[button_classes]" value="button button__sm button__transparent" autocomplete="off" /><input type="hidden" name="follow[followable_gid]" value="BAh7CEkiCGdpZAY6BkVUSSIzZ2lkOi8vZGVjaWRpbS1kZXZlbG9wbWVudC1hcHAvRGVjaWRpbTo6VXNlci82NgY7AFRJIgxwdXJwb3NlBjsAVEkiDGRlZmF1bHQGOwBUSSIPZXhwaXJlc19hdAY7AFRJIh0yMDIzLTEyLTA4VDExOjA1OjQwLjc5M1oGOwBU--3e2a9169f4eca80b74b92866053e11182b15c059" autocomplete="off" /></form>
|
28
|
-
</div>
|
29
|
-
" aria-describedby="tooltip-6kqmd" data-yeti-box="f8ufax-tooltip" data-toggle="f8ufax-tooltip" data-resize="f8ufax-tooltip" id="toggle-bce33" aria-controls="f8ufax-tooltip">
|
30
|
-
<span class="author__avatar-container">
|
31
|
-
<img alt="Avatar: Clint Runolfsdottir 2 2 0" class="author__avatar" src="<%= asset_pack_path("media/images/default-avatar.svg") %>">
|
32
|
-
</span>
|
33
|
-
<span class="author__name">Clint Runolfsdottir 2 2 0</span>
|
34
|
-
</div>
|
35
|
-
</div>
|
@@ -1,34 +0,0 @@
|
|
1
|
-
<button class="button button__sm button__text button__text-secondary" title="Report" data-dialog-open="flagModal" aria-haspopup="dialog">
|
2
|
-
<span>Report</span>
|
3
|
-
<%= icon("flag-line") %>
|
4
|
-
</button>
|
5
|
-
|
6
|
-
<div id="flagModal" data-dialog="flagModal" role="dialog" tabindex="-1" aria-hidden="false" aria-labelledby="dialog-title-flagModal" aria-describedby="dialog-desc-flagModal" aria-modal="true">
|
7
|
-
<div id="flagModal-content" class="flag-modal">
|
8
|
-
<button type="button" data-dialog-close="flagModal" data-dialog-closable="" aria-label="Close modal">×</button>
|
9
|
-
<form class="new_report" action="#" accept-charset="UTF-8" method="post">
|
10
|
-
<input type="hidden" name="authenticity_token" value="Cw1tZf21dYDKeZ7MWIfUDHYzVeEYdaMhHAyPq4VcDeuqS-WbBQWx0srwBGXqlnq3kDAmSMFSTHrcDTxM0rq_Ig" autocomplete="off">
|
11
|
-
<div data-dialog-container="">
|
12
|
-
<%= icon("flag-line") %>
|
13
|
-
<h2 id="dialog-title-flagModal" tabindex="-1" data-dialog-title="">Report inappropriate content</h2>
|
14
|
-
<div>
|
15
|
-
<div class="form__wrapper flag-modal__form">
|
16
|
-
<p id="dialog-desc-flagModal" class="flag-modal__form-description">Is this content inappropriate?</p>
|
17
|
-
<p class="flag-modal__form-reason">Reason:</p>
|
18
|
-
<input type="hidden" name="report[reason]" value="" autocomplete="off"><label class="form__wrapper-checkbox-label"><input type="radio" value="spam" checked="checked" name="report[reason]">Contains clickbait, advertising, scams or script bots.</label><label class="form__wrapper-checkbox-label"><input type="radio" value="offensive" name="report[reason]">Contains racism, sexism, slurs, personal attacks, death threats, suicide requests or any form of hate speech.</label><label class="form__wrapper-checkbox-label"><input type="radio" value="does_not_belong" name="report[reason]">Contains illegal activity, suicide threats, personal information, or something else you think does not belong on Metadecidim.</label>
|
19
|
-
<label class="flag-modal__form-textarea-label">Additional comments<textarea rows="4" name="report[details]"></textarea></label>
|
20
|
-
</div>
|
21
|
-
</div>
|
22
|
-
</div>
|
23
|
-
<div data-dialog-actions="">
|
24
|
-
<button type="button" class="button button__lg button__transparent-secondary" data-dialog-close="flagModal">
|
25
|
-
Cancel
|
26
|
-
</button>
|
27
|
-
<button type="submit" class="button button__lg button__secondary">
|
28
|
-
<span>Report</span>
|
29
|
-
<%= icon("arrow-right-line") %>
|
30
|
-
</button>
|
31
|
-
</div>
|
32
|
-
</form>
|
33
|
-
</div>
|
34
|
-
</div>
|