Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Web Push Support #11346

Open
wants to merge 54 commits into
base: main
Choose a base branch
from

Merge remote-tracking branch 'origin/main' into web-push-poc

bf215e8
Select commit
Loading
Failed to load commit list.
Open

Add Web Push Support #11346

Merge remote-tracking branch 'origin/main' into web-push-poc
bf215e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 14, 2024 in 1s

20.42% of diff hit (target 33.16%)

View this Pull Request on Codecov

20.42% of diff hit (target 33.16%)

Annotations

Check warning on line 110 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L110

Added line #L110 was not covered by tests

Check warning on line 133 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L133

Added line #L133 was not covered by tests

Check warning on line 1040 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L1040

Added line #L1040 was not covered by tests

Check warning on line 1046 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L1046

Added line #L1046 was not covered by tests

Check warning on line 1049 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L1049

Added line #L1049 was not covered by tests

Check warning on line 1282 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L1282

Added line #L1282 was not covered by tests

Check warning on line 1367 in apps/browser/src/background/main.background.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/background/main.background.ts#L1367

Added line #L1367 was not covered by tests

Check warning on line 71 in apps/browser/src/popup/services/services.module.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/browser/src/popup/services/services.module.ts#L71

Added line #L71 was not covered by tests

Check warning on line 45 in apps/desktop/src/app/app.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/desktop/src/app/app.component.ts#L45

Added line #L45 was not covered by tests

Check warning on line 15 in apps/desktop/src/app/services/init.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/desktop/src/app/services/init.service.ts#L15

Added line #L15 was not covered by tests

Check warning on line 71 in apps/desktop/src/app/services/init.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/desktop/src/app/services/init.service.ts#L71

Added line #L71 was not covered by tests

Check warning on line 10 in apps/web/src/app/app.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/app.component.ts#L10

Added line #L10 was not covered by tests

Check warning on line 20 in apps/web/src/app/app.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/app.component.ts#L20

Added line #L20 was not covered by tests

Check warning on line 29 in apps/web/src/app/app.component.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/app.component.ts#L29

Added line #L29 was not covered by tests

Check warning on line 49 in apps/web/src/app/core/init.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/core/init.service.ts#L49

Added line #L49 was not covered by tests

Check warning on line 1 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L1

Added line #L1 was not covered by tests

Check warning on line 4 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L4

Added line #L4 was not covered by tests

Check warning on line 10 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L10

Added line #L10 was not covered by tests

Check warning on line 12 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L12

Added line #L12 was not covered by tests

Check warning on line 15 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L15

Added line #L15 was not covered by tests

Check warning on line 22 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L22

Added line #L22 was not covered by tests

Check warning on line 29 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L29

Added line #L29 was not covered by tests

Check warning on line 36 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L36

Added line #L36 was not covered by tests

Check warning on line 42 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L42

Added line #L42 was not covered by tests

Check warning on line 45 in apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/web/src/app/platform/notifications/permissions-webpush-connection.service.ts#L44-L45

Added lines #L44 - L45 were not covered by tests