-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add a new widget and a new feature #66
Open
TempAccountOfMuxue1230
wants to merge
1
commit into
Xiaokang2022:main
Choose a base branch
from
TempAccountOfMuxue1230:add-new-feature
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add a new widget and a new feature #66
TempAccountOfMuxue1230
wants to merge
1
commit into
Xiaokang2022:main
from
TempAccountOfMuxue1230:add-new-feature
Conversation
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
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
|
有没有一种可能,不需要新增控件,优化原有的就行?还是说,你这个有什么特殊的地方? |
Xiaokang2022
added
✨ Enhancement
New feature or request
⏳ Pending
Um, it hasn't been determined yet.
labels
Jan 22, 2025
我去掉了外壳,也就是说Feature必须更改 |
有没有一种可能,外壳可以直接通过指定 |
Feature会报错 |
我有个想法,不如随着“典型自定义”的那几个控件,一起移动到扩展包里去吧? 详细内容见上面链接的中的橙色警告提示框。 |
可以的 |
正式版前不考虑添加新控件,正式版之后再处理该 PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
✨ Enhancement
New feature or request
➕ New Widgets
Do you want to add something new?
💤 Postponed
It was postponed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
This change provides a new button IconOnlyButton, which allows development to place a separate icon only button on the interface.
此更改提供了一个新的按钮IconOnlyButton,这使得开发时可以在界面上放置一个单独的纯图标按钮。
Below are examples:
以下是示例:
Extra Information
This button is not very commonly used, but it is still very handy in some cases.
这个按钮虽然不是非常常用,但部分情况下还是非常方便的。
PR Checklist
The PR doesn't duplicate another PR which is already open
"closes #0000"
is in the body of the PR description to link the related issueNew or changed code has been tested
When it comes to API modifications, the docstrings of related classes or functions are also modified
I have read the contribution guide and followed all the instructions