-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ #255 Add root namespace declaration and local storage clearing func…
…tionality - Added `@namespace Pds.Web` declaration in `App.razor` for better code organization. - Injected `Blazored.LocalStorage.ILocalStorageService` and `IJSRuntime` into `List.razor` to manage local storage. - Implemented a new button in `List.razor` to clear local storage, along with associated confirmation dialog and page reload for user feedback. - Updated the project file `Pds.Web.csproj` to include `RootNamespace` set to `Pds.Web`. ⭐⭐⭐⭐⭐⭐⭐⭐⭐💩
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters