Skip to content
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

feat(UX-1314): Created comment component #41

Merged
merged 4 commits into from
Nov 21, 2024
Merged

feat(UX-1314): Created comment component #41

merged 4 commits into from
Nov 21, 2024

Conversation

mikecoomber
Copy link
Contributor

Copy link
Contributor

github-actions bot commented Nov 21, 2024

PR Checks complete

  • ✅ - Linting / Formatting
  • ✅ - Static analysis passed
  • ✅ - Branch is not behind

Created with Flutter code quality action

final radius = Zeta.of(context).radius;

return Material(
child: InkWell(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the design is not clear but i think some padding around the ink well splash would be better
image

if (customThumbnail != null)
SizedBox(
width: 44,
height: 44,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are custom thumbnails bigger than icons below?

@mikecoomber mikecoomber merged commit 30395b0 into main Nov 21, 2024
3 checks passed
@mikecoomber mikecoomber deleted the UX-1314 branch November 21, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants