You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feat(features/settings): move settings ui components to dedicated file
reorganize and streamline settings UI component structure for better maintainability
- centralized settings UI logic in one place
- improved code organization and reusability
- better separation of concerns between presentation layer and business logic
Copy file name to clipboardExpand all lines: app/src/main/java/dev/abd3lraouf/learn/decompose/features/todo/presentation/create/ui/TodoCreateContent.kt
Copy file name to clipboardExpand all lines: app/src/main/java/dev/abd3lraouf/learn/decompose/features/todo/presentation/details/ui/TodoDetailsContent.kt
Copy file name to clipboardExpand all lines: app/src/main/java/dev/abd3lraouf/learn/decompose/features/todo/presentation/details/ui/TodoDetailsScreen.kt
0 commit comments