Tags: meedan/check-web
Tags
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.
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.
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]>
PreviousNext