|
131 | 131 | </div> |
132 | 132 | </dialog> |
133 | 133 |
|
134 | | -<dialog id="shareTestSettingsModal" class="modalWrapper hidden"> |
135 | | - <!-- <div id="shareTestSettingsPopup"> --> |
136 | | - <div class="modal"> |
137 | | - <div class="title">Share test settings</div> |
138 | | - <label class="checkboxWithSub mode"> |
139 | | - <input type="checkbox" setting="mode" /> |
140 | | - <div>Mode</div> |
141 | | - <div class="sub">Time, Words, Quote, Zen, Custom</div> |
142 | | - </label> |
143 | | - <label class="checkboxWithSub mode2 subgroup hidden"> |
144 | | - <input type="checkbox" setting="mode2" /> |
145 | | - <div>Mode2</div> |
146 | | - <div class="sub">Test seconds, Test words, Quote Id</div> |
147 | | - </label> |
148 | | - <label class="checkbox customText subgroup hidden"> |
149 | | - <input type="checkbox" setting="customText" /> |
150 | | - Custom text |
151 | | - <span></span> |
152 | | - </label> |
153 | | - <label class="checkbox punctuation"> |
154 | | - <input type="checkbox" setting="punctuation" /> |
155 | | - Punctuation |
156 | | - <span></span> |
157 | | - </label> |
158 | | - <label class="checkbox numbers"> |
159 | | - <input type="checkbox" setting="numbers" /> |
160 | | - Numbers |
161 | | - <span></span> |
162 | | - </label> |
163 | | - <label class="checkbox language"> |
164 | | - <input type="checkbox" setting="language" /> |
165 | | - Language |
166 | | - <span></span> |
167 | | - </label> |
168 | | - <label class="checkbox difficulty"> |
169 | | - <input type="checkbox" setting="difficulty" /> |
170 | | - Difficulty |
171 | | - <span></span> |
172 | | - </label> |
173 | | - <label class="checkbox funbox"> |
174 | | - <input type="checkbox" setting="funbox" /> |
175 | | - Funbox |
176 | | - <span></span> |
177 | | - </label> |
178 | | - <textarea |
179 | | - class="url" |
180 | | - placeholder="url" |
181 | | - value="monkeytype.com" |
182 | | - readonly |
183 | | - ></textarea> |
184 | | - <div class="tooLongWarning hidden"> |
185 | | - <i class="fas fa-fw fa-exclamation-triangle"></i> |
186 | | - <span>The URL is over 2000 characters long - it might not work</span> |
187 | | - </div> |
188 | | - <!-- </div> --> |
189 | | - </div> |
190 | | -</dialog> |
191 | | - |
192 | | -<dialog id="mobileTestConfigModal" class="modalWrapper hidden"> |
193 | | - <div class="modal"> |
194 | | - <div class="group"> |
195 | | - <button class="punctuation">punctuation</button> |
196 | | - <button class="numbers">numbers</button> |
197 | | - </div> |
198 | | - <div class="group modeGroup"> |
199 | | - <button data-mode="time">time</button> |
200 | | - <button class="active" data-mode="words">words</button> |
201 | | - <button data-mode="quote">quote</button> |
202 | | - <button data-mode="zen">zen</button> |
203 | | - <button data-mode="custom">custom</button> |
204 | | - </div> |
205 | | - <div class="group timeGroup"> |
206 | | - <button data-time="15">15</button> |
207 | | - <button class="button active" data-time="30">30</button> |
208 | | - <button data-time="60">60</button> |
209 | | - <button data-time="120">120</button> |
210 | | - <button data-time="custom">custom</button> |
211 | | - </div> |
212 | | - <div class="group wordsGroup hidden"> |
213 | | - <button data-words="10">10</button> |
214 | | - <button data-words="25">25</button> |
215 | | - <button data-words="50">50</button> |
216 | | - <button data-words="100">100</button> |
217 | | - <button data-words="custom">custom</button> |
218 | | - </div> |
219 | | - <div class="group quoteGroup hidden"> |
220 | | - <button data-quoteLength="all">all</button> |
221 | | - <button data-quoteLength="0">short</button> |
222 | | - <button data-quoteLength="1">medium</button> |
223 | | - <button data-quoteLength="2">long</button> |
224 | | - <button data-quoteLength="3">thicc</button> |
225 | | - <button id="quote-search-button" data-quoteLength="-2">search</button> |
226 | | - </div> |
227 | | - <div class="group customGroup hidden"> |
228 | | - <button class="customChange">change</button> |
229 | | - </div> |
230 | | - <div class="group"> |
231 | | - <button class="shareButton">share</button> |
232 | | - </div> |
233 | | - </div> |
234 | | -</dialog> |
235 | | - |
236 | 134 | <div id="videoAdPopupWrapper" class="popupWrapper hidden"> |
237 | 135 | <div id="videoAdPopup"> |
238 | 136 | <div class="preloader"> |
|
332 | 230 | <button>continue</button> |
333 | 231 | </form> |
334 | 232 | </dialog> |
335 | | -<dialog id="customWordAmountModal" class="modalWrapper hidden"> |
336 | | - <form class="modal"> |
337 | | - <div class="title">Custom word amount</div> |
338 | | - <input type="number" value="1" min="0" max="10000" /> |
339 | | - <div class="tip"> |
340 | | - You can start an infinite test by inputting 0. Then, to stop the test, use |
341 | | - the Bail Out feature ( |
342 | | - <kbd>esc</kbd> |
343 | | - or |
344 | | - <kbd>ctrl/cmd</kbd> |
345 | | - + |
346 | | - <kbd>shift</kbd> |
347 | | - + |
348 | | - <kbd>p</kbd> |
349 | | - > Bail Out) |
350 | | - </div> |
351 | | - <button>ok</button> |
352 | | - </form> |
353 | | -</dialog> |
354 | | -<dialog id="customTestDurationModal" class="modalWrapper hidden"> |
355 | | - <form class="modal"> |
356 | | - <div class="title">Test duration</div> |
357 | | - <div class="preview"></div> |
358 | | - <input value="1" title="test duration" min="0" /> |
359 | | - <div class="tip"> |
360 | | - You can use "h" for hours and "m" for minutes, for example "1h30m". |
361 | | - <br /> |
362 | | - <br /> |
363 | | - You can start an infinite test by inputting 0. Then, to stop the test, use |
364 | | - the Bail Out feature ( |
365 | | - <kbd>esc</kbd> |
366 | | - or |
367 | | - <kbd>ctrl/cmd</kbd> |
368 | | - + |
369 | | - <kbd>shift</kbd> |
370 | | - + |
371 | | - <kbd>p</kbd> |
372 | | - > Bail Out) |
373 | | - </div> |
374 | | - <button>ok</button> |
375 | | - </form> |
376 | | -</dialog> |
377 | 233 | <dialog id="userReportModal" class="modalWrapper hidden"> |
378 | 234 | <div class="modal"> |
379 | 235 | <div class="title">Report a user</div> |
|
0 commit comments