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

List component #81

Closed mjablecnik closed 1 year ago

mjablecnik commented 1 year ago

So I renamed ListBox back into ListView. After merge it I will go to remove BaseComponent and add documentation comments for every single component.

docs-page[bot] commented 1 year ago

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

docs.page/schultek/jaspr~81

Documentation is deployed and generated using docs.page.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (00dcbe2) 64.23% compared to head (638d1e7) 64.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ======================================= Coverage 64.23% 64.23% ======================================= Files 80 80 Lines 3285 3285 ======================================= Hits 2110 2110 Misses 1175 1175 ``` | [Impacted Files](https://codecov.io/gh/schultek/jaspr/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte) | Coverage Δ | | |---|---|---| | [packages/jaspr/lib/src/ui/components/list.dart](https://codecov.io/gh/schultek/jaspr/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy91aS9jb21wb25lbnRzL2xpc3QuZGFydA==) | `0.00% <0.00%> (ø)` | | | [packages/jaspr/lib/src/ui/components/text.dart](https://codecov.io/gh/schultek/jaspr/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte#diff-cGFja2FnZXMvamFzcHIvbGliL3NyYy91aS9jb21wb25lbnRzL3RleHQuZGFydA==) | `0.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kilian+Schulte). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?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.

github-actions[bot] commented 1 year ago

Package Version Report

No packages have been updated.

mjablecnik commented 1 year ago

Please run melos format again.

That's it.