mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
refactor(app): create a composed header component [EE-2329] (#6326)
* refactor(app): create a composed header component refactor(app): support single child breadcrumbs fix(app): fix breadcrumbs warning * refactor(app): import breadcrumbs * refactor(app): support object breadcrumbs * chore(app): write tests for header components
This commit is contained in:
parent
102a07346a
commit
d33ac8c588
28 changed files with 270 additions and 56 deletions
|
@ -42,7 +42,7 @@
|
|||
"lint:pr": "make lint-pr",
|
||||
"test": "yarn test:client; yarn test:server",
|
||||
"test:server": "cd api && go test ./...",
|
||||
"test:client": "jest",
|
||||
"test:client": "jest --silent",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook -o ./dist/storybook",
|
||||
"analyze-webpack": "webpack --config ./webpack/webpack.analyze.js"
|
||||
|
@ -239,4 +239,4 @@
|
|||
"pre-commit": "lint-staged"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue