Skip to content

Commit a79ea09

Browse files
authored
chore: addressing feedback (#3)
* chore: update feedback * chore: address gradients-related feedback * chore: adjust textarea height * chore: adjust padding * chore: adjust gradients * chore: replace Nuclia text with Progress Agentic RAG * chore: update hero gradient * chore: delete wrong selector
1 parent 25cdf59 commit a79ea09

File tree

5 files changed

+42
-25
lines changed

5 files changed

+42
-25
lines changed

blazor-progress-rag-demo/Pages/AISearch.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Progress Agentic RAG Knowledge
3232
</h1>
3333
<p class="ai-search-description !k-mb-0">
34-
Search our comprehensive Nuclia knowledge base with AI-powered intelligent search for precise, contextual results about Nuclia features, capabilities, and best practices
34+
Search our comprehensive Progress Agentic RAG knowledge base with AI-powered intelligent search for precise, contextual results about Progress Agentic RAG features, capabilities, and best practices
3535
</p>
3636
</div>
3737

@@ -48,7 +48,7 @@
4848
<p class="ai-search-popular-label !k-mb-0">
4949
Popular searches:
5050
</p>
51-
<div class="k-d-flex k-flex-wrap k-gap-1.5 k-justify-content-flex-start">
51+
<div class="k-d-flex k-flex-wrap k-gap-1.5 k-justify-content-flex-start k-pb-4.5">
5252
@foreach (var searchText in PopularSearches)
5353
{
5454
<SearchPill Text="@searchText"

blazor-progress-rag-demo/Pages/AgenticRagValue.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Progress Agentic RAG Value
1919
</h1>
2020
<p class="value-proposition-description !k-mb-0">
21-
Generate a customized value proposition showing exactly how Nuclia delivers ROI for your specific industry, company size, and use case.
21+
Generate a customized value proposition showing exactly how Progress Agentic RAG delivers ROI for your specific industry, company size, and use case.
2222
</p>
2323
</div>
2424
</div>

blazor-progress-rag-demo/Pages/_Host.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-bootstrap/dist/all.css" />
1515
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-utils/dist/all.css" />
1616
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"></script>
17-
<link href="css/site.css" rel="stylesheet" />
17+
<link href="~/css/site.css" rel="stylesheet" asp-append-version="true" />
1818
<script src="js/search-input.js"></script>
1919
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
2020
</head>

blazor-progress-rag-demo/Shared/SearchInput.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div @ref="WrapperRef" class="search-input-container k-w-full">
88
<TelerikTextArea Value="@Query"
99
ValueChanged="@HandleValueChanged"
10-
Class="search-input k-white-space-none k-align-items-center k-flex-col k-flex-md-row k-w-full k-p-0.5"
10+
Class="search-input k-white-space-none k-align-items-center k-flex-col k-flex-md-row k-w-full k-p-1"
1111
Rounded="@ThemeConstants.TextArea.Rounded.Full"
1212
Size="@ThemeConstants.TextArea.Size.Large"
1313
Placeholder="@Placeholder"

blazor-progress-rag-demo/wwwroot/css/site.css

Lines changed: 37 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,12 @@ main {
7474
--kendo-h3-line-height: 1.2;
7575
}
7676

77-
.hero {
77+
.value-proposition-results-hero.hero {
7878
background: linear-gradient(180deg, rgba(250, 250, 250, 0.80) 85%, rgba(236, 236, 236, 0.80) 100%);
7979
}
8080

81-
.financial-analysis .hero,
82-
.value-proposition .hero,
83-
.knowledge-assistant-hero-wrapper {
84-
background: transparent;
81+
.k-body h1:focus {
82+
outline: none;
8583
}
8684

8785
/* Search Input */
@@ -134,9 +132,8 @@ main {
134132
box-shadow: var(--kendo-elevation-4);
135133
}
136134

137-
.search-input .send-button {
135+
.search-input .k-button {
138136
border: none;
139-
140137
}
141138

142139

@@ -256,7 +253,7 @@ main {
256253
transform-origin: center;
257254
border-radius: 815px;
258255
pointer-events: none;
259-
256+
z-index: -1;
260257
}
261258

262259
.user-selection-wrapper:after {
@@ -284,6 +281,7 @@ main {
284281
transform-origin: center;
285282
border-radius: 815px;
286283
pointer-events: none;
284+
z-index: -1;
287285
background: conic-gradient(from 180deg at 49.93% 47.29%, rgba(0, 119, 255, 0.6) 0deg, rgba(0, 200, 255, 0.3) 180deg, rgba(255, 0, 251, 0.6) 360deg);
288286
}
289287

@@ -301,13 +299,12 @@ main {
301299
rgba(0, 119, 255, 0.6) 360deg
302300
);
303301
filter: blur(75px);
304-
opacity: 0.6;
305302
left: 50%;
306303
transform: translateX(-50%);
307-
bottom: 115px;
304+
bottom: 64px;
308305
border-radius: 815px;
309306
pointer-events: none;
310-
z-index: 0;
307+
z-index: -1;
311308
}
312309

313310
/* Knowledge Assistant gradient - positioned lower in the content, only shown before conversation starts */
@@ -324,13 +321,12 @@ main {
324321
rgba(0, 119, 255, 0.6) 360deg
325322
);
326323
filter: blur(75px);
327-
opacity: 0.6;
328324
left: 50%;
329-
bottom: 115px;
325+
bottom: 64px;
330326
transform: translateX(-50%);
331327
border-radius: 815px;
332328
pointer-events: none;
333-
z-index: 0;
329+
z-index: -1;
334330
}
335331

336332
.k-drawer-item {
@@ -836,14 +832,29 @@ main {
836832
/* Search Input Buttons */
837833
.k-button-lg.search-input-button,
838834
.k-button-lg.send-button {
839-
padding: 11px;
835+
padding: 10px;
836+
}
837+
838+
.search-input .k-button {
839+
color: #A1B0C7;
840840
}
841841

842842
.search-input .send-button {
843843
color: #fff;
844844
background-color: #A1B0C7;
845845
}
846846

847+
.search-input .k-textarea {
848+
align-self: stretch;
849+
height: 40px;
850+
}
851+
852+
.search-input textarea {
853+
align-self: stretch;
854+
height: 40px;
855+
}
856+
857+
847858
/* Vectors Background */
848859
.vectors-background {
849860
right: 0;
@@ -1225,6 +1236,10 @@ main {
12251236
z-index: 1;
12261237
}
12271238

1239+
.home-section .search-input-container {
1240+
max-width: 800px;
1241+
}
1242+
12281243
.home-heading-padding {
12291244
padding: 10px;
12301245
}
@@ -1318,13 +1333,15 @@ main {
13181333
padding: 24px;
13191334
}
13201335

1321-
.value-proposition-results-container {
1322-
background-color: rgba(255, 255, 255, 0.6);
1336+
.value-proposition-textarea > .k-input-inner {
1337+
padding: 0;
13231338
}
13241339

1325-
.value-proposition-results-hero {
1340+
.value-proposition-results-hero,
1341+
.ai-search-results-hero {
13261342
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
13271343
background: linear-gradient(180deg, rgba(250, 250, 250, 0.80) 85%, rgba(236, 236, 236, 0.80) 100%);
1344+
z-index: -2;
13281345
}
13291346

13301347
.value-proposition-results-title {
@@ -1335,13 +1352,13 @@ main {
13351352
max-width: 800px;
13361353
}
13371354

1338-
.value-proposition-user-selection {
1355+
.value-proposition-user-selection{
13391356
max-width: 770px;
13401357
border-radius: 20px;
13411358
background-color: rgba(255, 255, 255, 0.5);
13421359
border: 1px solid white;
13431360
box-shadow: 0 2px 6px 0 rgba(13, 10, 44, 0.08);
1344-
backdrop-filter: blur(2px);
1361+
position: relative;
13451362
}
13461363

13471364
.value-proposition-label {

0 commit comments

Comments
 (0)