Skip to content

Conversation

@AlexAndBear
Copy link
Contributor

@AlexAndBear AlexAndBear commented Oct 9, 2025

Description

image

Related Issue

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@AlexAndBear AlexAndBear marked this pull request as ready for review October 9, 2025 09:33
Copilot AI review requested due to automatic review settings October 9, 2025 09:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds tiles view support for the "shared with others" view by implementing a new folder view extension point and integrating view mode switching capabilities.

  • Creates a new extension point for shared with others folder views
  • Updates the SharedWithOthers component to support dynamic view modes and folder view components
  • Adds necessary test infrastructure to support the new folder view extensions

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/web-app-files/src/extensionPoints.ts Adds new extension point for shared with others folder views
packages/web-app-files/src/composables/extensions/useFolderViews.ts Includes the new extension point in existing folder view configurations
packages/web-app-files/src/views/shares/SharedWithOthers.vue Implements dynamic view mode switching and folder view component rendering
packages/web-app-files/tests/unit/views/shares/SharedWithOthers.spec.ts Updates test setup to mock extension registry and folder view extensions
tests/e2e/cucumber/features/user-settings/profilePhoto.feature Adds test step to switch to table view

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

:header-position="fileListHeaderY"
:sort-by="sortBy"
:sort-dir="sortDir"
:sort-fields="sortFields.filter((field) => field.name === 'name')"
Copy link

Copilot AI Oct 9, 2025

Choose a reason for hiding this comment

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

The inline filter operation creates a new array on every render. Consider memoizing this with computed() to improve performance.

Copilot uses AI. Check for mistakes.
@AlexAndBear AlexAndBear merged commit 200a485 into main Oct 9, 2025
28 checks passed
@AlexAndBear AlexAndBear deleted the issues/1339 branch October 9, 2025 11:47
@openclouders openclouders mentioned this pull request Oct 9, 2025
1 task
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.

Tiles view: Shared with others

3 participants