appscms-tools-theme 4.2.7 → 4.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,99 +8,39 @@ layout: feature
8
8
  <div class="custom-box" data-color="{{pageData.color}}">
9
9
  <div class="innerBox">
10
10
  <div style="display: none" id="file-loader">
11
- <img
12
- class="mb-2"
13
- src="/assets/images/spinner.gif"
14
- alt="spinner"
15
- {%-
16
- if
17
- site.crossorigin
18
- -%}
19
- crossorigin
20
- {%-
21
- endif
22
- -%}
23
- />
11
+ <img class="mb-2" src="/assets/images/spinner.gif" alt="spinner" {%- if site.crossorigin -%} crossorigin {%-
12
+ endif -%} />
24
13
  <p>Please Wait ,Loading Your file</p>
25
14
  </div>
26
15
  <div class="saving-file-download-wrap" style="display: none">
27
- <img
28
- loading="lazy"
29
- class="trust-img"
30
- src="/trust.svg"
31
- alt="trust"
32
- {%-
33
- if
34
- site.crossorigin
35
- -%}
36
- crossorigin
37
- {%-
38
- endif
39
- -%}
40
- />
16
+ <img loading="lazy" class="trust-img" src="/trust.svg" alt="trust" {%- if site.crossorigin -%} crossorigin {%-
17
+ endif -%} />
41
18
  <p class="text-white my-2">Thanks for your patience</p>
42
19
  <button class="btn" id="download-zip">Download</button>
43
20
  </div>
44
21
  <div class="file-input">
45
22
  <div class="d-flex justify-content-center align-items-center">
46
- <div
47
- id="Inputbox"
48
- class="boxes"
49
- style="background: {{pageData.color}}; color: #fff;"
50
- >
51
- <img
52
- height="22px"
53
- class="mr-1"
54
- width="22px"
55
- src="/assets/images/addimg.svg"
56
- alt="image"
57
- {%-
58
- if
59
- site.crossorigin
60
- -%}
61
- crossorigin
62
- {%-
63
- endif
64
- -%}
65
- />
23
+ <div id="Inputbox" class="boxes" style="background: {{pageData.color}}; color: #fff;">
24
+ <img height="22px" class="mr-1" width="22px" src="/assets/images/addimg.svg" alt="image" {%- if
25
+ site.crossorigin -%} crossorigin {%- endif -%} />
66
26
  <span class="ml-3 file-text">CHOOSE FILE</span>
67
27
  </div>
68
- <div
69
- class="file-pick-dropdown"
70
- style="background: {{pageData.color}}; color: #fff;"
71
- >
28
+ <div class="file-pick-dropdown" style="background: {{pageData.color}}; color: #fff;">
72
29
  <i class="fas fa-angle-down arrow-sign"></i>
73
30
  <div class="file-picker-dropdown" style="display: none">
74
31
  <button id="dropbox">
75
- <svg
76
- viewBox="0 0 24 24"
77
- fill="#0061FF"
78
- xmlns="http://www.w3.org/2000/svg"
79
- >
80
- <path
81
- id="icon"
82
- d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z"
83
- ></path>
32
+ <svg viewBox="0 0 24 24" fill="#0061FF" xmlns="http://www.w3.org/2000/svg">
33
+ <path id="icon"
34
+ d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z">
35
+ </path>
84
36
  </svg>
85
37
  From Dropbox
86
38
  </button>
87
39
  <button id="filepicker">
88
40
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
89
- <path
90
- id="Path"
91
- d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
92
- fill="#FFC107"
93
- ></path>
94
- <path
95
- id="Path_2"
96
- d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
97
- fill="#1976D2"
98
- ></path>
99
- <path
100
- id="Path_3"
101
- d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
102
- fill="#4CAF50"
103
- ></path>
41
+ <path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z" fill="#FFC107"></path>
42
+ <path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z" fill="#1976D2"></path>
43
+ <path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z" fill="#4CAF50"></path>
104
44
  </svg>
105
45
  From Google Drive
106
46
  </button>
@@ -115,104 +55,46 @@ layout: feature
115
55
  <div class="custom-box" style="background:{{pageData.color}};">
116
56
  <div class="inner-box">
117
57
  <div style="display: none" id="file-loader">
118
- <img
119
- class="mb-2"
120
- src="/assets/images/spinner.gif"
121
- alt="spinner"
122
- {%-
123
- if
124
- site.crossorigin
125
- -%}
126
- crossorigin
127
- {%-
128
- endif
129
- -%}
130
- />
58
+ <img class="mb-2" src="/assets/images/spinner.gif" alt="spinner" {%- if site.crossorigin -%} crossorigin {%-
59
+ endif -%} />
131
60
  <p>Please Wait ,Loading Your file</p>
132
61
  </div>
133
62
  <div class="saving-file-download-wrap" style="display: none">
134
- <img
135
- loading="lazy"
136
- class="trust-img"
137
- src="/trust.svg"
138
- alt="trust"
139
- {%-
140
- if
141
- site.crossorigin
142
- -%}
143
- crossorigin
144
- {%-
145
- endif
146
- -%}
147
- />
63
+ <img loading="lazy" class="trust-img" src="/trust.svg" alt="trust" {%- if site.crossorigin -%} crossorigin {%-
64
+ endif -%} />
148
65
  <p class="text-white my-2">Thanks for your patience</p>
149
66
  <button class="btn" id="download-zip">Download</button>
150
67
  </div>
151
68
  <div class="file-input">
152
69
  <div class="mb-4 d-flex justify-content-center">
153
- <svg
154
- xmlns="http://www.w3.org/2000/svg"
155
- id="img-svg"
156
- viewBox="0 0 96 60"
157
- >
158
- <path
159
- fill="white"
160
- d="M61.9655252,3.24869071 L61.9765763,3.41278068 L62.045,5.866 L73.2405238,6.25793424 C74.5651997,6.30419294 75.6130942,7.37295092 75.6521743,8.67919891 L75.6517521,8.84366004 L73.9765763,56.8144197 C73.9303176,58.1390957 72.8615596,59.1869902 71.5553116,59.2260703 L71.3908505,59.2256481 L68.3103384,59.1184351 C68.0464245,59.8400339 67.3786666,60.3670921 66.5807111,60.425963 L66.4314488,60.4314488 L66.4314488,60.4314488 L30.4314488,60.4314488 C29.3268793,60.4314488 28.4314488,59.5360183 28.4314488,58.4314488 L28.431,55.114 L25.262454,55.2256481 C23.9377781,55.2719068 22.8178834,54.2788497 22.6877793,52.9785097 L22.6767282,52.8144197 L21.0015524,4.84366004 C20.9552937,3.51898409 21.9483508,2.39908942 23.2486907,2.2689853 L23.4127807,2.25793424 L59.3908505,1.00155235 C60.7155264,0.955293651 61.8354211,1.94835077 61.9655252,3.24869071 Z M54.2794488,39.4234488 L45.0024366,47.6809882 L40.7104488,42.4274488 L29.431,51.895 L29.4314488,58.4314488 C29.4314488,58.9442846 29.817489,59.3669559 30.3148276,59.424721 L30.4314488,59.4314488 L66.4314488,59.4314488 C66.9442846,59.4314488 67.3669559,59.0454086 67.424721,58.5480699 L67.4314488,58.4314488 L67.4304488,52.8324488 L54.2794488,39.4234488 Z M37.2275545,6.00094318 C36.4483334,5.97373218 35.7872098,6.54589593 35.688023,7.30354781 L35.676119,7.44768018 L35.676,8.431 L60.4314488,8.43144877 L68.4314488,16.4314488 L68.431,58.121 L71.4257499,58.2262572 C72.2049711,58.2534682 72.8660946,57.6813045 72.9652815,56.9236526 L72.9771854,56.7795202 L74.6523613,8.80876055 C74.6795723,8.0295394 74.1074085,7.36841587 73.3497567,7.26922904 L73.2056243,7.25732506 L37.2275545,6.00094318 Z M59.4257499,2.00094318 L23.4476802,3.25732506 C22.668459,3.28453606 22.0488581,3.9014237 22.002764,4.6641489 L22.0009432,4.80876055 L23.676119,52.7795202 C23.70333,53.5587414 24.3202177,54.1783423 25.0829429,54.2244364 L25.2275545,54.2262572 L28.431,54.114 L28.4314488,10.4314488 C28.4314488,9.32687927 29.3268793,8.43144877 30.4314488,8.43144877 L34.611,8.431 L34.6767282,7.41278068 C34.7229869,6.08810473 35.7917449,5.04021022 37.0979929,5.00113017 L37.262454,5.00155235 L61.045,5.831 L60.9771854,3.44768018 C60.9499744,2.66845903 60.3330868,2.04885809 59.5703616,2.00276399 L59.4257499,2.00094318 Z M59.431,9.431 L30.4314488,9.43144877 C29.9186129,9.43144877 29.4959416,9.81748896 29.4381765,10.3148276 L29.4314488,10.4314488 L29.431,50.591 L40.8439098,41.010846 L45.1168036,46.2404726 L54.3266522,38.0432874 L67.431,51.405 L67.431,17.431 L59.4314488,17.4314488 L59.431,9.431 Z M58.4314488,26.4314488 C60.088303,26.4314488 61.4314488,27.7745945 61.4314488,29.4314488 C61.4314488,31.088303 60.088303,32.4314488 58.4314488,32.4314488 C56.7745945,32.4314488 55.4314488,31.088303 55.4314488,29.4314488 C55.4314488,27.7745945 56.7745945,26.4314488 58.4314488,26.4314488 Z M60.431,9.846 L60.431,16.431 L67.016,16.431 L60.431,9.846 Z"
161
- ></path>
70
+ <svg xmlns="http://www.w3.org/2000/svg" id="img-svg" viewBox="0 0 96 60">
71
+ <path fill="white"
72
+ d="M61.9655252,3.24869071 L61.9765763,3.41278068 L62.045,5.866 L73.2405238,6.25793424 C74.5651997,6.30419294 75.6130942,7.37295092 75.6521743,8.67919891 L75.6517521,8.84366004 L73.9765763,56.8144197 C73.9303176,58.1390957 72.8615596,59.1869902 71.5553116,59.2260703 L71.3908505,59.2256481 L68.3103384,59.1184351 C68.0464245,59.8400339 67.3786666,60.3670921 66.5807111,60.425963 L66.4314488,60.4314488 L66.4314488,60.4314488 L30.4314488,60.4314488 C29.3268793,60.4314488 28.4314488,59.5360183 28.4314488,58.4314488 L28.431,55.114 L25.262454,55.2256481 C23.9377781,55.2719068 22.8178834,54.2788497 22.6877793,52.9785097 L22.6767282,52.8144197 L21.0015524,4.84366004 C20.9552937,3.51898409 21.9483508,2.39908942 23.2486907,2.2689853 L23.4127807,2.25793424 L59.3908505,1.00155235 C60.7155264,0.955293651 61.8354211,1.94835077 61.9655252,3.24869071 Z M54.2794488,39.4234488 L45.0024366,47.6809882 L40.7104488,42.4274488 L29.431,51.895 L29.4314488,58.4314488 C29.4314488,58.9442846 29.817489,59.3669559 30.3148276,59.424721 L30.4314488,59.4314488 L66.4314488,59.4314488 C66.9442846,59.4314488 67.3669559,59.0454086 67.424721,58.5480699 L67.4314488,58.4314488 L67.4304488,52.8324488 L54.2794488,39.4234488 Z M37.2275545,6.00094318 C36.4483334,5.97373218 35.7872098,6.54589593 35.688023,7.30354781 L35.676119,7.44768018 L35.676,8.431 L60.4314488,8.43144877 L68.4314488,16.4314488 L68.431,58.121 L71.4257499,58.2262572 C72.2049711,58.2534682 72.8660946,57.6813045 72.9652815,56.9236526 L72.9771854,56.7795202 L74.6523613,8.80876055 C74.6795723,8.0295394 74.1074085,7.36841587 73.3497567,7.26922904 L73.2056243,7.25732506 L37.2275545,6.00094318 Z M59.4257499,2.00094318 L23.4476802,3.25732506 C22.668459,3.28453606 22.0488581,3.9014237 22.002764,4.6641489 L22.0009432,4.80876055 L23.676119,52.7795202 C23.70333,53.5587414 24.3202177,54.1783423 25.0829429,54.2244364 L25.2275545,54.2262572 L28.431,54.114 L28.4314488,10.4314488 C28.4314488,9.32687927 29.3268793,8.43144877 30.4314488,8.43144877 L34.611,8.431 L34.6767282,7.41278068 C34.7229869,6.08810473 35.7917449,5.04021022 37.0979929,5.00113017 L37.262454,5.00155235 L61.045,5.831 L60.9771854,3.44768018 C60.9499744,2.66845903 60.3330868,2.04885809 59.5703616,2.00276399 L59.4257499,2.00094318 Z M59.431,9.431 L30.4314488,9.43144877 C29.9186129,9.43144877 29.4959416,9.81748896 29.4381765,10.3148276 L29.4314488,10.4314488 L29.431,50.591 L40.8439098,41.010846 L45.1168036,46.2404726 L54.3266522,38.0432874 L67.431,51.405 L67.431,17.431 L59.4314488,17.4314488 L59.431,9.431 Z M58.4314488,26.4314488 C60.088303,26.4314488 61.4314488,27.7745945 61.4314488,29.4314488 C61.4314488,31.088303 60.088303,32.4314488 58.4314488,32.4314488 C56.7745945,32.4314488 55.4314488,31.088303 55.4314488,29.4314488 C55.4314488,27.7745945 56.7745945,26.4314488 58.4314488,26.4314488 Z M60.431,9.846 L60.431,16.431 L67.016,16.431 L60.431,9.846 Z">
73
+ </path>
162
74
  </svg>
163
75
  </div>
164
76
  <div class="d-flex justify-content-center align-items-center">
165
77
  <div id="Inputbox" class="boxes">
166
- <img
167
- height="22px"
168
- class="mr-1"
169
- width="22px"
170
- src="/assets/images/addimg.svg"
171
- alt="image"
172
- {%-
173
- if
174
- site.crossorigin
175
- -%}
176
- crossorigin
177
- {%-
178
- endif
179
- -%}
180
- />
78
+ <img height="22px" class="mr-1" width="22px" src="/assets/images/addimg.svg" alt="image" {%- if
79
+ site.crossorigin -%} crossorigin {%- endif -%} />
181
80
  <span class="ml-1 file-text">CHOOSE FILE</span>
182
81
  </div>
183
82
  <div class="file-pick-dropdown">
184
83
  <i class="fas fa-angle-down arrow-sign"></i>
185
84
  <div class="file-picker-dropdown" style="display: none">
186
85
  <button id="dropbox">
187
- <svg
188
- viewBox="0 0 24 24"
189
- fill="#0061FF"
190
- xmlns="http://www.w3.org/2000/svg"
191
- >
192
- <path
193
- id="icon"
194
- d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z"
195
- ></path>
86
+ <svg viewBox="0 0 24 24" fill="#0061FF" xmlns="http://www.w3.org/2000/svg">
87
+ <path id="icon"
88
+ d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z">
89
+ </path>
196
90
  </svg>
197
91
  From Dropbox
198
92
  </button>
199
93
  <button id="filepicker">
200
94
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
201
- <path
202
- id="Path"
203
- d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
204
- fill="#FFC107"
205
- ></path>
206
- <path
207
- id="Path_2"
208
- d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
209
- fill="#1976D2"
210
- ></path>
211
- <path
212
- id="Path_3"
213
- d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
214
- fill="#4CAF50"
215
- ></path>
95
+ <path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z" fill="#FFC107"></path>
96
+ <path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z" fill="#1976D2"></path>
97
+ <path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z" fill="#4CAF50"></path>
216
98
  </svg>
217
99
  From Google Drive
218
100
  </button>
@@ -251,16 +133,154 @@ layout: feature
251
133
  </div>
252
134
  <div class="col-5">
253
135
  <div class="d-flex align-items-center">
254
- <button
255
- id="download-button"
256
- style="background: {{pageData.color}};"
257
- >
136
+ {%- if page.processingModal -%}
137
+ <style>
138
+ .modal {
139
+ display: none;
140
+ position: fixed;
141
+ z-index: 11;
142
+ left: 0;
143
+ top: 0;
144
+ width: 100%;
145
+ height: 100%;
146
+ overflow: auto;
147
+ background-color: rgba(0, 0, 0, 0.4);
148
+ }
149
+
150
+ .modal-content {
151
+ background-color: #fff;
152
+ margin: 10% auto;
153
+ padding: 20px;
154
+ border: none;
155
+ border-radius: 15px;
156
+ width: 100%;
157
+ max-width: 1200px;
158
+ height: 500px;
159
+ }
160
+
161
+ #processing-button {
162
+ cursor: pointer;
163
+ display: inline-block;
164
+ width: 130px;
165
+ justify-content: center;
166
+ display: flex;
167
+ align-items: center;
168
+ padding: 10px 0;
169
+ text-align: center;
170
+ border-radius: 4px;
171
+ font-size: 16px;
172
+ color: #fff;
173
+ font-weight: 700;
174
+ text-decoration: none;
175
+ transition: all 0.3s;
176
+ border: none;
177
+ }
178
+
179
+ .close {
180
+ color: #aaa;
181
+ float: right;
182
+ font-size: 28px;
183
+ font-weight: bold;
184
+ }
185
+
186
+ .close:hover,
187
+ .close:focus {
188
+ color: black;
189
+ text-decoration: none;
190
+ cursor: pointer;
191
+ }
192
+
193
+ .spinner {
194
+ width: 40px;
195
+ height: 40px;
196
+ display: grid;
197
+ border-radius: 50%;
198
+ -webkit-mask: radial-gradient(farthest-side, #0000 40%, #474bff 41%);
199
+ background: linear-gradient(0deg, rgba(71, 75, 255, 0.5) 50%, rgba(71, 75, 255, 1) 0) center/4.5px 100%,
200
+ linear-gradient(90deg, rgba(71, 75, 255, 0.25) 50%, rgba(71, 75, 255, 0.75) 0) center/100% 4.5px;
201
+ background-repeat: no-repeat;
202
+ animation: spinner-d3o0rx 1s infinite steps(12);
203
+ }
204
+
205
+ .spinner::before,
206
+ .spinner::after {
207
+ content: "";
208
+ grid-area: 1/1;
209
+ border-radius: 50%;
210
+ background: inherit;
211
+ opacity: 0.915;
212
+ transform: rotate(30deg);
213
+ }
214
+
215
+ .spinner::after {
216
+ opacity: 0.83;
217
+ transform: rotate(60deg);
218
+ }
219
+
220
+ @keyframes spinner-d3o0rx {
221
+ 100% {
222
+ transform: rotate(1turn);
223
+ }
224
+ }
225
+ </style>
226
+ <button id="processing-button" style="background: {{pageData.color}};">
227
+ Apply
228
+ </button>
229
+ <div id="myModal" class="modal">
230
+ <div class="modal-content">
231
+ <div class="d-flex justify-content-center" style="gap:20px">
232
+ <div class="d-flex align-items-center">
233
+ <div class="spinner mr-3"></div>
234
+ <div class="feature-message">
235
+ Applying your edits
236
+ </div>
237
+ </div>
238
+ <button id="download-button" style="display:none; background: {{pageData.color}};">
239
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
240
+ <path
241
+ d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
242
+ </svg>Download
243
+ </button>
244
+ </div>
245
+ <div class="ad-box-1"></div>
246
+ <div class="ad-box-2"></div>
247
+ <div class="ad-box-3"></div>
248
+ <div class="ad-box-4"></div>
249
+ <div class="ad-box-5"></div>
250
+ <div class="ad-box-6"></div>
251
+ <div class="ad-box-7"></div>
252
+ </div>
253
+ </div>
254
+ <script>
255
+
256
+
257
+ var modal = document.getElementById("myModal");
258
+ var btn = document.getElementById("processing-button");
259
+ btn.onclick = function () {
260
+ modal.style.display = "block";
261
+ setTimeout(() => {
262
+ document.querySelector(".spinner").style.display = "none"
263
+ document.querySelector(".feature-message").innerHTML = "Your File is ready to download!"
264
+ document.getElementById("download-button").style.display = "block"
265
+ }, 5000);
266
+ }
267
+ window.onclick = function (event) {
268
+ if (event.target == modal) {
269
+ modal.style.display = "none";
270
+ }
271
+ }
272
+ </script>
273
+
274
+
275
+ {%- else -%}
276
+ <button id="download-button" style="background: {{pageData.color}};">
258
277
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
259
278
  <path
260
- d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z"
261
- /></svg
262
- >Download
279
+ d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
280
+ </svg>Download
263
281
  </button>
282
+ {%- endif -%}
283
+
264
284
  </div>
265
285
  </div>
266
286
  </div>
@@ -272,19 +292,8 @@ layout: feature
272
292
  <div class="col-md-7 mx-auto mb-2">
273
293
  <div class="select-img-panel">
274
294
  <div id="saving-data" style="display: none">
275
- <img
276
- loading="lazy"
277
- src="/assets/images/loader.gif"
278
- alt="saving"
279
- {%-
280
- if
281
- site.crossorigin
282
- -%}
283
- crossorigin
284
- {%-
285
- endif
286
- -%}
287
- />
295
+ <img loading="lazy" src="/assets/images/loader.gif" alt="saving" {%- if site.crossorigin -%} crossorigin {%-
296
+ endif -%} />
288
297
  <span class="ml-2">Saving your images...</span>
289
298
  </div>
290
299
  <div id="canvas-box-panel"></div>
@@ -300,4 +309,4 @@ layout: feature
300
309
  </div>
301
310
  {%- else -%} {{content}} {%- endif -%}
302
311
  </div>
303
- </div>
312
+ </div>
@@ -266,7 +266,7 @@
266
266
  font-weight: 600;
267
267
  }
268
268
 
269
- #download-button {
269
+ #download-button,#processing-button {
270
270
  cursor: pointer;
271
271
  display: inline-block;
272
272
  width: 130px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.7
4
+ version: 4.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -605,7 +605,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
605
605
  - !ruby/object:Gem::Version
606
606
  version: '0'
607
607
  requirements: []
608
- rubygems_version: 3.3.26
608
+ rubygems_version: 3.3.7
609
609
  signing_key:
610
610
  specification_version: 4
611
611
  summary: Appscms theme for all tools