Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,883 changes: 1,762 additions & 121 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/scratch-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"jest-junit": "7.0.0",
"mkdirp": "1.0.4",
"opal-loader": "^0.0.1",
"process": "^0.11.10",
"raf": "3.4.1",
"react-test-renderer": "18.3.1",
"redux-mock-store": "1.5.5",
Expand All @@ -186,6 +187,8 @@
"webpack": "5.104.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.3",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.4.0",
"yauzl": "^3.2.0"
},
"jest": {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import ReactTooltip from 'react-tooltip';

import styles from './coming-soon.css';

import awwCatIcon from './aww-cat.png';
import coolCatIcon from './cool-cat.png';
import iconHatti from './icon-hatti.png';
import icon2Hatti from './icon2-hatti.png';

const messages = defineMessages({
message1: {
Expand Down Expand Up @@ -50,7 +50,7 @@ class ComingSoonContent extends React.Component {
}
getRandomMessage () {
// randomly chooses a messages from `messages` to display in the tooltip.
const images = [awwCatIcon, coolCatIcon];
const images = [iconHatti, icon2Hatti];
const messageNumber = Math.floor(Math.random() * Object.keys(messages).length) + 1;
const imageNumber = Math.floor(Math.random() * Object.keys(images).length);
return (
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading