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.
## Problem For the [3D model support milestone](https://github.com/WordPress/openverse-frontend/milestone/6), we need to display 3D model results on the search results page in two ways, as part of the All content layout...
## Problem The current image result view does not display the CC-license icons on `sm` breakpoint. The last mockup shared showed the icons below each image in a 2 columns...
## Problem For the [3D model support milestone](https://github.com/WordPress/openverse-frontend/milestone/6), we need to show the information of a 3D model result in the single result view. This view considers a modal and...
## Problem We are using Vue-i18n for translations. With it, it is easy to use a key that doesn't exist in the locale file or to forget to remove a...
## Problem Each audio result has three tabbable elements on the single audio view. Takes a very long time to tab through the audio results. ## Description The audio track...
## Problem The locale files such as the list of all locales and the translation strings for each locale are created on each app build. This is important to keep...
## Description The focus style animation when browsing with a keyboard changes from animated to static. I do not why and exactly where this occurs but it affects consistency and...
## Description In the search results page, the top side of filters sidebar has a bigger spacing than [audio release designs](https://www.figma.com/file/w60dl1XPUvSaRncv1Utmnb/Audio-Release?node-id=133%3A14463). The spacing should be `32px`. ## Reproduction 1. Search...
## Problem Currently, we loosely use the `~/utils/console.ts` to sometimes log things, though not always in the most informational way. We also do not include useful debug information like a...
## Problem It would be nice to be able to run the e2e tests automatically against staging and production so that we can absolutely verify that our expectations are reproducible...