Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Mar 13, 2025

Summary

Remove some hacks from files app about the files_sharing status action, in general not sure why this hack was there instead of being in the correct app - but it broke the grid view.

So now the sharing information is also available in grid view.

Moreover the icon is fixed in size to not overflow the actions menu.

Screenshots

list grid
Screenshot 2025-03-13 at 17-44-47 Files - Nextcloud Screenshot 2025-03-13 at 17-44-28 Files - Nextcloud

Checklist

Remove some hacks from files app about the *files_sharing* status
action, in general not sure why this hack was there instead of being in
the correct app - but it broke the grid view.

So now the sharing information is also available in grid view.

Moreover the icon is fixed in size to not overflow the actions menu.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux added this to the Nextcloud 32 milestone Mar 13, 2025
@susnux susnux requested review from a team and skjnldsv as code owners March 13, 2025 17:31
@susnux susnux requested review from artonge and nfebe and removed request for a team March 13, 2025 17:31
@susnux
Copy link
Contributor Author

susnux commented Mar 13, 2025

/backport to stable31

@susnux
Copy link
Contributor Author

susnux commented Mar 13, 2025

/backport to stable30

@susnux
Copy link
Contributor Author

susnux commented Mar 13, 2025

/backport to stable29

@AndyScherzinger
Copy link
Member

/compile

Signed-off-by: nextcloud-command <[email protected]>
@susnux susnux merged commit 7a95a1c into master Mar 13, 2025
138 of 143 checks passed
@susnux susnux deleted the fix/share-status branch March 13, 2025 20:46
@backportbot
Copy link

backportbot bot commented Mar 13, 2025

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29

# Create the new backport branch
git checkout -b backport/51469/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 884effa7 ca0ecf3d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51469/stable29

Error: Failed to check for changes with origin/stable29: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Mar 18, 2025

/backport 884effa to stable29

@backportbot
Copy link

backportbot bot commented Mar 18, 2025

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29

# Create the new backport branch
git checkout -b backport/51469/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 884effa7

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/51469/stable29

Error: Failed to check for changes with origin/stable29: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@skjnldsv skjnldsv modified the milestones: Nextcloud 33, Nextcloud 32 Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: grid view: empty "..." menu options

5 participants