Add public link display#1670
Conversation
💥 Acceptance tests failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4489/12
|
abb96bb to
73a4754
Compare
💥 Acceptance tests webUINotifications failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4503/5
|
💥 Acceptance tests webUIFavorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4503/2
|
💥 Acceptance tests failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4503/13
|
💥 Acceptance tests failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4503/12
|
💥 Acceptance tests webUIFiles failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4503/3
|
73a4754 to
582d413
Compare
| <h2 class="oc-login-card-title"><translate>This resource is password-protected.</translate></h2> | ||
|
|
||
| <oc-text-input type="password" v-model="password" :placeholder="passwordPlaceholder"></oc-text-input> | ||
| <br> |
There was a problem hiding this comment.
Remove those br tags and replace it with a margin class pls in the input. This would make it harder to theme.
There was a problem hiding this comment.
how can I apply the margin? which class shall I use? THX
There was a problem hiding this comment.
For adding uk-margin- and then size (small, medium, large, xlarge or without a size and it will get default) then you can also assign direction (top, right, bottom, left or no direction for giving it to all of them). Work also for removing margin uk-margin-remove- and again direction or no direction for all of them.
| el.setAttribute('src', 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=') | ||
|
|
||
| this.mediaSource(binding.value).then(dataImage => { | ||
| _mediaSource(binding.value).then(dataImage => { |
There was a problem hiding this comment.
Could have been done by introducing vnode as param next to binding and then replacing this with vnode.context but I guess it doesn't really matter if it's that or this solution.
There was a problem hiding this comment.
I did not deeper look into vue plugins - the only thing I know - this.mediaSource does not work ;-)
There was a problem hiding this comment.
Sure, no worries, just mentioning it as another option how to do that 😉
582d413 to
7fec912
Compare
💥 Acceptance tests webUITrashbin failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/4512/10
|
|
@DeepDiver1975 I don't really like the margin for all directions on the button. Rather use just the direction you need. I proposed you there small change. If you don't want them, feel free to merge without them 😉 |
ecb7dee to
4039975
Compare











































































Description
Adding public link display - following cases are implemented:
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: