Converted popovers and tooltips to Bootstrap tooltips DMPRoadmap/roadmap#568
commented out import of old ES5 tooltip JS

added bootstrap tooltip wiring to application.js

removed boostrap tooltip/popover calls from devise/regisitrations/edit and updated html

added placement and animation rules to general tooltip init. converted edit plan details page to use tooltips

removed irrelevant data-placement from edit profile tooltips

converted guidance group popovers to tooltips

converted guidance popovers to tooltips

converted popovers on phase edit/add to tooltips

converted popoevers to bootstrap tooltips on sections and questions

removed popover references from annotations, and templates

boostrapped the shibboleth_ds page and converted ES5 to ES6

fixed linter issues with shib_ds. added tooltip functionality to autocomplete erb

updated tooltip on create account page

updated tooltips on table filter and grant permissions pages

removed redundant right placement on personal details form

fixed broken test
dev
1 parent 3908174 commit dd123349dddf851b91dedaedf0f94d3a6e2e92a6
@briley briley authored on 5 Oct 2017
Brian Riley committed on 6 Oct 2017
Showing 30 changed files
View
app/views/devise/registrations/_external_identifier_orcid.html.erb
View
app/views/devise/registrations/_external_identifier_shibboleth.html.erb
View
app/views/devise/registrations/_personal_details.html.erb
View
app/views/guidance_groups/admin_edit.html.erb
View
app/views/guidance_groups/admin_new.html.erb
View
app/views/guidances/admin_edit.html.erb
View
app/views/guidances/admin_new.html.erb
View
app/views/layouts/_es5_scripts.html.erb
View
app/views/orgs/shibboleth_ds.html.erb
View
app/views/phases/_admin_add.html.erb
View
app/views/phases/_edit_phase.html.erb
View
app/views/plans/_edit_details.html.erb
View
app/views/questions/_add_question.html.erb
View
app/views/questions/_edit_question.html.erb
View
app/views/sections/_add_section.html.erb
View
app/views/sections/_edit_section.html.erb
View
app/views/shared/_accessible_combobox.html.erb
View
app/views/shared/_create_account_form.html.erb
View
app/views/shared/_popover.html.erb 100644 → 0
View
app/views/shared/_table_filter.html.erb
View
app/views/shared/_tooltip.html.erb 100644 → 0
View
app/views/templates/_edit_annotations.html.erb
View
app/views/templates/_edit_template.html.erb
View
app/views/templates/admin_new.html.erb
View
app/views/users/admin_grant_permissions.html.erb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/constants.js
View
lib/assets/javascripts/views/devise/registrations/edit.js
View
lib/assets/javascripts/views/orgs/shibboleth_ds.js
View
lib/assets/javascripts/views/plans/edit_details.js