Skip to content

[PB-6433]: feature/design for request access to shared item flow#1966

Merged
xabg2 merged 3 commits into
masterfrom
feature/design-for-request-access-to-shared-item
May 26, 2026
Merged

[PB-6433]: feature/design for request access to shared item flow#1966
xabg2 merged 3 commits into
masterfrom
feature/design-for-request-access-to-shared-item

Conversation

@xabg2
Copy link
Copy Markdown
Contributor

@xabg2 xabg2 commented May 22, 2026

Description

Implementing the necessary components and modifying the existing ones to allow the users to request access to a restricted shared items. The new components for this flow has been added but they are been commented so it does not infer with the correct flow until we add the logic.

Maybe the components are modified in the future, but these are the initial/basic ones.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

@xabg2 xabg2 self-assigned this May 22, 2026
@xabg2 xabg2 added the enhancement New feature or request label May 22, 2026
@xabg2 xabg2 requested review from CandelR and larryrider as code owners May 22, 2026 11:49
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 22, 2026

Deploying drive-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: e8aef45
Status: ✅  Deploy successful!
Preview URL: https://1dc70f17.drive-web.pages.dev
Branch Preview URL: https://feature-design-for-request-a.drive-web.pages.dev

View logs

onChangeAccount: () => void;
}

const TEXTAREA_MAX_LENGTH = 1000;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this constant is not used in the component

Comment thread src/app/i18n/locales/en.json Outdated
},
"accessRequests": {
"pending": ""
},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This translation is used? I don't find it. Also this is the only translation file that it has it

return (
<div className="flex flex-col w-full">
{accessRequestList.map((request, index) => (
<RequestCheap key={index} {...request} />
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Have some sonar cloud warnings

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes. The design/components are added but not used (so we do not break the current flow for now). This way, we just need to add the logic and this design later and that's it.

They will be fixed later when completing the task.

@xabg2 xabg2 requested a review from CandelR May 25, 2026 09:21
@sonarqubecloud
Copy link
Copy Markdown

@xabg2 xabg2 merged commit 1c927a1 into master May 26, 2026
10 of 11 checks passed
@xabg2 xabg2 deleted the feature/design-for-request-access-to-shared-item branch May 26, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants