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(Tooltip): make the Top as the default position to show tooltip #2298

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

capdiem
Copy link
Contributor

@capdiem capdiem commented Dec 26, 2024

Resolves #2291

@capdiem capdiem requested a review from Copilot December 26, 2024 16:29

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/Masa.Blazor/Components/Tooltip/MTooltip.razor.cs:139

  • [nitpick] The enum name 'Position' is too generic and might clash with other classes or enums named 'Position' in the codebase. Consider renaming it to 'TooltipPosition'.
internal enum Position

src/Masa.Blazor/Components/Tooltip/MTooltip.razor.cs:40

  • The new behavior introduced by the 'ComputedPosition' property should be covered by tests to ensure it works as expected.
private Position ComputedPosition
@capdiem capdiem changed the title 🆕 (Tooltip): make the Top as the default position to show tooltip feat(Tooltip): make the Top as the default position to show tooltip Dec 26, 2024
@Qinyouzeng Qinyouzeng merged commit cbbae9a into main Dec 27, 2024
1 check passed
@Qinyouzeng Qinyouzeng deleted the feature/tooltip-default-top branch December 27, 2024 07:16
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.

[Feature Request] Tooltip: set Top as the default position
2 participants