merwhite11
merwhite11
Closes #452 Feature: Adds a QR code icon to the share modal on books page. On icon click, a new tab opens with the QR code image. Refactor: Changed styling...
Closes #8401 This is a refactor that allows all dump file types that are NOT ``` "/type/edition", "/type/author", "/type/work", "/type/redirect", "/type/list" ``` to be sorted into a `misc` category. This...
Closes # Addendum to: https://github.com/internetarchive/openlibrary/pull/8981 Eliminates the need for a hard-coded-in-English variable here: https://github.com/internetarchive/openlibrary/pull/8981#discussion_r1560346611 ### Technical Added an if/else block ...repeats syntax, but extracts correctly in .pot ### Testing Ran...
### Problem To complement the effort in #1001 to redirect patrons to the Search Inside results, we need to standardize the Search Inside result cards. There are currently three types...
Closes #1001 Feature: Creates a partial that is rendered within [work_search.html ](https://github.com/internetarchive/openlibrary/blob/master/openlibrary/templates/work_search.html) in the case when 0 results are returned from a search. The Fulltext-Search-Suggestion partial retrieves data from the...
Closes #9479 - Updates styling to Search Inside Result to match the Search Inside Suggestion Card #1001 - Eliminates inconsistent footer messages. ### Technical Merged in #9734 and combined the...
Closes #9463 Pulls ratings_count, ratings_average and want_to_read_count fields from Solr. Creates a new macro that accesses these fields and displays ratings_count in star graphic and ratings_count and want_to_read_count in Search...
## Description, Patron Story Add `data-ol-link-track="Download"` to Download options on books page. Observing click rates in the download option's current state will give a baseline comparison which we can use...