Closed vicb closed 5 months ago
The recent changes to the flyxc.ts
file involve incorporating a new import for liveTrack
from the Redux slice and modifying the FlyXc
class to dispatch actions based on the number of tracks. This adjustment enhances the application's state management by integrating real-time tracking updates more effectively.
File | Change Summary |
---|---|
apps/fxc-front/src/flyxc.ts |
Added import for liveTrack from live-track-slice and modified FlyXc class to dispatch actions based on track count |
In the code where data flows, A rabbit hops where logic grows. Tracks are counted, actions fly, Live updates now reach the sky. With each dispatch, a journey starts, Coding magic, winning hearts. 🚀🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This pull request modifies the FlyXc component to hide live track labels when there are tracks loaded. The changes involve importing a new slice and updating the logic to set display labels based on the number of tracks.
Files | Changes |
---|---|
apps/fxc-front/src/flyxc.ts |
Updated the FlyXc component to conditionally display track and live track labels based on the number of tracks. |
Summary by Sourcery
Enhanced the FlyXc component to hide live track labels when there are tracks present by updating the logic in the Redux store dispatch.
Summary by CodeRabbit