Skip to content

Tags: meedan/check-web

Tags

v0.186.1

Fixing a couple of regressions (missing GraphQL fields). (#2282)

Both regressions affect the media card on the item page:

* Request the `relationship.target.created_at` field, so we can fallback to it when `last_seen` is `null`.
* Request the `relationship.target.requests_count` field, which is currently causing a "NaN Requests" error.

Fixes: CV2-6126.

v0.186.0

Fixing conflicts

v0.185.6

Display the item title on the `<SmallMediaCard />` component when ren…

…dered in the "Merge Media" > "Export" dialog. (#2238)

I think that the `<SmallMediaCard />` component is consistent. It's a *media* card, not an *item* card, so the information displayed there is for the *media*.

But, under the context of the list of "Export" items under the "Merge Media" modal, it's harder to find a media when searching by the item title, since the card renders the media title, not the item title.

This PR fixes it by allowing the card to receive a custom `title` prop.

Reference: CV2-5868.

v0.185.3

Spacing adjustments (#2231)

* adjustments to some spacing to make more room for UI as a response to some tabs feedback, adjust minor wording in toast message

* simplify some sizing and use the youtube min max list size for large media card

v0.185.2

fix/cv2-5791 tab wrapper wraps based on wrapContent prop (#2226)

* added wrapping that is conditional based on wrapContent prop, break if larger than 2 rows

* use tabs on sandbox for testings, remove stray comment in variables file, tweak some tabs spacing

* remove testing console log

---------

Co-authored-by: Brian Fleming <[email protected]>

v0.185.1

create and assign z-index variables, update stylelinting to check for…

… z-index vars (#2225)

v0.185.0

Fixing conflicts