Skip to content

Commit 01a1f0e

Browse files
authored
Merge branch 'main' into feat/dependencies
2 parents be2b9ce + 6172db0 commit 01a1f0e

File tree

125 files changed

+4663
-1469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+4663
-1469
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "0.0.41-beta-6",
7+
"@devtron-labs/devtron-fe-common-lib": "0.0.44",
88
"@rjsf/core": "^5.13.3",
99
"@rjsf/utils": "^5.13.3",
1010
"@rjsf/validator-ajv8": "^5.13.3",

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
ToastBody3 as UpdateToast,
1919
ErrorBoundary,
2020
} from './components/common'
21-
import { showError, Progressing, BreadcrumbStore, Reload } from '@devtron-labs/devtron-fe-common-lib'
21+
import { showError, BreadcrumbStore, Reload, DevtronProgressing } from '@devtron-labs/devtron-fe-common-lib'
2222
import * as serviceWorker from './serviceWorker'
2323
import Hotjar from './components/Hotjar/Hotjar'
2424
import { validateToken } from './services/service'
@@ -207,7 +207,7 @@ export default function App() {
207207
<Suspense fallback={null}>
208208
{validating ? (
209209
<div className="full-height-width">
210-
<Progressing pageLoader />
210+
<DevtronProgressing parentClasses="h-100 flex bcn-0" classes="icon-dim-80"/>
211211
</div>
212212
) : (
213213
<>
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

src/assets/icons/ic-hibernate-3.svg

Lines changed: 5 additions & 0 deletions
Loading

src/assets/icons/ic-input.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

src/assets/icons/ic-secure.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)