boston-library / commonwealth-vlr-engine

Commonwealth-VLR-Engine is a Rails engine for creating Blacklight apps that provide access to content from Solr/Fedora, packaging a number of feature-rich enhancements and modifications.
Apache License 2.0
8 stars 2 forks source link

move 'Email' option to Share dropdown on item detail page #131

Closed ebenenglish closed 4 months ago

ebenenglish commented 5 months ago

When I am on the item detail page (catalog#show) Under the Tools section When I click on the Share button There should be an "Email" option with an envelope icon And when I click the "Email" link A modal popup should appear And the title of the modal should be "Email a Link to This Item" And when I enter an email address and click "Send" The popup should disappear

After the implementation of the item-level feedback form, users have reported that having links for "Question/Comment" and "Email" is confusing.

We should move the Email link into the Share options to reduce confusion

To implement this:

ebenenglish commented 4 months ago

Fixed via #132