-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Give toast when trying to upload image without giving a Title #1195 #1211
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
Give toast when trying to upload image without giving a Title #1195 #1211
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1211 +/- ##
=========================================
- Coverage 3.82% 3.82% -0.01%
=========================================
Files 125 125
Lines 5810 5811 +1
Branches 568 567 -1
=========================================
Hits 222 222
- Misses 5573 5574 +1
Partials 15 15
Continue to review full report at Codecov.
|
|
@neslihanturan Could you review this as you have reviewed my PR's before? |
|
@tshradheya currently it works exactly as intended. And what everyone else think? If any one agrees with the strategy implemented here, I will merge. |
|
While trying to find a solution to this, initially I was unaware that the button was disabled cause it looked exactly the same to me. This is not very good for users cause they can still press the button but see no response. I feel the current solution is better cause
|
|
We can probably have this fix for now and maybe take up the enabled/disabled design later. |
|
@maskaravivek @neslihanturan Any update on this? |
|
Sorry for bothering. |
|
LGTM. @tshradheya Sorry for the delay in reviewing your diff. Hope you understand that we are also just volunteers and we do it in the free time. Moreover recently the project has been getting a lot of attention, so there's a lot of things to take care of. :) |
|
Sorry for the late comment, but "Please give a Title to proceed" feels slightly off to me. Perhaps "Please provide a title for this file" (without the capital T) might be better? |
|
Should we revert @misaochan ? |
|
I will just create another PR to quickly fix the message |
Description
Fixes #1195
Outline of Soultion
Screenshots showing what changed