-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): pageheader custom logo #358
Conversation
* update styles to target universal child of container
🦋 Changeset detectedLatest commit: 0d29563 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to close this PR for now cause @gjaskiewicz works on transition this component to Typescript in current sprint, to avoid future conflicts, if it is urgent then maybe we could add this changes to his PR. The task is #212
This PR is as good as done and afaik the move to TypeScript for this component hasn't begun yet. We shouldn't wait with merging this for too long as not having this feature prevents us from updating ui-components in some apps (because we changed the default logo). Therefore let's go ahead with this. |
…one (#349) * feat(docs): add Juno logos and update README to display the github one * chore(ci): add missing context for title check
* chore(heureka): fix linting issues * feat(heureka): uses TopNavigationItem instead of TabNavigationItem * Create hot-dolphins-know.md * Revert "chore(heureka): fix linting issues" This reverts commit b4ecc09. * feat(heureka): renames all tab names into navEntry * Create little-onions-obey.md * Delete .changeset/hot-dolphins-know.md
…splays a description (#339) Co-authored-by: hodanoori <[email protected]>
* chore(greenhouse): adds greenhouse dashboard and apps * chore(greenhouse): adds greenhouse to allowed scopes * chore(greenhouse): adjust build scripts * chore(greenhouse): fixes lint issues in cluster-admin * chore(greenhouse): add ts-luxon pkg to cluster-admin * chore(greenhouse): merge main branch * chore(greenhouse): extend esbuild config to build apps * chore(greenhouse): add missing entries in package.json and changeset * chore(ci): add nginx.conf to license ignore path * chore(ci): update package-lock.json * fix(build): fixes tests * chore(example): remove console logs * fix(greenhouse): add dependent apps to turbo for build * chore(greenhouse): make packages private in apps
…g filters on login (#354) * fix(supernova): fixes active filters loading order * fix(supernova): exports useGlobalsIsURLRead on the right file * fix(supernova): fixes typo and double check empty var * fix(supernova): fix typo in naming in methods * chore(core): migrate greenhouse dashboard (#337) * chore(greenhouse): adds greenhouse dashboard and apps * chore(greenhouse): adds greenhouse to allowed scopes * chore(greenhouse): adjust build scripts * chore(greenhouse): fixes lint issues in cluster-admin * chore(greenhouse): add ts-luxon pkg to cluster-admin * chore(greenhouse): merge main branch * chore(greenhouse): extend esbuild config to build apps * chore(greenhouse): add missing entries in package.json and changeset * chore(ci): add nginx.conf to license ignore path * chore(ci): update package-lock.json * fix(build): fixes tests * chore(example): remove console logs * fix(greenhouse): add dependent apps to turbo for build * chore(greenhouse): make packages private in apps * chore(supernova): add missinge dependecies in useCommunication * chore(supernova): create a new patch changeset --------- Co-authored-by: Andreas Pfau <[email protected]>
* chore(greenhouse): add version to package.json files * chore(ci): add greenhouse to scopes for title check
…the overview section (#351)
…ets (#342) chore(version): update versions with Changesets Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Close cause of this one: |
feat(ui): Pageheader custom logo
Allow users to pass a custom logo component to the PageHeader and render it.
Changes Made
logo
prop that accepts a component to render in a slottrue
orundefined
false
ornull
Related Issues
Screenshots (if applicable)
Testing Instructions
npm i
npm run test
/npm run test PageHeader
Checklist