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

Polish details in right sidebar #5483

Merged
merged 4 commits into from
Jul 8, 2021

Conversation

pascalwengerter
Copy link
Contributor

@pascalwengerter pascalwengerter commented Jul 8, 2021

Description

Details accordion needs some more polishing

Additional: Update codeowners, unify data-test(-)ids, remove dead code

Related Issue

@pascalwengerter pascalwengerter changed the title Update codeowners, unify data-test(-)ids, remove dead code Polish details in right sidebar Jul 8, 2021
@pascalwengerter pascalwengerter force-pushed the 08072021_update-sidebar-details branch from 6fa12ff to 8f23607 Compare July 8, 2021 11:29
@pascalwengerter pascalwengerter force-pushed the 08072021_update-sidebar-details branch from 8f23607 to 028bd04 Compare July 8, 2021 11:30
@pascalwengerter pascalwengerter requested a review from kulmann July 8, 2021 11:31
@ownclouders
Copy link
Contributor

Results for oCISSharingBasic https://drone.owncloud.com/owncloud/web/17184/49/1
The following scenarios passed on retry:

  • webUIRestrictSharing/restrictSharing.feature:49

Copy link
Contributor

@kulmann kulmann left a 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">
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div v-if="!loading && hasContent">
<div v-else-if="hasContent">

Copy link
Contributor Author

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!

@pascalwengerter pascalwengerter requested a review from kulmann July 8, 2021 12:44
Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

43.3% 43.3% Coverage
0.0% 0.0% Duplication

@ownclouders
Copy link
Contributor

Results for oCISSharingBasic https://drone.owncloud.com/owncloud/web/17186/49/1
The following scenarios passed on retry:

  • webUIRestrictSharing/restrictSharing.feature:49

@pascalwengerter pascalwengerter merged commit f8c5e80 into master Jul 8, 2021
@delete-merged-branch delete-merged-branch bot deleted the 08072021_update-sidebar-details branch July 8, 2021 13:29
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