This website requires JavaScript.
Explore
Help
Sign In
kevin
/
BlazorDeepDive
Watch
1
Star
0
Fork
0
You've already forked BlazorDeepDive
Code
BlazorDeepDive
/
ServerManagement
/
Components
/
Controls
History
Kevin Matsubara
21e24945fd
Change input field widths using CSS isolation.
2025-03-27 22:49:26 +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
Clear city selection using a component reference.
2025-03-27 21:36:53 +01:00
SearchBarComponent.razor
Change input field widths using CSS isolation.
2025-03-27 22:49:26 +01:00
SearchBarComponent.razor.css
Change input field widths using CSS isolation.
2025-03-27 22:49:26 +01:00
ServerComponent.razor
Display random amount of online users if a server is online.
2025-03-27 22:22:08 +01:00
ServerListComponent.razor
Move Search bar into its own component.
2025-03-27 12:32:42 +01:00