Skip to content

2: Hide synced spaces in spaces browser #11759

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

Merged
merged 2 commits into from
Jul 29, 2024
Merged

2: Hide synced spaces in spaces browser #11759

merged 2 commits into from
Jul 29, 2024

Conversation

TheOneRing
Copy link
Contributor

Fixes: #11752

Depends on #11758

@TheOneRing TheOneRing requested a review from erikjv July 26, 2024 13:15
@@ -130,6 +123,9 @@ ecm_add_qml_module(owncloudGui
qml/AccountButton.qml
qml/FolderDelegate.qml
qml/FolderError.qml

spaces/qml/SpaceDelegate.qml
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 the qml file in the subdirectory failed during the cache generation so I had to move it here.

@@ -1,25 +1,7 @@
add_library(ownCloudSpaces SHARED
target_sources(owncloudGui
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I finally had to merge the spaces browser into the gui module....
In order to track which spaces are synced I needed to access the folder manager.....

@TheOneRing TheOneRing changed the title Hide synced spaces in spaces browser 2: Hide synced spaces in spaces browser Jul 29, 2024
erikjv
erikjv previously approved these changes Jul 29, 2024
@TheOneRing TheOneRing requested a review from erikjv July 29, 2024 11:10
@TheOneRing TheOneRing marked this pull request as ready for review July 29, 2024 11:10
@TheOneRing
Copy link
Contributor Author

@saw-jan this changes breaks a gui test as your synced the same space multiple times.

@TheOneRing TheOneRing merged commit 6e3152c into master Jul 29, 2024
5 of 6 checks passed
@TheOneRing TheOneRing deleted the work/hide_synced branch July 29, 2024 15:53
@saw-jan
Copy link
Member

saw-jan commented Jul 30, 2024

@saw-jan this changes breaks a gui test as your synced the same space multiple times.

Will have a look. Thanks

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.

Expose the sync state in the space browser
3 participants