lasuillard / raindrop-sync-chrome

Chrome browser extension for syncing bookmarks with Raindrop.
GNU General Public License v3.0
20 stars 1 forks source link

Show notifications on registration failure #51

Closed lasuillard closed 4 months ago

lasuillard commented 4 months ago

Display a toast notification if the OAuth application registration is unsuccessful.

Additionally, implement the following features:

Resolves #28 and fixes #38.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 72.64151% with 29 lines in your changes missing coverage. Please review.

Project coverage is 69.20%. Comparing base (7fe03ef) to head (74cfcae). Report is 1 commits behind head on main.

Files Patch % Lines
src/lib/messages.ts 68.75% 14 Missing and 1 partial :warning:
src/pages/options/Page.svelte 0.00% 13 Missing :warning:
src/components/Message.svelte 97.61% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 68.57% 69.20% +0.63% ========================================== Files 19 21 +2 Lines 910 1010 +100 Branches 58 60 +2 ========================================== + Hits 624 699 +75 - Misses 233 256 +23 - Partials 53 55 +2 ``` | [Flag](https://app.codecov.io/gh/lasuillard/raindrop-sync-chrome/pull/51/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/lasuillard/raindrop-sync-chrome/pull/51/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `69.20% <72.64%> (+0.63%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.