Skip to content

Add initial sorting support to StorageBrowser #6366

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

Open
1 of 2 tasks
dan-irf opened this issue Feb 17, 2025 · 1 comment
Open
1 of 2 tasks

Add initial sorting support to StorageBrowser #6366

dan-irf opened this issue Feb 17, 2025 · 1 comment
Labels

Comments

@dan-irf
Copy link

dan-irf commented Feb 17, 2025

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Storage

Please describe your feature-request in detail.

I would like StorageBrowser component to support specifying an initial sorting configuration. Currently users have to change the sorting every time they switch location.

Please describe a solution you'd like.

I would suggest a new prop accepted by StorageBrowser component that specify an initial sorting per view. Probably just an Array<{ colName: string; direction: 'asc' | 'desc' }> will suffice.

We love contributors! Is this something you'd be interested in working on?

  • 👋 I may be able to implement this feature request.
  • ⚠️ This feature might incur a breaking change.
@dan-irf dan-irf added the feature-request Request a new feature label Feb 17, 2025
@github-actions github-actions bot added pending-triage Issue is pending triage pending-maintainer-response Issue is pending response from an Amplify UI maintainer labels Feb 17, 2025
@cwomack cwomack removed the pending-triage Issue is pending triage label Feb 17, 2025
@cwomack
Copy link
Member

cwomack commented Feb 17, 2025

Hello, @dan-irf and thank you for opening this. We'll review this internally and follow up with any further questions or context we have for this feature request.

@github-actions github-actions bot removed the pending-maintainer-response Issue is pending response from an Amplify UI maintainer label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants