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 We cannot use the media type constants in the scripts that are run by Nodejs without a build step, such as `proxy.js` in tests, or the `locale` generator...
**_Blocked until #881 is merged_** ## Problem When running e2e tests, we make network requests for media files. This can make the tests non-deterministic and slower than necessary. Currently, in...
## Description To ensure consistency and easy of updating typography across the app, it would be nice to have a VHeading and a VText component to encapsulate and apply styles...
## Problem To make sure that the Playwright tests are not affected by different search results, we use recorded network responses or block some requests (i.e., the audio requests). Currently,...
## Problem Currently the test images are adding to much weight to the repository making it hard to get it locally. ## Description The images can be simply moved to...
This issue has been migrated from the [CC Search Frontend repository](https://github.com/creativecommons/cccatalog-frontend/issues/1076) ``` Author: zackkrida Date: Thu Jul 23 2020 Labels: ✨ goal: improvement,🏷 status: label work required,🙅 status: discontinued,🚧 status:...
Our playwright test action has a large section of hundreds of blank lines which can make reading the output difficult, especially if you forget about the problem and think you've...
## Problem We often have rendering issues that involve discrepancies between the client-side rendered page and the server-rendered version, due to the multiple ways of fetching data with Nuxt and...
## Description This is happening with certain images only but I'm seeing it more and more often. Related images shouldn't take full width of the section as they're supposed to...
_**Blocked by the work in the Catalog and API.**_ ## Problem Currently, we set the `license_url` as an optional property for media, but it should be available for all media...