Compare commits

..

24 Commits

Author SHA1 Message Date
056cb8a7af feat(browser-extension): migrate to git.wanhose.dev 2024-10-15 13:42:02 +02:00
c4084458b2 fix(browser-extension): possible undefined 2024-10-15 13:32:18 +02:00
539e1840b2 fix(browser-extension): report cancel button clickable area 2024-10-15 13:32:18 +02:00
251207a9f6 feat(web): add new issue tracking section 2024-10-15 13:32:18 +02:00
e3e511868c fix(browser-extension): media queries for mobile version 2024-10-15 13:32:18 +02:00
922ab8c1da feat(web): update options and popup images 2024-10-15 13:32:18 +02:00
6b6eded7de fix(browser-extension): how options and popup look on mobile 2024-10-15 13:32:18 +02:00
70c70b52ee chore(browser-extension): bump extension version 2024-10-15 13:32:18 +02:00
dfa7ee05a3 feat(browser-extension): minor improvement to new error extra text english translation 2024-10-15 13:32:18 +02:00
05a424bccc feat(browser-extension): enable report only on supported pages 2024-10-15 13:32:18 +02:00
1628ef0afc feat(browser-extension): handle new error cases when reporting 2024-10-15 13:32:18 +02:00
01384b6736 feat(browser-extension): bump api version to use 2024-10-15 13:32:18 +02:00
9ae4e15f31 refactor(browser-extension): move report dialog to popup 2024-10-15 13:32:18 +02:00
77679c97c5 fix(browser-extension): popup auto height issue 2024-10-15 13:32:18 +02:00
4f2e971ecc refactor: drop old dialog stuff 2024-10-15 13:32:18 +02:00
be1ffea26f feat(api): add issues and version endpoints 2024-10-15 13:32:18 +02:00
86fc6bf8f3 feat(browser-extension): switch to warn mode after reporting an issue 2024-10-15 13:32:18 +02:00
9e39922ff4 fix(browser-extension): off/on performance 2024-10-15 13:32:18 +02:00
efc6b51d57 feat(browser-extension): add issue banner translations 2024-10-15 13:32:18 +02:00
80520506b0 feat(browser-extension): add request batching, issue details fetching and minor refactors to scripts 2024-10-15 13:32:18 +02:00
02e708d578 feat(browser-extension): add issue banner to popup giving user some information about what's wrong and where to find the issue easily 2024-10-15 13:32:18 +02:00
7c500451e3 refactor(browser-extension): assets naming 2024-10-15 13:32:18 +02:00
d8ec7a9d29 chore(browser-extension): upgrade manifest version 2024-10-15 13:32:18 +02:00
abf972c658 fix(web): update GitLab to Git 2024-10-15 13:03:06 +02:00
2 changed files with 12 additions and 7 deletions

View File

@ -14,6 +14,7 @@
<div class="header-actions">
<button disabled id="report-button">
<svg
aria-hidden="true"
fill="none"
height="18"
stroke-linecap="round"
@ -50,8 +51,9 @@
<main>
<p aria-hidden="true" class="banner" id="issue-banner" role="alert">
<span id="issue-banner-text"></span>
<a aria-label="GitHub" id="issue-banner-url" target="_blank">
<a id="issue-banner-url" target="_blank">
<svg
aria-hidden="true"
fill="none"
height="12"
stroke-linecap="round"
@ -86,7 +88,7 @@
<span id="host"></span>
</popup-button>
<popup-button
data-href="mailto:hello@wanhose.dev"
data-href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/wiki/Welcome"
id="help-option"
role="link"
tabindex="0"
@ -109,7 +111,7 @@
<span data-i18n="popup_helpOption"></span>
</popup-button>
<popup-button
data-href="https://github.com/wanhose/cookie-dialog-monster"
data-href="https://git.wanhose.dev/wanhose/cookie-dialog-monster"
id="contribute-option"
role="link"
tabindex="0"
@ -125,9 +127,10 @@
viewBox="0 0 24 24"
width="32"
>
<path
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"
/>
<circle cx="18" cy="18" r="3"></circle>
<circle cx="6" cy="6" r="3"></circle>
<path d="M13 6h3a2 2 0 0 1 2 2v7"></path>
<line x1="6" y1="9" x2="6" y2="21"></line>
</svg>
<span data-i18n="popup_contributeOption"></span>
</popup-button>
@ -247,6 +250,7 @@
</div>
<div class="report-submit-error-view" hidden>
<svg
aria-hidden="true"
fill="none"
height="48"
stroke-linecap="round"
@ -271,6 +275,7 @@
</div>
<div class="report-submit-success-view" hidden>
<svg
aria-hidden="true"
fill="none"
height="48"
stroke-linecap="round"

View File

@ -390,7 +390,7 @@
<p class="mt-2 text-gray-500">
Feel free to contribute to our
<a href="https://git.wanhose.dev/wanhose/cookie-dialog-monster/pulls" target="_blank">
GitLab repository
Git repository
</a>
</p>
</div>