Move to PatternFly Elements and lit
PFE uses lit, so it makes sense to just use that for the main application as well. Web components are pretty much React built into the web platform, and lit adds some convenience around that. This is mostly a demo -- for real Cockpit pages, PF Elements is still missing too many components.
This commit is contained in:
parent
6506f469ac
commit
5aa20207b7
11 changed files with 51 additions and 73 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -30,10 +30,6 @@ updates:
|
|||
- "types*"
|
||||
|
||||
ignore:
|
||||
# https://github.com/cockpit-project/cockpit/issues/21151
|
||||
- dependency-name: "sass"
|
||||
versions: [">=1.80.0", "2.x"]
|
||||
|
||||
# needs to be done in Cockpit first
|
||||
- dependency-name: "@patternfly/*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue