Closed lcduong closed 2 months ago
This pull request introduces filtering functionality to the schedule page. It adds UI components for filter and favorite buttons, a prompt for track filtering, and updates the Vuex store to manage filter state and apply filters to the session list.
Files | Changes |
---|---|
webapp/src/views/schedule/index.vue webapp/src/store/schedule.js |
Implemented filtering functionality on the schedule page, including UI components for filter and favorite buttons, and state management for filtering sessions by track or favorites. |
Implement filter and get list stared session
Summary by Sourcery
Implement filter functionality on the schedule page, including the ability to filter sessions by track or favorites. Add UI elements to support these features, such as buttons for toggling the filter prompt and filtering by favorites.
New Features:
Enhancements: