ASP.NET Core Blazor WebAssembly App
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Moved Map component, deliveryMap.js and static files to library project. Implemented Lazy Loading for maps.
f7d8898View on GitHubAdded possibility to add profile picture when adding new employee
2ad7fc2View on GitHubAdded "Add new employee" component on NavMenu and "Edit employee" button on Employee Card. Added ApplicationState (to share state between components).
aeed5bfView on GitHubConnected with API on which Blazor App will be hosted. Configured HttpClient(HttpClientFactory). Added EmployeeDataService.
1661e3cView on GitHubAdded widgets using DynamicComponent, profile picture using RenderFragment.
65dfdd2View on GitHubAdded QuickViewPopup component and EmployeeDetail page. Used NavigationManager to navigate between components.
6e62a70View on GitHubAdded EmployeeCard component nested in EmployeeOverview
ef40a53View on GitHub