-
Notifications
You must be signed in to change notification settings - Fork 33
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
refactor: improve project sharing UX #882
Conversation
6e02d3e
to
7139ea4
Compare
7139ea4
to
9be2eb6
Compare
9be2eb6
to
416e552
Compare
resolved: [] | ||
}>() | ||
|
||
const form = useForm({}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这边用 UIForm
、UIFormItem
是为了复用它的样式吗
要是没有用到它们的样式,建议不去依赖它们了;目前它们的功能及接口主要是针对带校验、可提交的表单设计的,比如这里构造一个空的 form 再传入就显得有点多余
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,我来改下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes goplus#847 Fixes goplus#848 Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
416e552
to
2cfac80
Compare
The PR environment is ready, please check the PR environment [Attention]: This environment will be automatically cleaned up after a certain period of time., please make sure to test it in time. If you have any questions, please contact the builder team. |
Fixes #847
Fixes #848