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(hippy-react): modal visible default true and optional props #3446

Merged
merged 8 commits into from
Aug 28, 2023

Conversation

tomdyqin
Copy link
Contributor

Before submitting a new pull request, please make sure:

  • Test cases have been added/updated/passed for the code you will submit.
  • Documentation has added or updated.
  • Commit message is following the Convention Commit guideline with maximum 72 characters.
  • Squash the repeat code commits, short patches are welcome.

@tomdyqin tomdyqin changed the title Feature/fix modal feat(hippy-react): modal visible default true and optional props Aug 18, 2023
@tomdyqin tomdyqin changed the base branch from v2.17.x to master August 18, 2023 07:08
@github-actions github-actions bot added driver: js size: xs Denotes a PR that changes 0-9 lines labels Aug 18, 2023
@github-actions github-actions bot added size: s Denotes a PR that changes 10-99 lines and removed size: xs Denotes a PR that changes 0-9 lines labels Aug 21, 2023
repeatCount: number;
virtual: any; // TODO: What's it?
repeatCount: number | 'loop';
virtual?: any; // TODO: What's it?
Copy link
Collaborator

Choose a reason for hiding this comment

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

virtual 现在没用到了,可以删掉了

@zealotchen0 zealotchen0 added the action(squash-merge) Squash and merge action label Aug 28, 2023
@hippy-service
Copy link

hippy-service bot commented Aug 28, 2023

🎉 It seems that this pull request has been approved by all required reviewers. But it has more than one normal commit, I will notify admin team member to merge it manually, please wait a moment.

@hippy-actions hippy-actions bot enabled auto-merge (squash) August 28, 2023 07:57
@hippy-actions hippy-actions bot removed the action(squash-merge) Squash and merge action label Aug 28, 2023
@hippy-service
Copy link

hippy-service bot commented Aug 28, 2023

After a quick scan, I have approved workflow to run.

@zealotchen0 zealotchen0 merged commit 8ebadcf into Tencent:master Aug 28, 2023
17 of 20 checks passed
zealotchen0 pushed a commit that referenced this pull request Aug 28, 2023
* fix(hippy-react): modal visible default true and optional props

* fix(hippy-react): repeatCount can be 'loop'

* fix(hippy-react): fix ts declaration

* fix(hippy-react): borderStyle can be none

* fix(hippy-react): flex can be number%

* fix(hippy-react-web): flex style declaration

* fix(hippy-react): remove unused virtual

---------

Co-authored-by: OpenHippy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver: js size: s Denotes a PR that changes 10-99 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants