Skip to content

fix(timer): resolve the UI inconsistency in timer screen#857

Open
SujanAangbo wants to merge 1 commit intoCCExtractor:mainfrom
SujanAangbo:fix/timer-card-ui
Open

fix(timer): resolve the UI inconsistency in timer screen#857
SujanAangbo wants to merge 1 commit intoCCExtractor:mainfrom
SujanAangbo:fix/timer-card-ui

Conversation

@SujanAangbo
Copy link

Description

Fixes layout inconsistencies on the Timer screen to make timer cards consistent across different timer values and screen sizes.

Proposed Changes

  • remove device sized based hight calculation in timer card (height = screen size / 3) and make card wrap content
  • formatted and added const on timer_page.dart

Fixes #745

Screenshots

Before:
before

After:
after

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

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.

Bug: UI inconsistency in Timer Screen

1 participant