-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[explorer] adds Preview Cards #1155
Conversation
bc37060
to
33421ea
Compare
This PR is now ready for review. Example Views to Help the Review ProcessParticularly useful UIs to take a look at (after running
Next StepsThe following are additional pieces of functionality which could be approached in separate PRs or included within this MR depending on reviewer feedback:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdown looks good with fixes to one sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch, Andrew! Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Andrew!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes to make but this looks great overall!
Following a Slack Discussion with Stella, I've also removed the placeholder blank space for Preview Cards with no text. This and some chiselling at the padding spaces has enabled 3 Preview Cards per row. This means that on a Desktop Computer, when viewing Preview Cards with no text, you can see 12 Preview Cards on the one screen. So on a reasonably small Surface Pro screen, you'll see: On a 24" display, you'll see: |
725c215
to
d51544d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do make sure you are coordinating with Stella as I see her iterating on similar text in #1269
Ah, different files. Please disregard. Will re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Andrew!
Both Addresses and Objects and own a list of objects. These 'Owned Objects' are currently displayed as a list of object IDs. This PR replaces this string list with a series of clickable cards that gives a preview of what the object represents.