Skip to content

feature animation#239

Merged
raouf-kamel merged 7 commits intodevfrom
feature/animation
Jul 4, 2025
Merged

feature animation#239
raouf-kamel merged 7 commits intodevfrom
feature/animation

Conversation

@raouf-kamel
Copy link
Contributor

🛠️ Summary

feature animation


📌 Description

add animation to CategoryScreen


✅️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

horizontalArrangement = Arrangement.spacedBy(Theme.dimension.small)
) {
statuses.forEachIndexed { index, status ->
val count = state.tasks.count { it.status == status }
Copy link
Contributor

Choose a reason for hiding this comment

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

we didn't change any thing here , the filtering logic should be left to the view model this is not composable job

@haideraljawasim
Copy link
Contributor

haideraljawasim commented Jul 4, 2025

For the animatetion i don't see any problem with it, i wrote you a comment that you may need to refactor in different PR

shahad-97
shahad-97 previously approved these changes Jul 4, 2025
@raouf-kamel raouf-kamel merged commit 03a3067 into dev Jul 4, 2025
@raouf-kamel raouf-kamel deleted the feature/animation branch July 4, 2025 15:55
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