-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Upgrade Patternfly to v5 with necessary refactors
upgrade hawtio/react to 1.3.0
- Loading branch information
Showing
64 changed files
with
771 additions
and
732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
import { BackgroundImageSrcMap } from '@patternfly/react-core' | ||
import hawtioLogo from './hawtio-logo.svg' | ||
import userAvatar from './img_avatar.svg' | ||
import backgroundImageSrcLg from './pfbg_1200.jpg' | ||
import backgroundImageSrcXs from './pfbg_576.jpg' | ||
import backgroundImageSrcXs2x from './[email protected]' | ||
import backgroundImageSrcSm from './pfbg_768.jpg' | ||
import backgroundImageSrcSm2x from './[email protected]' | ||
import background from './background.svg' | ||
|
||
export const backgroundImages: BackgroundImageSrcMap = { | ||
xs: backgroundImageSrcXs, | ||
xs2x: backgroundImageSrcXs2x, | ||
sm: backgroundImageSrcSm, | ||
sm2x: backgroundImageSrcSm2x, | ||
lg: backgroundImageSrcLg, | ||
} | ||
|
||
export { hawtioLogo, userAvatar } | ||
export { hawtioLogo, userAvatar, background } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
import { BackgroundImageSrcMap } from '@patternfly/react-core' | ||
import hawtioLogo from './hawtio-logo.svg' | ||
import userAvatar from './img_avatar.svg' | ||
import backgroundImageSrcLg from './pfbg_1200.jpg' | ||
import backgroundImageSrcXs from './pfbg_576.jpg' | ||
import backgroundImageSrcXs2x from './[email protected]' | ||
import backgroundImageSrcSm from './pfbg_768.jpg' | ||
import backgroundImageSrcSm2x from './[email protected]' | ||
import background from './background.svg' | ||
|
||
export const backgroundImages: BackgroundImageSrcMap = { | ||
xs: backgroundImageSrcXs, | ||
xs2x: backgroundImageSrcXs2x, | ||
sm: backgroundImageSrcSm, | ||
sm2x: backgroundImageSrcSm2x, | ||
lg: backgroundImageSrcLg, | ||
} | ||
|
||
export { hawtioLogo, userAvatar } | ||
export { hawtioLogo, userAvatar, background } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
import { BackgroundImageSrcMap } from '@patternfly/react-core' | ||
import hawtioLogo from './hawtio-logo.svg' | ||
import userAvatar from './img_avatar.svg' | ||
import backgroundImageSrcLg from './pfbg_1200.jpg' | ||
import backgroundImageSrcXs from './pfbg_576.jpg' | ||
import backgroundImageSrcXs2x from './[email protected]' | ||
import backgroundImageSrcSm from './pfbg_768.jpg' | ||
import backgroundImageSrcSm2x from './[email protected]' | ||
import background from './background.svg' | ||
|
||
export const backgroundImages: BackgroundImageSrcMap = { | ||
xs: backgroundImageSrcXs, | ||
xs2x: backgroundImageSrcXs2x, | ||
sm: backgroundImageSrcSm, | ||
sm2x: backgroundImageSrcSm2x, | ||
lg: backgroundImageSrcLg, | ||
} | ||
|
||
export { hawtioLogo, userAvatar } | ||
export { hawtioLogo, userAvatar, background } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.