Compare commits
22 Commits
056cb8a7af
...
e7afb73c48
Author | SHA1 | Date | |
---|---|---|---|
e7afb73c48 | |||
1352d28f83 | |||
bd047e560b | |||
7624ec9fcf | |||
c3e7acf4f9 | |||
41c23ead28 | |||
35fec2f0fd | |||
11d85e8d3f | |||
fa60a0be99 | |||
60933d024d | |||
a25b060bcf | |||
c16edf1ee5 | |||
fdb84959a7 | |||
9d498421b5 | |||
0763d8df8a | |||
029fa138cf | |||
9036060df4 | |||
e34b2e6270 | |||
8efee3509a | |||
8afc3a99c6 | |||
fe619378dc | |||
838266bfc7 |
@ -14,7 +14,6 @@
|
|||||||
<div class="header-actions">
|
<div class="header-actions">
|
||||||
<button disabled id="report-button">
|
<button disabled id="report-button">
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
|
||||||
fill="none"
|
fill="none"
|
||||||
height="18"
|
height="18"
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
@ -51,9 +50,8 @@
|
|||||||
<main>
|
<main>
|
||||||
<p aria-hidden="true" class="banner" id="issue-banner" role="alert">
|
<p aria-hidden="true" class="banner" id="issue-banner" role="alert">
|
||||||
<span id="issue-banner-text"></span>
|
<span id="issue-banner-text"></span>
|
||||||
<a id="issue-banner-url" target="_blank">
|
<a aria-label="GitHub" id="issue-banner-url" target="_blank">
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
|
||||||
fill="none"
|
fill="none"
|
||||||
height="12"
|
height="12"
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
@ -88,7 +86,7 @@
|
|||||||
<span id="host"></span>
|
<span id="host"></span>
|
||||||
</popup-button>
|
</popup-button>
|
||||||
<popup-button
|
<popup-button
|
||||||
data-href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Welcome"
|
data-href="mailto:hello@wanhose.dev"
|
||||||
id="help-option"
|
id="help-option"
|
||||||
role="link"
|
role="link"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
@ -111,7 +109,7 @@
|
|||||||
<span data-i18n="popup_helpOption"></span>
|
<span data-i18n="popup_helpOption"></span>
|
||||||
</popup-button>
|
</popup-button>
|
||||||
<popup-button
|
<popup-button
|
||||||
data-href="https://git.wanhose.dev/wanhose/cookie-dialog-monster"
|
data-href="https://github.com/wanhose/cookie-dialog-monster"
|
||||||
id="contribute-option"
|
id="contribute-option"
|
||||||
role="link"
|
role="link"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
@ -127,10 +125,9 @@
|
|||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
width="32"
|
width="32"
|
||||||
>
|
>
|
||||||
<circle cx="18" cy="18" r="3"></circle>
|
<path
|
||||||
<circle cx="6" cy="6" r="3"></circle>
|
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
|
||||||
<path d="M13 6h3a2 2 0 0 1 2 2v7"></path>
|
/>
|
||||||
<line x1="6" y1="9" x2="6" y2="21"></line>
|
|
||||||
</svg>
|
</svg>
|
||||||
<span data-i18n="popup_contributeOption"></span>
|
<span data-i18n="popup_contributeOption"></span>
|
||||||
</popup-button>
|
</popup-button>
|
||||||
@ -250,7 +247,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="report-submit-error-view" hidden>
|
<div class="report-submit-error-view" hidden>
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
|
||||||
fill="none"
|
fill="none"
|
||||||
height="48"
|
height="48"
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
@ -275,7 +271,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="report-submit-success-view" hidden>
|
<div class="report-submit-success-view" hidden>
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
|
||||||
fill="none"
|
fill="none"
|
||||||
height="48"
|
height="48"
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
|
@ -390,7 +390,7 @@
|
|||||||
<p class="mt-2 text-gray-500">
|
<p class="mt-2 text-gray-500">
|
||||||
Feel free to contribute to our
|
Feel free to contribute to our
|
||||||
<a href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/pulls" target="_blank">
|
<a href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/pulls" target="_blank">
|
||||||
Git repository
|
GitLab repository
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user