openverse-frontend
openverse-frontend copied to clipboard
The gateway to the Openverse. Openverse is a search tool for CC-licensed and public domain content across the internet.
## Description As part of testing out #1717, I noticed two things: 1. The provided `docker run` command didn't clean up after itself. 2. I instinctively tried to use the...
## Description While reviewing the components in storybook, I noticed a different version of the audio box small and the search bar on the staging site. I did not check...
## Problem See https://github.com/WordPress/openverse-catalog/issues/346 Currently we are displaying the audio's file type in two places: on the download button, and under the "Audio Information" section. Sometimes this information can differ....
## Fixes #1600 and #1605 ## Description Thanks to @krysal and @sarayourfriend for all the tips and suggestions on the previous pr (#1713). We can manage the errors in a...
## Sentry link https://sentry.io/share/issue/48703a876a6445429029dda4f1b4cbea/ ## Description This issue is exclusively raised on Safari. I don't have access to Safari so I can't reproduce this. Based on the breadcrumbs it appears...
## Description We need to replace "Reuse content" title with "How to use" and add a descriptive paragraph to give more context about how to give attribution. ## Screenshots ###...
## Description While looking into #1737, i found that i occasionally receive `Uncaught Error: `initialFocus` did not return a node` while clicking the mobile filter button repeatedly. Could possibly be...
## Problem #1646 updated Playwright version to 1.24. However, the update to the most recent version, 1.25, was impossible due to some problems in rendering Arabic fonts. ## Description We...
## Problem While fixing #1605 and similar problems related to failed audio operations, we find a need to communicate these errors to users. I believe some of these errors will...
## Problem We currently use bespoke z-indices in a few places, or manually specify our z-index scale to validate props in a few different files. ## Description Instead, we should...