schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.14k stars 68 forks source link

add @client components #90

Closed schultek closed 1 year ago

schultek commented 1 year ago

Description

Type of Change

Ready Checklist

If you need help, consider asking for advice on the #contribute channel on Discord.

docs-page[bot] commented 1 year ago

To view this pull requests documentation preview, visit the following URL:

docs.page/schultek/jaspr~90

Documentation is deployed and generated using docs.page.

github-actions[bot] commented 1 year ago

Package Version Report

The following packages have been updated: jaspr : 0.4.0 -> 0.5.0 jaspr_builder : 0.4.0 -> 0.5.0 jaspr_cli : 0.4.0 -> 0.5.0 jaspr_riverpod : 0.3.1 -> 0.3.2 jaspr_router : 0.1.1 -> 0.2.0 jaspr_test : 0.4.0 -> 0.5.0

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 45.83% and project coverage change: +1.00 :tada:

Comparison is base (5068eb8) 65.92% compared to head (7f25c9d) 66.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #90 +/- ## ========================================== + Coverage 65.92% 66.92% +1.00% ========================================== Files 94 96 +2 Lines 3809 3773 -36 ========================================== + Hits 2511 2525 +14 + Misses 1298 1248 -50 ``` | [Impacted Files](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte) | Coverage ฮ” | | |---|---|---| | [...ckages/jaspr/lib/src/server/document/document.dart](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy9zZXJ2ZXIvZG9jdW1lbnQvZG9jdW1lbnQuZGFydA==) | `25.00% <รธ> (+22.22%)` | :arrow_up: | | [...s/jaspr/lib/src/server/document/file\_document.dart](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy9zZXJ2ZXIvZG9jdW1lbnQvZmlsZV9kb2N1bWVudC5kYXJ0) | `0.00% <0.00%> (รธ)` | | | [...s/jaspr/lib/src/server/document/base\_document.dart](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy9zZXJ2ZXIvZG9jdW1lbnQvYmFzZV9kb2N1bWVudC5kYXJ0) | `61.70% <45.83%> (รธ)` | | | [packages/jaspr/lib/src/foundation/annotations.dart](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy9mb3VuZGF0aW9uL2Fubm90YXRpb25zLmRhcnQ=) | `25.00% <50.00%> (+2.77%)` | :arrow_up: | | [...pr/lib/src/server/document/component\_observer.dart](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy9zZXJ2ZXIvZG9jdW1lbnQvY29tcG9uZW50X29ic2VydmVyLmRhcnQ=) | `90.00% <90.00%> (รธ)` | | | [...aspr/lib/src/server/document/document\_binding.dart](https://app.codecov.io/gh/schultek/jaspr/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy9zZXJ2ZXIvZG9jdW1lbnQvZG9jdW1lbnRfYmluZGluZy5kYXJ0) | `36.00% <100.00%> (-1.94%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/schultek/jaspr/pull/90/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.