Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(dropdown): [dropdown] add visible attribute to support user-defined panel display. #2774

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

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

chenxi-20
Copy link
Collaborator

@chenxi-20 chenxi-20 commented Jan 10, 2025

image

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Summary by CodeRabbit

Release Notes

  • New Features

    • Added manual control for dropdown visibility using the v-model:visible property.
    • Introduced new Vue components for dropdown visibility management.
    • Added a new demo showcasing visibility control.
  • Improvements

    • Enhanced dropdown component with more flexible visibility management.
    • Added support for programmatically showing and hiding dropdown menus.
  • Documentation

    • Updated dropdown component documentation with new visibility control examples.
  • Testing

    • Added new test cases for dropdown visibility interactions.

@chenxi-20 chenxi-20 added the feature 新功能 label Jan 10, 2025
Copy link

coderabbitai bot commented Jan 10, 2025

Warning

Rate limit exceeded

@chenxi-20 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 47 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between d77aaff and 43fb544.

📒 Files selected for processing (4)
  • examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.spec.ts (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.vue (1 hunks)
  • packages/vue/src/dropdown/src/pc.vue (4 hunks)

Walkthrough

This pull request introduces a new v-model:visible property for the dropdown component, enabling manual control over its visibility. The changes span multiple files across the project, including API definitions, demo components, test cases, and renderless implementation. The modification allows developers to explicitly manage the dropdown's display state, taking precedence over the existing trigger property and providing more granular control over the component's behavior.

Changes

File Change Summary
examples/sites/demos/apis/dropdown.js Added v-model:visible prop with boolean type and default false
examples/sites/demos/pc/app/dropdown/visible-composition-api.vue New Composition API component demonstrating dropdown visibility control
examples/sites/demos/pc/app/dropdown/visible.vue New Vue component with manual dropdown visibility management
examples/sites/demos/pc/app/dropdown/visible.spec.ts Added test case for manual dropdown visibility control
examples/sites/demos/pc/app/dropdown/webdoc/dropdown.js Added new demo entry for visibility feature
packages/renderless/src/dropdown/index.ts Updated method signatures to include emit for visibility events
packages/renderless/types/dropdown.type.ts Added visibleIsBoolean and trigger properties to dropdown state
packages/vue/src/dropdown/src/index.ts Added visible prop to dropdown props
packages/vue/src/dropdown/src/pc.vue Added visible prop and update:visible event

Sequence Diagram

sequenceDiagram
    participant User
    participant Button
    participant Dropdown
    User->>Button: Click to show/hide
    Button->>Dropdown: Toggle visibility
    Dropdown-->>User: Update visibility state
Loading

Possibly related PRs

Suggested reviewers

  • zzcr

Poem

🐰 Dropdown's dance of hide and show,
A boolean waltz, now smooth and slow.
Click to reveal, click to conceal,
Visibility's magic, a developer's zeal!
Tiny UI's rabbit hops with glee! 🎉


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the enhancement New feature or request (功能增强) label Jan 10, 2025
Copy link

  • Walkthrough: This PR introduces a new visible attribute to the dropdown component, allowing users to manually control the display of the dropdown panel. This attribute takes precedence over the existing trigger mechanism.
  • Changes:
    File Summary
    examples/sites/demos/apis/dropdown.js Added v-model:visible attribute to control dropdown visibility manually.
    examples/sites/demos/pc/app/dropdown/visible-composition-api.vue, examples/sites/demos/pc/app/dropdown/visible.vue Implemented examples demonstrating the new visible attribute.
    examples/sites/demos/pc/app/dropdown/visible.spec.ts Added tests for manual visibility control of the dropdown.
    examples/sites/demos/pc/app/dropdown/webdoc/dropdown.js Documented the new visible attribute feature.
    packages/renderless/src/dropdown/index.ts, packages/renderless/src/dropdown/vue.ts Updated logic to handle the visible attribute, ensuring it takes precedence over triggers.
    packages/renderless/types/dropdown.type.ts Updated type definitions to include visibleIsBoolean.
    packages/vue/src/dropdown/src/index.ts, packages/vue/src/dropdown/src/pc.vue Added visible prop to the dropdown component.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🧹 Nitpick comments (5)
examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (2)

22-39: Add type safety and improve variable naming.

Consider the following improvements:

  1. Add TypeScript interface for menu items
  2. Use more descriptive variable names (e.g., menuItems instead of options)
  3. Consider extracting menu items to a shared constant for consistency between demos

Example implementation:

interface MenuItem {
  label: string;
  disabled?: boolean;
}

const menuItems: MenuItem[] = [
  { label: '黄金糕' },
  { label: '点击我隐藏' },
  { label: '螺蛳粉' },
  { label: '双皮奶' },
  { label: '蚵仔煎' }
]

40-44: Improve event handler naming and type safety.

The itemClick handler could be more descriptive and type-safe.

Example implementation:

interface MenuClickEvent {
  itemData: MenuItem;
}

const handleMenuItemClick = (event: MenuClickEvent) => {
  if (event.itemData.label === '点击我隐藏') {
    visible.value = false
  }
}
examples/sites/demos/pc/app/dropdown/visible.vue (1)

31-47: Extract shared menu items to avoid duplication.

The menu items are duplicated between the Options API and Composition API demos. Consider extracting them to a shared constant.

Create a new file dropdown-constants.ts:

export const MENU_ITEMS = [
  { label: '黄金糕' },
  { label: '点击我隐藏' },
  { label: '螺蛳粉' },
  { label: '双皮奶' },
  { label: '蚵仔煎' }
]
examples/sites/demos/pc/app/dropdown/visible.spec.ts (1)

3-27: Improve test readability and coverage.

Consider the following improvements:

  1. Use English for test descriptions
  2. Extract repeated selectors to constants
  3. Add test cases for edge cases (e.g., rapid toggling, disabled state)

Example implementation:

const SELECTORS = {
  wrapper: '#visible',
  dropdownMenu: 'body > .tiny-dropdown-menu',
  container: '#all-demos-container',
  showButton: 'text=点击显示',
  hideButton: 'text=点击隐藏'
}

test('should support manual visibility control', async ({ page }) => {
  // ... existing test logic with SELECTORS ...
})

test('should handle rapid visibility toggling', async ({ page }) => {
  // ... new test case ...
})

test('should maintain visibility when disabled', async ({ page }) => {
  // ... new test case ...
})
examples/sites/demos/apis/dropdown.js (1)

221-231: LGTM! Consider enhancing the documentation.

The property definition is well-structured and follows Vue's v-model convention. While the description mentions priority over trigger, it would be helpful to add a note in the description about how this property interacts with the trigger property when both are used.

  desc: {
-   'zh-CN': '手动控制下拉弹框显隐,优先级高于trigger',
+   'zh-CN': '手动控制下拉弹框显隐,优先级高于trigger。当设置为true时,trigger属性的hover/click行为将被忽略。',
-   'en-US': 'Manually control the display and hide of the dropdown menu, with priority higher than the trigger'
+   'en-US': 'Manually control the display and hide of the dropdown menu, with priority higher than the trigger. When set to true, the hover/click behavior of the trigger property will be ignored.'
  },
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3502466 and 9609eea.

📒 Files selected for processing (10)
  • examples/sites/demos/apis/dropdown.js (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.spec.ts (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.vue (1 hunks)
  • examples/sites/demos/pc/app/dropdown/webdoc/dropdown.js (1 hunks)
  • packages/renderless/src/dropdown/index.ts (6 hunks)
  • packages/renderless/src/dropdown/vue.ts (3 hunks)
  • packages/renderless/types/dropdown.type.ts (1 hunks)
  • packages/vue/src/dropdown/src/index.ts (1 hunks)
  • packages/vue/src/dropdown/src/pc.vue (4 hunks)
🔇 Additional comments (8)
packages/renderless/types/dropdown.type.ts (2)

23-23: LGTM! Type enhancement for menuItems.

The addition of empty array as a valid type for menuItems improves type safety by explicitly handling the empty state.


31-32: LGTM! Well-structured state properties for visibility control.

The new state properties effectively support the visibility control feature:

  • trigger properly types the activation method
  • visibleIsBoolean tracks external visibility control
packages/vue/src/dropdown/src/pc.vue (1)

219-219: LGTM! Proper conditional directive binding.

The clickoutside directive is correctly conditioned on !state.visibleIsBoolean, ensuring it only applies when visibility isn't externally controlled.

packages/renderless/src/dropdown/vue.ts (2)

64-65: LGTM! Well-implemented computed property.

The visibleIsBoolean computed property effectively determines when visibility is externally controlled.


92-96: LGTM! Proper visibility state management.

The watch logic correctly handles both scenarios:

  • Watches props.visible when externally controlled
  • Falls back to state.visible for internal control
packages/renderless/src/dropdown/index.ts (2)

48-59: LGTM! Robust visibility state management.

The show/hide methods properly handle both scenarios:

  • Emit events when visibility is externally controlled
  • Manage internal state otherwise

Also applies to: 75-86


213-215: LGTM! Proper event initialization.

The initEvent method correctly skips hover/click handlers when visibility is externally controlled, preventing conflicts with the v-model:visible binding.

examples/sites/demos/pc/app/dropdown/webdoc/dropdown.js (1)

114-126: LGTM! Well-structured demo entry.

The demo entry is properly formatted and provides clear descriptions in both languages, accurately explaining the new visible property's functionality and its priority over the trigger property.

@chenxi-20 chenxi-20 changed the title feat(dropdown): [dropdown] The visible attribute is added to support user-defined panel display. feat(dropdown): [dropdown] add visible attribute to support user-defined panel display. Jan 10, 2025
@kagol
Copy link
Member

kagol commented Jan 11, 2025

@chenxi-20 有一个问题,当 visible 默认值设置为 true 时,dropdown 并未自动展开。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


@chenxi-20 There is a problem. When the default value of visible is set to true, dropdown does not expand automatically.

@kagol
Copy link
Member

kagol commented Jan 11, 2025

@chenxi-20 建议增加一个 visible 默认为 true 的 demo,并补充对应的测试用例。

大致如下:

<tiny-dropdown v-model:visible="visible">
  <template #dropdown>
    <tiny-dropdown-menu>...</tiny-dropdown-menu>
  </template>
</tiny-dropdown>
const visible = ref(true)

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


@chenxi-20 suggested adding a demo with visible defaulting to true and adding corresponding test cases.

It's roughly as follows:

<tiny-dropdown v-model:visible="visible">
  <template #dropdown>
    <tiny-dropdown-menu>...</tiny-dropdown-menu>
  </template>
</tiny-dropdown>
const visible = ref(true)

@kagol
Copy link
Member

kagol commented Jan 11, 2025

@chenxi-20 这个demo只是为了演示 v-model:visible,需要移除多余的属性配置:show-icon / item-click / hideOnClick。

如果是为了特殊的演示目的,可以在这个demo下面另设一个关联的demo。

类似以下这样:

image

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


@chenxi-20 This demo is just to demonstrate v-model:visible, and the redundant attribute configuration needs to be removed: show-icon / item-click / hideOnClick.

If it is for special demonstration purposes, you can set up another associated demo below this demo.

Something like this:

image

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (4)
examples/sites/demos/pc/app/dropdown/visible.spec.ts (1)

10-15: Enhance test coverage for visibility transitions.

Consider adding assertions to verify:

  • Transition states during show/hide
  • Dropdown content visibility
  • Accessibility attributes (aria-expanded, aria-hidden)
examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (1)

18-21: Consider adopting TypeScript for better type safety.

Adding TypeScript would provide better type checking and developer experience. Consider:

  • Renaming the file to .vue.ts
  • Adding type annotations for props and events
packages/renderless/src/dropdown/index.ts (2)

Line range hint 63-86: Consider extracting common patterns.

The show/hide functions share similar patterns. Consider:

  • Extracting timeout handling into a separate function
  • Creating constants for common values
+const CLICK_TIMEOUT = 0;
+const handleVisibilityTimeout = (callback, trigger, timeout) => {
+  clearTimeout(Number(state.timeout));
+  state.timeout = setTimeout(
+    callback,
+    trigger === 'click' ? CLICK_TIMEOUT : timeout
+  );
+};

Line range hint 269-290: Document the visibility control flow.

The mounted hook handles different visibility scenarios, but the logic flow could be clearer. Consider adding JSDoc comments to explain:

  • When visibleIsBoolean is used
  • The purpose of broadcasting initial visibility
  • The relationship between is-disabled and clickOutside
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3a6bc2e and 89c7052.

📒 Files selected for processing (5)
  • examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.spec.ts (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.vue (1 hunks)
  • packages/renderless/src/dropdown/index.ts (7 hunks)
  • packages/renderless/src/dropdown/vue.ts (3 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • examples/sites/demos/pc/app/dropdown/visible.vue
  • packages/renderless/src/dropdown/vue.ts
🔇 Additional comments (6)
examples/sites/demos/pc/app/dropdown/visible.spec.ts (2)

8-8: Consider using a more reliable visibility check.

The locator body > .tiny-dropdown-menu with visible=true might not be reliable for checking visibility. Consider using CSS properties or specific visibility classes instead.


16-17: Verify intended behavior for outside clicks.

The test expects the dropdown to remain visible when clicking outside. This differs from typical dropdown patterns where outside clicks close the dropdown. Please confirm if this is the intended behavior.

examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (2)

1-16: Well-structured template implementation!

The template follows Vue 3 composition API best practices with proper v-model binding and slot usage.


22-22: Review initial visibility state.

Setting visible to true initially means the dropdown will be open on mount. Consider:

  • Setting initial state to false for better UX
  • Adding a prop to control initial visibility
✅ Verification successful

Review initial visibility state.

The review comment is valid. Other dropdown and select components in the codebase don't initialize their visibility state as true. Instead, they use:

  • Props like automatic-dropdown to control visibility
  • Internal state management
  • Event-based visibility control

Setting visible to true initially is inconsistent with the codebase patterns and could lead to unexpected behavior.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if other dropdown components follow similar patterns
ast-grep --pattern 'const visible = ref($value)'

Length of output: 50


Script:

#!/bin/bash
# Find dropdown-related files
fd dropdown -e vue

# Search for visibility ref patterns in Vue files
rg "const.*visible.*=.*ref\(" -t vue

Length of output: 881


Script:

#!/bin/bash
# Check content of composition API dropdown files
cat "examples/sites/demos/pc/app/base-select/automatic-dropdown-composition-api.vue" "examples/sites/demos/pc/app/grid/operation-column/dropdown-composition-api.vue" "examples/sites/demos/pc/app/select/automatic-dropdown-composition-api.vue"

Length of output: 5198

packages/renderless/src/dropdown/index.ts (2)

42-59: Clean implementation of visibility control!

The separation between controlled (boolean) and uncontrolled visibility states is well-implemented.


96-101: Ensure consistent event values.

The handle-click event emits different values based on visibleIsBoolean. This might cause confusion for consumers. Consider:

  • Documenting this behavior clearly
  • Normalizing the event value to be consistent

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
examples/sites/demos/pc/app/dropdown/visible.vue (1)

1-16: Simplify the demo to focus on v-model:visible functionality

Following the PR comments, the demo should focus solely on demonstrating the v-model:visible binding. Consider these improvements:

  1. Remove the redundant item-data prop
  2. Consider internationalizing the text "点击显示/隐藏"
  3. The manual click handler may be unnecessary since v-model:visible provides two-way binding
<template>
  <tiny-dropdown v-model:visible="visible">
-    <div @click="handleClick">点击{{ visible ? '隐藏' : '显示' }}</div>
+    <div>{{ visible ? 'Hide' : 'Show' }}</div>
    <template #dropdown>
      <tiny-dropdown-menu>
        <tiny-dropdown-item
          v-for="(item, index) in options"
          :key="index"
          :label="item.label"
-          :item-data="item"
          :disabled="item.disabled"
        ></tiny-dropdown-item>
      </tiny-dropdown-menu>
    </template>
  </tiny-dropdown>
</template>
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 89c7052 and d77aaff.

📒 Files selected for processing (3)
  • examples/sites/demos/pc/app/dropdown/visible-composition-api.vue (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.spec.ts (1 hunks)
  • examples/sites/demos/pc/app/dropdown/visible.vue (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • examples/sites/demos/pc/app/dropdown/visible.spec.ts
  • examples/sites/demos/pc/app/dropdown/visible-composition-api.vue
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: PR Unit Test
🔇 Additional comments (1)
examples/sites/demos/pc/app/dropdown/visible.vue (1)

29-29: Verify the default visible behavior

Per kagol's comment, please verify that setting visible: true by default correctly expands the dropdown automatically.

✅ Verification successful

Default visible behavior is correctly implemented
The implementation sets visible: true by default and the test suite confirms the dropdown starts in an expanded state, with the toggle button showing "点击隐藏" (Click to hide).

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for tests verifying the default visible behavior
rg -l "visible.*true" examples/sites/demos/pc/app/dropdown/visible.spec.ts

Length of output: 129


Script:

#!/bin/bash
# Get the content of both implementation and test files
echo "=== visible.vue content ==="
cat examples/sites/demos/pc/app/dropdown/visible.vue
echo -e "\n=== visible.spec.ts content ==="
cat examples/sites/demos/pc/app/dropdown/visible.spec.ts

Length of output: 2104

@chenxi-20 chenxi-20 force-pushed the feat/dropdown-visible-20250107 branch from d77aaff to 13d20d1 Compare January 13, 2025 07:27
@chenxi-20 chenxi-20 force-pushed the feat/dropdown-visible-20250107 branch from 13d20d1 to 43fb544 Compare January 13, 2025 07:39
@kagol kagol merged commit ab0b14b into dev Jan 15, 2025
7 of 10 checks passed
@kagol kagol deleted the feat/dropdown-visible-20250107 branch April 14, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request (功能增强) feature 新功能
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants