SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Add tooltips on mult inputs #1239

Closed juzen2003 closed 1 year ago

juzen2003 commented 2 years ago

Note: for now testing toolstips are added for the options in mission widget. We can see the tooltips with different HTML markup when hovering over Galileo, New Horizons, and Voyager

juzen2003 commented 2 years ago

Update create_import_definitions_table to have steps to create a mult widget entry in contexts table before we create tooltips entries in definitions table for that mult widget. By adding this step, contexts.csv will remain untouched. Here is the current entry in contexts table:

new_row = {
    'name': f'MULT_{slug.upper()}',
    'description': f'OPUS {slug.title()}',
    'parent': 'NULL'
}
juzen2003 commented 2 years ago
rfrenchseti commented 2 years ago
juzen2003 commented 2 years ago
rfrenchseti commented 1 year ago

On the Browse Results tab, the "Sort by" and actual sort pills are supposed to have two-line tooltips but they're jammed together on a single line.

rfrenchseti commented 1 year ago

For some reason the "Sort by" tooltip on the Cart tab only shows one of the two lines. The part that says "Click to reset" is missing entirely. It's there on the production version.

juzen2003 commented 1 year ago