fix(storage): correct allowed file extensions input copy - #3179
Open
cursor[bot] wants to merge 4 commits into
Open
fix(storage): correct allowed file extensions input copy#3179cursor[bot] wants to merge 4 commits into
cursor[bot] wants to merge 4 commits into
Conversation
The bucket settings Allowed file extensions field reused Labels copy (id, label, and placeholder). Use extension-specific wording and clear the placeholder once tags are present so it does not sit beside chips. Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
Console (appwrite/console)Project ID: Tip Function builds can take up to 45 minutes before timing out |
Contributor
Greptile SummaryThis PR corrects the copy for the bucket allowed-file-extensions input.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (4): Last reviewed commit: "chore: retrigger flaky onboarding e2e (3..." | Re-trigger Greptile |
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
Co-authored-by: chiragaggarwal5k <chiragaggarwal5k@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
The Storage → Bucket → Settings Allowed file extensions field was still using Labels UI copy (
id="user-labels", labelLabels, placeholderSelect or type user labels).This updates the field to extension-specific wording and clears the placeholder once extensions are selected so it does not remain visible next to chips (fixes #1018).
Test Plan
Related PRs and Issues