-
Notifications
You must be signed in to change notification settings - Fork 159
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
Implement right sidebar for spaces #6437
Conversation
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/22762/66/1
|
Results for oC10SharingPublic1 https://drone.owncloud.com/owncloud/web/22762/36/1
|
66505df
to
a3205d7
Compare
Results for oCISTrashbinUploadMoveJourney https://drone.owncloud.com/owncloud/web/22775/69/1 |
Results for oC10IntegrationNotifications https://drone.owncloud.com/owncloud/web/22775/70/1 |
Results for oCISSharingPublic2 https://drone.owncloud.com/owncloud/web/22775/68/1 |
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/22775/67/1 |
Results for oCISSharingPerm1 https://drone.owncloud.com/owncloud/web/22775/63/1 |
3ab0c87
to
3f7d46d
Compare
Results for oCISFiles1 https://drone.owncloud.com/owncloud/web/22798/55/1
|
packages/web-app-files/src/components/SideBar/Details/SpaceDetails.vue
Outdated
Show resolved
Hide resolved
const loadOwnersTask = useTask(function* (signal, ref) { | ||
const promises = [] | ||
for (const userId of ref.ownerUserIds) { | ||
promises.push(graphClient.users.getUser(userId)) |
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.
We might call listUsers in the API and call and filter the users, to do only one request
LGTM, needs some adjustments along with #6410 in a separate pr |
packages/web-app-files/src/components/SideBar/Details/SpaceDetails.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Details/SpaceDetails.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Details/SpaceDetails.vue
Outdated
Show resolved
Hide resolved
3f7d46d
to
c2aafe8
Compare
I knew it 🥲 Tests for the quota component incoming... |
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/22883/66/1
|
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/22883/60/1
|
Results for oCISFiles3 https://drone.owncloud.com/owncloud/web/22886/57/1
|
Results for oCISFiles2 https://drone.owncloud.com/owncloud/web/22886/56/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.
💪
case 'nearing': | ||
return 'warning' | ||
case 'critical': | ||
return 'warning' |
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.
Shouldn't critical
be danger
already? 🤔
1705430
to
52dcfb3
Compare
Results for oCISFiles4 https://drone.owncloud.com/owncloud/web/22904/58/1
|
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/22904/66/1 💥 The acceptance tests pipeline failed. The build has been cancelled. |
Kudos, SonarCloud Quality Gate passed! |
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/22906/60/1
|
Description
This PR introduces the basic space sidebar. Some things that need to come later:
Related Issue
Screenshots
Types of changes
Checklist: