This website requires JavaScript.
Explore
Help
Sign In
kevin
/
BlazorDeepDive
Archived
Watch
1
Star
0
Fork
0
You've already forked BlazorDeepDive
Code
This repository has been archived on
2026-03-15
. You can view files and clone it, but cannot push or open issues or pull requests.
BlazorDeepDive
/
ServerManagement
/
Components
/
Controls
History
Kevin Matsubara
f2b9daac52
Initialize servers in OnAfterRender.
2025-03-29 16:45:16 +01:00
..
Generic
Create templated generic Repeater component for server list items.
2025-03-28 20:56:05 +01:00
CityComponent.razor
Move city into its own component and use EventCallback to bubble events when a city is clicked to be handled by the parents of the component.
2025-03-27 12:05:31 +01:00
CityComponent.razor.css
Move city into its own component and use EventCallback to bubble events when a city is clicked to be handled by the parents of the component.
2025-03-27 12:05:31 +01:00
CityListComponent.razor
Add Dispose function to CityListComponent.
2025-03-29 16:34:07 +01:00
SearchBarComponent.razor
Allow HTML attributes on SearchBar.
2025-03-28 23:20:00 +01:00
SearchBarComponent.razor.css
Change input field widths using CSS isolation.
2025-03-27 22:49:26 +01:00
ServerComponent.razor
Replace ul with table for server items.
2025-03-28 21:07:32 +01:00
ServerListComponent.razor
Initialize servers in OnAfterRender.
2025-03-29 16:45:16 +01:00
ToDoItemComponent.razor
Create component for to-do item.
2025-03-29 11:54:29 +01:00
ToDoItemListComponent.razor
Create component for to-do item.
2025-03-29 11:54:29 +01:00