Closed vicb closed 5 months ago
The recent updates to the flyXC
application include enhancements to the list of live trackers, with the addition of new contributors and the removal of an old one. The AboutModal
has been updated to reflect these changes and the version format has been standardized. The build timestamp in the configuration file now uses the date-fns-tz
library for timezone formatting. Additionally, date-fns-tz
has been added as a new dependency in package.json
.
File | Change Summary |
---|---|
README.md | Updated live tracker list and contributor list. |
apps/fxc-front/src/app/components/... | Updated AboutModal class to include new contributors and altered version format. |
apps/fxc-front/vite.config.ts | Added date-fns-tz for timezone formatting and updated build timestamp handling. |
package.json | Added date-fns-tz as a new dependency. |
In the sky, our trackers soar,
With new friends, we explore,
Time zones now align,
Contributors shine,
FlyXC's updates, we adore! 🌟
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 updates the README.md file to include new contributors and an additional live tracker. It also modifies the Vite configuration in vite.config.ts to use a timezone-aware date formatting function and updates the AboutModal component to reflect the new contributors and a minor version format change.
Files | Changes |
---|---|
README.md apps/fxc-front/src/app/components/ui/about-modal.ts |
Updated the list of contributors and added a new live tracker. |
apps/fxc-front/vite.config.ts |
Modified the Vite configuration to use timezone-aware date formatting and updated a comment for clarity. |
Latest commit: |
2a87fe7
|
Status: | ✅ Deploy successful! |
Preview URL: | https://47a8c7d9.flyxc.pages.dev |
Branch Preview URL: | https://contribs.flyxc.pages.dev |
Summary by Sourcery
This pull request updates the list of contributors and adds support for the Zoleo live tracker in the documentation. It also includes enhancements to the build configuration, specifically in timestamp formatting and airspace date retrieval.
Summary by CodeRabbit
New Features
flyXC
application.Documentation
Bug Fixes
Chores
date-fns-tz
dependency for improved time zone handling.