Skip to content

Commit

Permalink
remove snow feature (#2713)
Browse files Browse the repository at this point in the history
* remove snow feature

* bump
  • Loading branch information
mrCherry97 authored Jan 4, 2024
1 parent cf53552 commit 57be30b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 80 deletions.
31 changes: 0 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"react-dom": "^17.0.2",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.3.0",
"react-snowfall": "^1.2.1",
"react-tippy": "^1.4.0",
"recoil": "^0.7.5",
"resize-observer-polyfill": "^1.5.1",
Expand Down
2 changes: 0 additions & 2 deletions public/defaultConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,3 @@ config:
FEEDBACK:
isEnabled: true
link: https://sapinsights.eu.qualtrics.com/jfe/form/SV_d3UPNymSgUHAb9Y?product=SAP%20BTP,%20Kyma%20Runtime&product_filter=Kyma
SNOW:
isEnabled: false
2 changes: 1 addition & 1 deletion resources/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: backend
image: europe-docker.pkg.dev/kyma-project/dev/busola-backend:PR-2711
image: europe-docker.pkg.dev/kyma-project/dev/busola-backend:PR-2713
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion resources/web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: busola
image: europe-docker.pkg.dev/kyma-project/dev/busola-web:PR-2711
image: europe-docker.pkg.dev/kyma-project/dev/busola-web:PR-2713
imagePullPolicy: Always
resources:
requests:
Expand Down
42 changes: 0 additions & 42 deletions src/components/App/Snow/Snow.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import './styles/sapIllus-Fills.css';
import './styles/sapIllus-Layout.css';
import './styles/index.scss';
import './styles/fiori-helpers.scss';
import Snow from './components/App/Snow/Snow';

i18next
.use(initReactI18next)
Expand Down Expand Up @@ -63,7 +62,6 @@ ReactDOM.render(
<NotificationProvider>
<CommandPaletteProvider>
<App />
<Snow />
</CommandPaletteProvider>
</NotificationProvider>
</Suspense>
Expand Down

0 comments on commit 57be30b

Please sign in to comment.