feat(local-explorer-ui): Add shift key multi-select to R2 list#13429
feat(local-explorer-ui): Add shift key multi-select to R2 list#13429petebacondarwin merged 17 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: a3348b9 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
|
✅ All changesets look good |
|
@NuroDev Bonk workflow was cancelled. View workflow run · To retry, trigger Bonk again. |
Co-authored-by: Ben Dixon <ben@nuro.dev> Co-authored-by: Ben <4991309+NuroDev@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…udflare/src/frameworks (#13438) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com> Co-authored-by: Pete Bacon Darwin <pbacondarwin@cloudflare.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Codeowners approval required for this PR:
Show detailed file reviewers |
|
Let me carefully analyze the implementation now. The key changes are:
Let me think through potential issues:
Let me look more carefully at the event handling pattern. The
This pattern works, but there's a subtle concern: if the Kumo Overall, this is a clean implementation. The logic is correct, the tests cover both selection and deselection ranges, and the approach is standard. I don't see any logic bugs, security issues, backward compatibility problems, or incorrect API behavior. LGTM |
workers-devprod
left a comment
There was a problem hiding this comment.
Codeowners reviews satisfied
Fixes N/A.
Summary
Currently, if you try and shift-select a group of items in the R2 object list it will only select items individually. This change makes it so that now actually works as intended.
A picture of a cute animal (not mandatory, but encouraged)