Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions webapp/server/AppointmentPlanner/AppointmentPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Charts" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Notifications" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Schedule" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Charts" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Notifications" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Schedule" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="32.1.19" />
</ItemGroup>

</Project>
16 changes: 13 additions & 3 deletions webapp/server/AppointmentPlanner/Components/App.razor
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE html>
@inject NavigationManager Urihelper
<!DOCTYPE html>
<html lang="en">

<head>
<!-- Google Tag Manager -->
<!-- Google Tag Manager -->
<!-- Load GTM-P3WXFWCW immediately on page load -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
Expand All @@ -20,6 +22,7 @@
<meta name="description" content="Appointment Planner is a single page application for demonstrating Syncfusion Blazor Components features in a real-world scenario with dashboard like layout." />
<title>Appointment Planner - Syncfusion Blazor Components Showcase App</title>
<base href="/" />
<link href=@Urihelper.Uri rel="canonical" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="shortcut icon" href="favicon.ico" />
<link href="_content/Syncfusion.Blazor.Themes/bootstrap.css" rel="stylesheet" />
Expand Down Expand Up @@ -57,7 +60,14 @@
<body class="e-app-mainpage">
<Routes @rendermode="@InteractiveServer" />
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WLQL39J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!--Page Load-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3WXFWCW" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!--Interaction-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W8WD8WN" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div hidden id="sync-analytics" data-queue="Syncfusion - Showcase - Blazor - AppointmentPlanner"></div>
<script src="_framework/blazor.web.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Charts" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Notifications" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Schedule" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="31.1.17" />
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Charts" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Notifications" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Schedule" Version="32.1.19" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="32.1.19" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE html>
@inject NavigationManager Urihelper
<!DOCTYPE html>
<html lang="en">

<head>
<!-- Google Tag Manager -->
<!-- Load GTM-P3WXFWCW immediately on page load -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
Expand All @@ -11,13 +13,33 @@
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WLQL39J');</script>
<!-- End Google Tag Manager -->
})(window, document, 'script', 'dataLayer', 'GTM-P3WXFWCW');
</script>
<!-- Load GTM-W8WD8WN on user interaction -->
<script>
document.addEventListener("DOMContentLoaded", function () {
const events = ["mousemove", "scroll", "keydown", "touchstart"];
function loadGTM() {
events.forEach(event => document.removeEventListener(event, loadGTM));
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-W8WD8WN');
}
events.forEach(event => document.addEventListener(event, loadGTM, { once: true }));
});
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Appointment Planner is a SPA for demonstrating Syncfusion Blazor WebAssembly Components features in a real-world scenario with dashboard like layout." />
<title>Appointment Planner | Blazor WebAssembly showcase app | Syncfusion</title>
<base href="/" />
<link href=@Urihelper.Uri rel="canonical" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link rel="shortcut icon" href="/favicon.ico" />
<link href="_content/Syncfusion.Blazor.Themes/bootstrap.css" rel="stylesheet" />
Expand Down Expand Up @@ -54,7 +76,14 @@

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WLQL39J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!--Page Load-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3WXFWCW" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!--Interaction-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W8WD8WN" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<Routes @rendermode="@InteractiveWebAssembly" />
<div hidden id="sync-analytics" data-queue="Syncfusion - Showcase - Blazor - AppointmentPlanner"></div>
Expand Down
Loading