Skip to content

Commit 497567e

Browse files
1011302: removed the favicon.png
1 parent f652022 commit 497567e

4 files changed

Lines changed: 5 additions & 97 deletions

File tree

Gantt/IntegrationWithNet10/Binding SQLite using GraphQL Adaptor/Blazor Web app/GanttGraphQL/Components/Layout/MainLayout.razor

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
@inherits LayoutComponentBase
22

3-
<div class="page">
4-
5-
<main>
6-
3+
<div class="page">
4+
<main>
75
<article class="content px-4">
86
@Body
97
</article>

Gantt/IntegrationWithNet10/Binding SQLite using GraphQL Adaptor/Blazor Web app/GanttGraphQL/Components/Layout/MainLayout.razor.css

Lines changed: 0 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -7,92 +7,3 @@
77
main {
88
flex: 1;
99
}
10-
11-
.sidebar {
12-
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
13-
}
14-
15-
.top-row {
16-
background-color: #f7f7f7;
17-
border-bottom: 1px solid #d6d5d5;
18-
justify-content: flex-end;
19-
height: 3.5rem;
20-
display: flex;
21-
align-items: center;
22-
}
23-
24-
.top-row ::deep a, .top-row ::deep .btn-link {
25-
white-space: nowrap;
26-
margin-left: 1.5rem;
27-
text-decoration: none;
28-
}
29-
30-
.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
31-
text-decoration: underline;
32-
}
33-
34-
.top-row ::deep a:first-child {
35-
overflow: hidden;
36-
text-overflow: ellipsis;
37-
}
38-
39-
@media (max-width: 640.98px) {
40-
.top-row {
41-
justify-content: space-between;
42-
}
43-
44-
.top-row ::deep a, .top-row ::deep .btn-link {
45-
margin-left: 0;
46-
}
47-
}
48-
49-
@media (min-width: 641px) {
50-
.page {
51-
flex-direction: row;
52-
}
53-
54-
.sidebar {
55-
width: 250px;
56-
height: 100vh;
57-
position: sticky;
58-
top: 0;
59-
}
60-
61-
.top-row {
62-
position: sticky;
63-
top: 0;
64-
z-index: 1;
65-
}
66-
67-
.top-row.auth ::deep a:first-child {
68-
flex: 1;
69-
text-align: right;
70-
width: 0;
71-
}
72-
73-
.top-row, article {
74-
padding-left: 2rem !important;
75-
padding-right: 1.5rem !important;
76-
}
77-
}
78-
79-
#blazor-error-ui {
80-
color-scheme: light only;
81-
background: lightyellow;
82-
bottom: 0;
83-
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
84-
box-sizing: border-box;
85-
display: none;
86-
left: 0;
87-
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
88-
position: fixed;
89-
width: 100%;
90-
z-index: 1000;
91-
}
92-
93-
#blazor-error-ui .dismiss {
94-
cursor: pointer;
95-
position: absolute;
96-
right: 0.75rem;
97-
top: 0.5rem;
98-
}

Gantt/IntegrationWithNet10/Binding SQLite using GraphQL Adaptor/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Blazor Gantt with SQLite and GraphQL Adaptor
1+
# Blazor Gantt Chart with SQLite and GraphQL Adaptor
22

33
## Project Overview
44

5-
This repository demonstrates a production-ready pattern for binding **GraphQL** data to **Syncfusion Blazor Gantt** using **Hot Chocolate GraphQL Server**. The sample application provides complete CRUD (Create, Read, Update, Delete) operations, filtering, sorting, Searching and hierarchical parent/child support. The implementation follows industry best practices using GraphQL queries, mutations, resolvers, and a GraphQL adaptor for seamless Gantt Chart functionality.
5+
This repository demonstrates a production-ready pattern for binding **GraphQL** data to **Syncfusion Blazor Gantt Chart** using **Hot Chocolate GraphQL Server**. The sample application provides complete CRUD (Create, Read, Update, Delete) operations, filtering, sorting, searching and hierarchical parent/child support. The implementation follows industry best practices using GraphQL queries, mutations, resolvers, and a GraphQL adaptor for seamless Gantt Chart functionality.
66

77
## Key Features
88

@@ -222,5 +222,4 @@ The `GraphQLAdaptorOptions` in `Home.razor` defines how the Gantt Chart communic
222222

223223
- Change the port numbers in `launchSettings.json` to available ports
224224
- Or identify the process using the port: `Get-Process | Where-Object {$_.Handles -gt 500} | Select-Object Name, Id`
225-
- Update the Gantt Chart connection URL to match the new port
226-
225+
- Update the Gantt Chart connection URL to match the new port

0 commit comments

Comments
 (0)