Commit b94e97d
feat: Add AI banner (#3986)
* feat: Add AI banner
* move FeatureCard to components and move BannerCarousel
* remove AI banner and adjust cluster overview
* move types to separate file
* add feedback link and onclicks on banner buttons
* move texts to translations
* move ai banner to ai directory
* add icon for the meet joule title
* add feedback links to all configs
* adjust texts in svgs and banner
* add test for AI banner
* add test for AI banner
* add test for AI banner
* localy it is passing
* adjust useFeature
* adjust Joule Icon in Disclaimer
* Update tests/integration/tests/companion/test-companion-ui.spec.js
Co-authored-by: Oliwia Gowor <72342415+OliwiaGowor@users.noreply.github.com>
* adjust margin to top
* Update public/i18n/en.yaml
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>
* adjust test
---------
Co-authored-by: Oliwia Gowor <72342415+OliwiaGowor@users.noreply.github.com>
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>1 parent 452b74c commit b94e97d
File tree
29 files changed
+772
-158
lines changed- kyma/environments
- dev
- prod
- stage
- public
- i18n
- src
- components
- Clusters/views/ClusterOverview
- Extensibility/components/FeaturedCard/assets/AI
- KymaCompanion/components
- AIBanner
- assets
- Disclaimer
- styles
- tests/integration/tests/companion
29 files changed
+772
-158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
769 | 775 | | |
770 | 776 | | |
771 | 777 | | |
| |||
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
100 | 110 | | |
101 | 111 | | |
102 | 112 | | |
| |||
Lines changed: 38 additions & 30 deletions
Loading
Lines changed: 38 additions & 25 deletions
Loading
Lines changed: 38 additions & 25 deletions
Loading
Lines changed: 37 additions & 29 deletions
Loading
0 commit comments