Skip to content

Commit e28dca8

Browse files
authored
Merge pull request #2672 from devtron-labs/feat/banner
feat: banner component
2 parents 85852ba + ee98299 commit e28dca8

37 files changed

+1026
-363
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ ENABLE_RESTART_WORKLOAD=false
3232
ENABLE_SCOPED_VARIABLES=true
3333
DEFAULT_CI_TRIGGER_TYPE_MANUAL=false
3434
ANNOUNCEMENT_BANNER_MSG=
35+
ANNOUNCEMENT_BANNER_TYPE=help
36+
ANNOUNCEMENT_BANNER_BUTTON_TEXT=
37+
ANNOUNCEMENT_BANNER_BUTTON_LINK=
3538
HIDE_DEFAULT_CLUSTER=false
3639
GLOBAL_API_TIMEOUT=60000
3740
TRIGGER_API_TIMEOUT=60000

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
vite.config.mts
77

88
# The following files have eslint errors/warnings
9-
src/App.tsx
109
src/Pages/GlobalConfigurations/Authorization/APITokens/__tests__/ApiTokens.test.tsx
1110
src/components/AppSelector/ChartSelector.tsx
1211
src/components/ApplicationGroup/AppGroup.service.ts

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": "1.13.0-pre-0",
7+
"@devtron-labs/devtron-fe-common-lib": "1.13.0-pre-1",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

0 commit comments

Comments
 (0)