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

Services Card #1299

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Services Card #1299

wants to merge 1 commit into from

Conversation

thePeras
Copy link
Member

@thePeras thePeras commented Aug 8, 2024

Closes #1291

Screenshot 2024-08-08 at 22 34 13 Screenshot 2024-08-08 at 22 34 31

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16%. Comparing base (c26b4fd) to head (2398926).
Report is 7 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #1299   +/-   ##
=======================================
  Coverage       16%     16%           
=======================================
  Files          233     233           
  Lines         7214    7214           
=======================================
  Hits          1139    1139           
  Misses        6075    6075           

@DGoiana
Copy link
Collaborator

DGoiana commented Aug 20, 2024

Looks good! Can we just space the title and the hours a little bit more?

const SizedBox(width: 5),
Column(
children: [
for (var i = 0; i < openingHours.length; i++)
Copy link
Contributor

Choose a reason for hiding this comment

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

Using map instead of a for loop might be more idiomatic.

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.

Services card
3 participants