Refactor: replace `Instant` with `LocalDateTime` for improved date management...
Refactor: replace `Instant` with `LocalDateTime` for improved date management and interface consistency - Updated all references of `Instant` to `LocalDateTime` in the `Main` module and associated components. - Removed unused intents (`OnUpdate`, `OnResetSelectDate`) in `MainComponent`. - Enhanced date handling logic with new `currentDate` state and validation to prevent past date selections. - Refactored `DateTimeView` structure with reusable composable functions for better readability. - Improved date transition animations and formatting in `DateTimeView`.
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать