Skip to content

feat: version 3.0.0#233

Draft
blt950 wants to merge 49 commits into
mainfrom
v3
Draft

feat: version 3.0.0#233
blt950 wants to merge 49 commits into
mainfrom
v3

Conversation

@blt950

@blt950 blt950 commented Apr 26, 2026

Copy link
Copy Markdown
Owner

Merge of v3 into main branch.

Practical

  • Code cleanup
  • Laravel code update to newer conventions and functions since L9
  • Upgrade React to v19
    • Clustering lagging on React
  • Upgrade Bootstrap (if possible without breaking everything)

Functionality

Misc

  • u-elements update
  • Cleanup of @todo and js-hacks previously introduced.
  • Missing index #235
  • Favicon
  • Dark mode (input fields mostly)
  • Dependency and container updates
  • Scroll to the clicked airport when on toplist
  • Discontinue FSX and old sims from lists, barely used.
  • Make MSFS2024 default first tab in scenery list
  • Re-order the filters based on usage data
  • Umami updates

Found bugs

  • Double underscores on controllers in database
  • Dark feedback page

Upgrading

  • Upgrade server Linux & MySQL connectors
  • Update airport database

blt950 and others added 30 commits April 26, 2026 15:22
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant