-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Notation for the need of login to upload (image) files #3079
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
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
Hi @raclim, @Harshit-7373 👋 I'd love to work on this issue. Could you please assign it to me? 💡 My Proposed Approach: Update the image() function reference or upload modal with an alert or subtle badge (e.g., 🔒 Login required) to indicate the restriction upfront. If needed, I’ll propose a minimal design (non-intrusive, accessible) using a simple div or span with conditional rendering based on user auth status. I’ll make sure the messaging is accessible and fits within the current UI theme and layout. Looking forward to contributing and improving accessibility for users! 😊 |
@yashodipmore I think that sounds okay so far! If possible, it'd be great if you could provide a brief screenshot or wireframe visualizing what this could look like on the editor. |
Anyone working on this issue:Since the upload file button is hidden when the user is not logged in, it would be helpful to show a clear message elsewhere to inform users that login is needed to upload images. |
Increasing Access
This feature will allow people to navigate the use of image() and upload file feature easily. More documentation increases access.
Feature enhancement details
Recently, I was working on the p5 web editor without logging in. I was trying to play with image() and trying to upload an image from my computer. However, only after a while I realized I needed to login to have the option to upload.
Either within the web editor or the image() reference page, if there is an indicator that you need to login to use the upload file feature might be helpful.
The text was updated successfully, but these errors were encountered: