Skip to content

Commit d2cfedb

Browse files
committed
Remove Blazor WASM
1 parent 63c21d4 commit d2cfedb

13 files changed

+307
-167
lines changed

MyApp/Pages/Blazor.cshtml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,6 @@ const App = {
133133
</ProjectTemplate>
134134
<a class="text-slate-500 hover:text-slate-800 dark:hover:text-slate-100 font-semibold block text-sm" href="https://blazor-vue.web-templates.io">blazor-vue.web-templates.io</a>
135135
</div>
136-
<div>
137-
<ProjectTemplate :name="name" repo="NetCoreTemplates/blazor-wasm" :tags="['ssr','auto']">
138-
<div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Blazor WASM</div>
139-
<template #icon>
140-
<img class='w-12 h-12' src="/img/svgs/blazor.svg">
141-
</template>
142-
</ProjectTemplate>
143-
<a class="text-slate-500 hover:text-slate-800 dark:hover:text-slate-100 font-semibold block text-sm" href="https://blazor-wasm.web-templates.io">blazor-wasm.web-templates.io</a>
144-
</div>
145136
</div>
146137
</div>
147138
</section>`,

MyApp/Pages/Litestream.cshtml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,6 @@ const App = {
247247
<div id="spa" class="mt-4 mb-2">
248248
<h3 class="text-gray-400 text-xl mb-2">SPA Templates</h3>
249249
<div class="flex flex-wrap justify-center">
250-
<div>
251-
<ProjectTemplate :name="name" repo="NetCoreTemplates/blazor-wasm" :mix="tagsFor('blazor-wasm')" :tags="['autoquery','auth']">
252-
<div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Blazor WASM</div>
253-
<template #icon>
254-
<svg class="w-12 h-12 text-indigo-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-2.67 0-4.33 1.33-5 4c1-1.33 2.17-1.83 3.5-1.5c.76.19 1.31.74 1.91 1.35c.98 1 2.09 2.15 4.59 2.15c2.67 0 4.33-1.33 5-4c-1 1.33-2.17 1.83-3.5 1.5c-.76-.19-1.3-.74-1.91-1.35C15.61 7.15 14.5 6 12 6m-5 6c-2.67 0-4.33 1.33-5 4c1-1.33 2.17-1.83 3.5-1.5c.76.19 1.3.74 1.91 1.35C8.39 16.85 9.5 18 12 18c2.67 0 4.33-1.33 5-4c-1 1.33-2.17 1.83-3.5 1.5c-.76-.19-1.3-.74-1.91-1.35C10.61 13.15 9.5 12 7 12Z"/></svg>
255-
</template>
256-
</ProjectTemplate>
257-
</div>
258250
<div>
259251
<ProjectTemplate :name="name" repo="NetCoreTemplates/vue-vite" :mix="tagsFor('vue-vite')" :tags="['autoquery','auth']">
260252
<div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Vue Vite</div>
@@ -329,7 +321,6 @@ const App = {
329321
"vue-ssg": "jamstack-litestream",
330322
"vue-vite": "jamstack-litestream",
331323
"blazor": "blazor-litestream",
332-
"blazor-wasm": "blazor-litestream",
333324
"blazor-vue": "blazor-litestream",
334325
}
335326

MyApp/Pages/Shared/Blazor/Tailwind.cshtml

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2,90 +2,6 @@
22

33
<a id="tailwind"></a>
44

5-
<div class="bg-white dark:bg-black pb-8 pb-12">
6-
<div class="pt-8 overflow-hidden sm:pt-12 lg:relative lg:py-48">
7-
<div class="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:px-8 lg:max-w-7xl lg:grid lg:grid-cols-2 lg:gap-24">
8-
<div>
9-
<div>
10-
<img class="h-16 w-auto" src="img/pages/blazor/logo.svg" alt="Northwind Logo">
11-
</div>
12-
<div class="mt-20">
13-
<div>
14-
<a href="https://blazor-wasm.web-templates.io" class="inline-flex space-x-4">
15-
<span
16-
class="rounded bg-purple-50 dark:bg-purple-900 px-2.5 py-1 text-xs font-semibold text-purple-600 dark:text-purple-300 tracking-wide uppercase">
17-
What's new </span>
18-
<span class="inline-flex items-center text-sm font-medium text-purple-600 dark:text-purple-300 space-x-1">
19-
<span>Live Demo</span>
20-
<svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
21-
fill="currentColor" aria-hidden="true">
22-
<path fill-rule="evenodd"
23-
d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
24-
clip-rule="evenodd" />
25-
</svg>
26-
</span>
27-
</a>
28-
</div>
29-
<div class="mt-6 sm:max-w-xl">
30-
<h1 class="text-4xl font-extrabold text-gray-900 dark:text-gray-50 tracking-tight sm:text-5xl">
31-
Blazor WASM Tailwind Template
32-
</h1>
33-
<p class="mt-6 text-xl text-gray-500">
34-
The feature-rich Blazor WASM Tailwind template us ideal for teams with strong C# skills
35-
building Line Of Business (LOB) applications
36-
who prefer utilizing Tailwind's modern utility-first CSS design system to create beautiful,
37-
instant-loading Blazor WASM Apps.
38-
</p>
39-
</div>
40-
41-
<div class="mt-6 flex">
42-
<div class="rounded-md shadow">
43-
<a href="https://docs.servicestack.net/templates-blazor-tailwind" target="_blank"
44-
class="flex hover:no-underline px-5 py-3 border border-transparent text-base font-medium rounded-md text-gray-900 dark:text-gray-50 bg-white dark:bg-gray-800 hover:bg-gray-50 dark:hover:bg-gray-900">
45-
Learn More
46-
</a>
47-
</div>
48-
</div>
49-
50-
</div>
51-
</div>
52-
</div>
53-
54-
<div class="sm:mx-auto sm:max-w-3xl sm:px-6">
55-
<div class="py-12 sm:relative sm:mt-12 sm:py-16 lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
56-
<div class="hidden sm:block">
57-
<div
58-
class="absolute inset-y-0 left-1/2 w-screen bg-gray-50 dark:bg-gray-900 rounded-l-3xl lg:left-80 lg:right-0 lg:w-full">
59-
</div>
60-
<svg class="absolute top-8 right-1/2 -mr-3 lg:m-0 lg:left-0" width="404" height="392" fill="none"
61-
viewBox="0 0 404 392">
62-
<defs>
63-
<pattern id="837c3e70-6c3a-44e6-8854-cc48c737b659" x="0" y="0" width="20" height="20"
64-
patternUnits="userSpaceOnUse">
65-
<rect x="0" y="0" width="4" height="4" class="text-gray-200 dark:text-gray-700" fill="currentColor" />
66-
</pattern>
67-
</defs>
68-
<rect width="404" height="392" fill="url(#837c3e70-6c3a-44e6-8854-cc48c737b659)" />
69-
</svg>
70-
</div>
71-
<div class="relative pl-4 -mr-40 sm:mx-auto sm:max-w-3xl sm:px-0 lg:max-w-none lg:h-full lg:pl-12">
72-
<a href="https://blazor-wasm.web-templates.io">
73-
<img class="w-full rounded-md shadow-xl ring-1 ring-black/5 lg:h-full lg:w-auto lg:max-w-none"
74-
src="/img/pages/blazor/blazor-wasm-tailwind-template.png" alt="">
75-
</a>
76-
</div>
77-
</div>
78-
</div>
79-
</div>
80-
</div>
81-
82-
@await Html.PartialAsync("VideoFeature", new Shared.VideoFeature {
83-
TitleTop = "Beautiful <span class='text-purple-600'>Blazor WASM Apps</span>",
84-
TitleBottom = "<span style='color:#44A8B3'>with Tailwind</span>",
85-
Subtitle = "Preview the highly productive development model of the new Blazor Tailwind template showing how easy it is to utilize beautifully designed components",
86-
YoutubeId = "U_LflAxz1z0",
87-
})
88-
895
<div class="relative bg-white dark:bg-black py-8 sm:py-16 lg:py-32">
906
<div class="mx-auto max-w-md px-4 text-center sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8">
917

0 commit comments

Comments
 (0)