-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
THROBBER! #173
THROBBER! #173
Conversation
Eliminate undefined index for bootstrap_upload
To test this you can just add an entity reference field to a content type. |
@soniktrooth |
It wouldn't so much break as just not have a throbber–as is the case ATM. I'm happy to run with FA requirement as we discussed the other day though. |
right. so either we
the choice is yours. we can do it in this PR or merge this in and you can open a new issue for this thing. |
I like the idea of getting the Drupal one if there's no FA. Ideas for passing this knowledge through the css? Maybe add a body class when FA is added? |
despite my loathing of the normal throbber i agree that this is probably the best thing to do. could preprocess the field(s) that have the throbber and add the FA or drupal class based on the theme setting? Not sure if that would work in this case but it would be pretty easy. |
Ah, it's a theme setting that is taking care of adding FA. That's good—sounds like the best approach. I share your disdain for normal throbber but something is better than nothing when it comes to UX. I will add some code to this so don't merge yet. |
i await all the code |
…ave default Drupal throbbing action when it's not.
I've said the word 'throbber' far too many times this week. @pirog wanna check this out now? |
haha seriously right? yeah this looks good to me! |
Bringing back the throbbing functionality on autocomplete text fields.