-
Notifications
You must be signed in to change notification settings - Fork 168
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
Polish details in right sidebar #5483
Conversation
6fa12ff
to
8f23607
Compare
8f23607
to
028bd04
Compare
Results for oCISSharingBasic https://drone.owncloud.com/owncloud/web/17184/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.
Tiny chance for improvement in the comments. Other than that: LGTM 🚀 nice improvements, thank you! 💪
@@ -1,14 +1,14 @@ | |||
<template> | |||
<div id="oc-file-details-sidebar"> | |||
<oc-loader v-if="loading" /> | |||
<div v-else> | |||
<div v-if="!loading && hasContent"> |
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.
<div v-if="!loading && hasContent"> | |
<div v-else-if="hasContent"> |
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.
Adding this and bumping ODS to v8.0.0
once it's released, then re-running CI and will merge this once it's green!
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.
LGTM 👍
Kudos, SonarCloud Quality Gate passed! |
Results for oCISSharingBasic https://drone.owncloud.com/owncloud/web/17186/49/1
|
Description
Details accordion needs some more polishing
Additional: Update codeowners, unify data-test(-)ids, remove dead code
Related Issue