Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 31, 2023
2 parents 0b2b1a5 + f3bbe82 commit 659667a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 305 deletions.
20 changes: 0 additions & 20 deletions MyApp.ServiceInterface/Data/Contact.cs

This file was deleted.

39 changes: 0 additions & 39 deletions MyApp.ServiceInterface/TodosServices.cs

This file was deleted.

46 changes: 0 additions & 46 deletions MyApp.ServiceModel/Todos.cs

This file was deleted.

30 changes: 0 additions & 30 deletions MyApp.ServiceModel/Types/Contact.cs

This file was deleted.

3 changes: 0 additions & 3 deletions MyApp/Components/Shared/Header.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
<li class="relative flex flex-wrap just-fu-start m-0">
<NavLink href="weather" class="p-4 flex items-center justify-start mw-full hover:text-sky-500 dark:hover:text-sky-400" ActiveClass="text-blue-700 dark:text-blue-300">Weather</NavLink>
</li>
<li class="relative flex flex-wrap just-fu-start m-0">
<NavLink href="todomvc" class="p-4 flex items-center justify-start mw-full hover:text-sky-500 dark:hover:text-sky-400" ActiveClass="text-blue-700 dark:text-blue-300">Todos</NavLink>
</li>
<li class="relative flex flex-wrap just-fu-start m-0">
<NavLink href="secure/bookings" class="p-4 flex items-center justify-start mw-full hover:text-sky-500 dark:hover:text-sky-400" ActiveClass="text-blue-700 dark:text-blue-300">Bookings</NavLink>
</li>
Expand Down
2 changes: 1 addition & 1 deletion MyApp/Pages/Docs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
else
{
<div class="mt-3 mb-20 mx-auto max-w-fit">
<div class="mt-8 mb-20 mx-auto max-w-screen-md">
@if (error != null)
{
<ErrorSummary Status=@error />
Expand Down
33 changes: 0 additions & 33 deletions MyApp/Pages/TodoMvc.razor

This file was deleted.

133 changes: 0 additions & 133 deletions MyApp/wwwroot/pages/TodoMvc.mjs

This file was deleted.

0 comments on commit 659667a

Please sign in to comment.