Closed lolottetheclash closed 1 year ago
Merging #573 (cccda9e) into main (41f330c) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #573 +/- ##
=======================================
Coverage 96.73% 96.73%
=======================================
Files 74 74
Lines 950 950
Branches 146 146
=======================================
Hits 919 919
Misses 29 29
Partials 2 2
:mega: Weβre building smart automated test selection to slash your CI/CD build times. Learn more
I am closing this PR because it is no longer relevant.
This PR makes the
firstElement
property optional because there was no reason to force the user to provide this property. TheHeader
no longer has any mandatory properties. π The css has been completely reworked to facilitate the possible extension of theHeader
properties: π if we plan to add aLogin
element in JSX, this addition will not force us to modify the existing but to add a behavior.