|
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 |
|---|
|
|
| app/views/devise/registrations/_external_identifier_orcid.html.erb |
|---|
| app/views/devise/registrations/_external_identifier_shibboleth.html.erb |
|---|
| app/views/devise/registrations/_personal_details.html.erb |
|---|
| app/views/guidance_groups/admin_edit.html.erb |
|---|
| app/views/guidance_groups/admin_new.html.erb |
|---|
| app/views/guidances/admin_edit.html.erb |
|---|
| app/views/guidances/admin_new.html.erb |
|---|
| app/views/layouts/_es5_scripts.html.erb |
|---|
| app/views/orgs/shibboleth_ds.html.erb |
|---|
| app/views/phases/_admin_add.html.erb |
|---|
| app/views/phases/_edit_phase.html.erb |
|---|
| app/views/plans/_edit_details.html.erb |
|---|
| app/views/questions/_add_question.html.erb |
|---|
| app/views/questions/_edit_question.html.erb |
|---|
| app/views/sections/_add_section.html.erb |
|---|
| app/views/sections/_edit_section.html.erb |
|---|
| app/views/shared/_accessible_combobox.html.erb |
|---|
| app/views/shared/_create_account_form.html.erb |
|---|
| app/views/shared/_popover.html.erb 100644 → 0 |
|---|
| app/views/shared/_table_filter.html.erb |
|---|
| app/views/shared/_tooltip.html.erb 100644 → 0 |
|---|
| app/views/templates/_edit_annotations.html.erb |
|---|
| app/views/templates/_edit_template.html.erb |
|---|
| app/views/templates/admin_new.html.erb |
|---|
| app/views/users/admin_grant_permissions.html.erb |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/constants.js |
|---|
| lib/assets/javascripts/views/devise/registrations/edit.js |
|---|
| lib/assets/javascripts/views/orgs/shibboleth_ds.js |
|---|
| lib/assets/javascripts/views/plans/edit_details.js |
|---|