feat: revamp Inquiry modal artwork card#16790
Merged
Conversation
olerichter00
previously approved these changes
Feb 13, 2026
| </Box> | ||
| </Flex> | ||
| } | ||
| borderColor="transparent" |
Contributor
Author
There was a problem hiding this comment.
This is to get rid of the Expandable border.
jpotts244
reviewed
Feb 13, 2026
|
|
||
| const { dimensionsLabel } = useArtworkDimensions(artwork.dimensions) | ||
|
|
||
| const artworkDetailItems = [ |
Contributor
There was a problem hiding this comment.
I wonder if force has a small component containing these details as its shown in a few places, is there an opportunity to not have it defined in multiple spots incase of drift?
Contributor
Author
There was a problem hiding this comment.
I didn't find it, but I can dig deeper. We have src/Apps/Artwork/Components/ArtworkDetails, but it contains more than what we need.
Co-authored-by: Ole <ole.richter91@gmail.com>
#6696 Bundle Size — 8.62MiB (+0.05%).f3414e0(current) vs 2d2d98a main#6693(baseline) Warning Bundle contains 31 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch TOP-109-changes-to-inquiry-modal... Project dashboard Generated by RelativeCI Documentation Report issue |
olerichter00
approved these changes
Feb 16, 2026
jpotts244
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The type of this PR is: Feat
This PR solves TOP-109
Description
Acceptance Criteria:
Include the gallery name in the artwork information per design
Scale width of artwork thumbnail and crop out the overflow from the top and bottom
Truncate long artist names, artwork titles, and gallery names
No expandable view of artwork details on web
Expandable view of artwork details on mWeb
Screen.Recording.2026-02-12.at.17.15.21.mov
@artsy/topaz-devs