-
Notifications
You must be signed in to change notification settings - Fork 156
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 set as space img/md action #6410
Conversation
Results for oCISFiles1 https://drone.owncloud.com/owncloud/web/22636/55/1
|
b8a7042
to
22559b3
Compare
packages/web-app-files/src/mixins/spaces/actions/setSpaceImage.js
Outdated
Show resolved
Hide resolved
b957971
to
0f60588
Compare
e856d42
to
a990545
Compare
458852c
to
00146b5
Compare
Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/22853/15/1
|
Results for oCISSharingInternal1 https://drone.owncloud.com/owncloud/web/22856/59/1 |
Results for oC10iPhone1 https://drone.owncloud.com/owncloud/web/22858/48/1 |
Results for oC10iPhone2 https://drone.owncloud.com/owncloud/web/22858/49/1 |
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/22860/67/1
|
Results for oCISSharingPerm3 https://drone.owncloud.com/owncloud/web/22868/65/1 |
Results for oCISSharingInternal1 https://drone.owncloud.com/owncloud/web/22868/59/1 |
Results for oCISSharingInternal3 https://drone.owncloud.com/owncloud/web/22868/61/1 |
Results for oCISSharingAutocompletion https://drone.owncloud.com/owncloud/web/22868/62/1 |
Results for oCISTrashbinUploadMoveJourney https://drone.owncloud.com/owncloud/web/22892/69/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
9aae261
to
a8137c9
Compare
Results for oC10iPhone2 https://drone.owncloud.com/owncloud/web/22928/49/1 |
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.
Thanks for that nice pr!
I’ve found some smaller things:
- in dark-mode the textarea looks a bit strange (border & text-color)
- editDescription uses ‚subtitle‘ instead of description for gettext
- editReadmeContent uses ‚description‘ instead of readme for gettext
- then vs. await
it looks promising
packages/web-app-files/src/mixins/spaces/actions/editDescription.js
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/mixins/spaces/actions/editReadmeContent.js
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/mixins/spaces/actions/editReadmeContent.js
Outdated
Show resolved
Hide resolved
set initially focused element for space description modal
638b64a
to
db8d348
Compare
Results for oCISFiles1 https://drone.owncloud.com/owncloud/web/23088/55/1
|
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/23088/60/1
|
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/23088/67/1
|
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.
Some things I found during review:
Visual:
- button which is an overlay on the space image in the right sidebar covers a good part of the image and feels off/misplaced, see screenshot. IMO not needed there, sufficient to have it in all the context menus and in the
Actions
section of the right sidebar
Git history / PR scope (because you asked for the feedback ❤️ no blockers for merging, but appreciated if you invest the time)
- commits
add opactivity
andremove opacity
cancel each other out - just drop the commits entirely in a rebase filter driveType via API
andOrder spaces via backend
could've been a separate PR (debatable...)- commit messages like
don't decode id
orRebase
are not self explanatory. Please add more context and ideally also reasoning, so that a quick scan of the commit list of your PR (and later on in master) gives clues about what's happening at a glance.
changelog/unreleased/enhancement-space-image-and-description-handling
Outdated
Show resolved
Hide resolved
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.
Awesome 🥳
quick evaluation has confirmed @kulmann s concern about the button. let's not have it on the image, but only in the 3-dots and within the actions. |
Results for oC10IntegrationApp2 https://drone.owncloud.com/owncloud/web/23122/72/1
|
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/23122/66/1
|
Kudos, SonarCloud Quality Gate passed! |
Description
Upload space image in spaces overview
Upload space image in space front page
Set image file as space image in space front page (file list)
Set text file as space description in space front page (file list)
Change description in space front page (file list)
Related Issue
Types of changes
Checklist:
Open tasks: