Closed vicb closed 4 months ago
Latest commit: |
f8dff1c
|
Status: | β Deploy successful! |
Preview URL: | https://9b94e345.flyxc.pages.dev |
Branch Preview URL: | https://flyxc.flyxc.pages.dev |
The recent updates involve adjusting timeout durations in the MapElement
class to enhance performance under specific conditions, refining text labels in the main-menu
component for clarity, and updating various dependencies in package.json
to their latest versions. These changes aim to improve responsiveness, usability, and maintainability of the project without altering its core functionality.
Files | Change Summary |
---|---|
.../map-element.ts |
Increased timeout duration from 50 seconds to 70 seconds when throttle is true, affecting promise resolution. |
.../main-menu.ts |
Modified displayed text from "Switch to 2d/3d" to "View in 2d/3d" for improved clarity in the UI. |
package.json |
Updated versions of multiple dependencies, including the @nx packages and others, to improve maintenance. |
In code we hop, with changes bright,
A longer wait, but that's all right.
From "Switch" to "View," the words now play,
Dependencies fresh, in a sprightly array.
πβ¨ Letβs cheer for progress, come what may!
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 includes two main changes: an increase in the throttle timeout from 50 seconds to 70 seconds in the map-element component, and a text change in the main-menu component to improve clarity when switching between 2D and 3D views.
Files | Changes |
---|---|
apps/fxc-front/src/app/components/2d/map-element.ts apps/fxc-front/src/app/components/ui/main-menu.ts |
Updated UI text and adjusted throttle timeout for better user experience. |
Summary by Sourcery
This pull request includes a bug fix for the main menu switch button text and an enhancement to increase the throttle timeout for performance improvements.
Summary by CodeRabbit
New Features
Improvements