Skip to content

Conversation

@hagarabobakr
Copy link
Contributor

@hagarabobakr hagarabobakr commented Jul 2, 2025

🛠️ Summary

Briefly explain what this pull request does.


📌 Description

Please include a summary of the changes and the related issue.


✅️Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style (formatting, new lines, etc.)
  • Refactoring (no functional changes, renaming)
  • Other (describe the changes):

✅ Checklist:

  • The PR is to the develop branch
  • My code follows the style and architecture of the project
  • I have performed a self-review of my code
  • I tested the application on my computer and does everything as expected

🔍 Testing

Please check what has been verified before merging:

  • Code compiles successfully
  • Unit tests (if any) pass
  • Feature behaves as expected
  • Manually tested the affected logic


📎 Related Issues / Tasks

Link to any related issue or task:

  • Resolves: #issue_number (if applicable)

👥 Reviewers

Optional: Tag team members you want to review the changes
Example: @teammate1 @leadDev

@raouf-kamel raouf-kamel self-requested a review July 3, 2025 14:13
Copy link
Contributor

@raouf-kamel raouf-kamel left a comment

Choose a reason for hiding this comment

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

Excellent work

@hagarabobakr hagarabobakr merged commit 292c065 into dev Jul 3, 2025
) {
Text(
text = dayDate.dayOfMonth.toString(),
color = if (isSelected) Theme.color.onPrimary else Theme.color.body,
Copy link
Contributor

Choose a reason for hiding this comment

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

OKAY , but if you put this condition between animate color as state will give a better user experience

true -> Theme.dimension.medium
false -> 18.dp
}
val verticalPadding = if (isLoading) Theme.dimension.medium else 18.dp
Copy link
Contributor

Choose a reason for hiding this comment

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

here you can use animateDpAsState

@hagarabobakr hagarabobakr deleted the refactor/cleanup-composable branch July 3, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants