Add tooltip for "Upload File" button when user is not authenticated#3497
Add tooltip for "Upload File" button when user is not authenticated#3497takshittt wants to merge 1 commit intoprocessing:developfrom
Conversation
|
@takshittt Since the "Upload File" button isn’t shown at all when the user is not logged in, adding a tooltip about authentication isn’t needed. Users won’t see the button unless they’re logged in, so the tooltip wouldn’t be visible or helpful. |
|
Hi @yugalkaushik This approach improves accessibility and user experience by making the UI more predictable. Users can immediately see what actions are available, and once they log in, the button becomes active without needing to rediscover it. Let me know if you have any feedback! |
|
I'm sorry that this PR ended up falling out of date! Closing since the original issue has been addressed. |
Fixes #3079
Changes:
I have verified that this pull request:
npm run lint)npm run test)developbranch.Fixes #3079