-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comment Detail: Add regular text cells #17105
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
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.
I'm not quite sure this was ready for review since there were no testing instructions and outstanding questions to Matt. But as it is, LGTM .
You're right 🤦 . Although it's practically a visual check, I forgot to add testing instructions for this. I've now added it for documentation purposes. Thank you! |
Noted. I'll address this in a separate PR! For now, I've tracked this in #17087. 👍 |
I'll go ahead and merge this for now. Will address follow-up suggestions from @mattmiklic through a separate PR! 🙂 |
Hey @dvdchr --
Good catch. I'm leaning toward saying we should hide the cell if there's no content. We could do a placeholder like "None" or "Not provided" but it seems a little bit superfluous. AFAIK web address is the only cell where this applies since all the others are required.
Since I think we should hide the field this is moot, but in case we do decide to use a placeholder, yes we should hide the external icon since there's nothing to link to. |
Refs #17087
Adds the regular text cells for comment detail view. Some notes:
UITableViewCell
since the design matches the.subtitle
cell style from iOS.UIView
, to hide the separator for last cell.Here's a peek:
Question for @mattmiklic:
To test
New comment detail
feature flag is switched on.Regression Notes
Potential unintended areas of impact
n/a, feature is hidden behind a flag.
What I did to test those areas of impact (or what existing automated tests I relied on)
n/a, feature is hidden behind a flag.
What automated tests I added (or what prevented me from doing so)
n/a, feature is hidden behind a flag.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.