79a0ecd87f
- Updated `TendersFilterDialog` and `TendersSortDialog` to use a stateful approach, allowing for better management of selected filters and sorting options. - Integrated `TendersViewModel` into both dialogs, enabling direct interaction with the view model for setting date ranges and statuses. - Enhanced the UI to reflect changes in state, ensuring a more responsive user experience when applying filters and sorting. - Updated the `d_tenders_page.dart` to pass the view model and handle filter and sort actions appropriately.