Skip to content

feat(ui5-busyindicator): initial implementation #416

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 18 commits into from
May 31, 2019
Merged

Conversation

fifoosid
Copy link
Contributor

No description provided.

@fifoosid
Copy link
Contributor Author

Fixes #371

* @defaultvalue false
* @public
*/
invisible: { type: Boolean, defaultValue: false },
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe call this "hide"? I guess it's the reverse of "visible" from openui5

Copy link
Contributor

Choose a reason for hiding this comment

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

Another thought, can they easily use browser API for this? (display: none, etc...)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I prefer to keep the property and rename it to hide because the usage in frameworks will be smoother

@fifoosid fifoosid dismissed vladitasev’s stale review May 22, 2019 12:08

Requested changes are done

@keyframes grow {
0%, 50%, 100% {
-webkit-transform: scale( 1.0);
-moz-transform: scale( 1.0);
Copy link
Member

Choose a reason for hiding this comment

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

In the old days that was indeed necessarily, but could you check if all the browser prefixed properties are still needed (we do not support opera for sure)

@ilhan007 ilhan007 changed the title feat(ui5-busy-indicator): initial implementation feat(ui5-busyindicator): initial implementation May 29, 2019
@fifoosid fifoosid merged commit 6b6b544 into master May 31, 2019
@fifoosid fifoosid deleted the busy-indicator branch May 31, 2019 06:58
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.

3 participants