Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Global Navigation Layer #708

Merged
merged 13 commits into from
Jul 11, 2024
Merged

feat: Global Navigation Layer #708

merged 13 commits into from
Jul 11, 2024

Conversation

wzh425
Copy link
Contributor

@wzh425 wzh425 commented Jul 11, 2024

@@ -46,6 +46,7 @@
global using Microsoft.AspNetCore.Components.Forms;
global using Microsoft.AspNetCore.Components.Rendering;
global using Microsoft.AspNetCore.Components.Routing;
global using Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
global using Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage;

Comment on lines +29 to +31
public delegate Task NavLayerChanged();

public event NavLayerChanged? OnNavLayerChanged;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

推荐用 EventHandler

@capdiem capdiem merged commit 676b773 into main Jul 11, 2024
@capdiem capdiem deleted the feat/global-navigation branch July 11, 2024 08:42
capdiem added a commit that referenced this pull request Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants