fossasia / eventyay-video

https://video-dev.eventyay.com
Apache License 2.0
1.49k stars 23 forks source link

Show filter and stars on schedule page #193

Closed lcduong closed 2 months ago

lcduong commented 2 months ago

Implement filter and get list stared session

image

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:

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

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.

File-Level Changes

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.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.