schultek / jaspr

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

Autounit #146

Closed cybertheory closed 8 months ago

cybertheory commented 9 months ago

Description

Added the 'auto' unit to jaspr package in the ui/style/properties/unit.dart

Type of Change

Ready Checklist

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

docs-page[bot] commented 9 months ago

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

docs.page/schultek/jaspr~146

Documentation is deployed and generated using docs.page.

github-actions[bot] commented 9 months ago

Package Version Report

The following packages have been updated: jaspr : 0.9.3 -> 0.10.0 jaspr_builder : 0.9.3 -> 0.10.0 jaspr_cli : 0.9.3 -> 0.10.0 jaspr_flutter_embed : 0.1.4 -> 0.1.5 jaspr_riverpod : 0.3.8 -> 0.3.9 jaspr_router : 0.3.0 -> 0.3.1 jaspr_test : 0.9.3 -> 0.10.0

codecov[bot] commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (685a9c3) 61.10% compared to head (b41aeb9) 61.05%.

Files Patch % Lines
...kages/jaspr/lib/src/ui/styles/properties/unit.dart 20.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #146 +/- ## ========================================== - Coverage 61.10% 61.05% -0.06% ========================================== Files 98 98 Lines 4062 4067 +5 ========================================== + Hits 2482 2483 +1 - Misses 1580 1584 +4 ```

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

schultek commented 8 months ago

I updated the things I needed to merge. Thanks for the contribution ๐Ÿ’™