Conversation
* fix: cleanup Cleaning up functions and usage to make code simpler. * fix: throttle user activity property * fix: delete unused robots * fix: cleaned up unused parameters in filterWithCriteria * refactor: commands and helpers * refactor: password hasing * refactor: model casts * refactor: artisan calls * fix: tests * refactor: model creation of UserList * refactor: isProduction() use * refactor: useless collect() * refactor: DB * refactor: sliming the app * fix: lint * fix: throwable * fix: metar column * fix: correct Metar cast key and allow nullable reg_number in FetchFlights Agent-Logs-Url: https://github.com/blt950/where2fly/sessions/d680a866-fa1d-4680-beec-9a4e70e802b2 Co-authored-by: blt950 <2505044+blt950@users.noreply.github.com> * fix: throwable * Revert "Merge branch 'fix/laravel-cleanup' of https://github.com/blt950/where2fly into fix/laravel-cleanup" This reverts commit 1d4bee6, reversing changes made to 0c39a11. * refactor: TrustHosts no longer needed * refactor: BroadcastServiceProvider no longer needed * refactor: casting * refactor: api middleware * refactor: providers * refactor: new scoping convention --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: blt950 <2505044+blt950@users.noreply.github.com>
* chore(deps): upgrade react to v19 * fix: map cluster performance Before, the map asked React to re-draw hundreds of markers on every zoom, click, and pan; now it only re-draws the one or two markers that genuinely changed, and lets the browser handle the rest.
Refreshed design with darker colors for input fields, results and other color tweaks. Scenery list is also simplified. Also includes some Claude skills.
Making W2F search engine even smarter by looking into the future of weather forecasts and VATSIM controllers and event details to give you a prediction/forecast of how things will be when you arrive at the destination airport.
Optimized search logic and database structures. The search is now up to 4x faster!
* feat: distance filtering * fix: test * feat: close airport card * feat: aircraft filter in toplist
1. CountryHelper now uses Symfony Intl instead of hardcoded list. 2. ScoreController is moved to ScoreHelper 3. Aircraft physics are moved to AIrcraftHelper
feat: graphify
Now that it finally supports it
refactor: diet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge of v3 into main branch.
Practical
Functionality
Misc
@todoand js-hacks previously introduced.Found bugs
Upgrading