lanedirt / OGameX

Open-source OGame redesign clone built with Laravel 11.x.
https://main.ogamex.dev
MIT License
59 stars 24 forks source link

Implement "fleet movement" page #419

Open lanedirt opened 4 weeks ago

lanedirt commented 4 weeks ago

The fleet movement page is not implemented yet. It currently shows static placeholders. The active fleets will need to be shown here.

You can navigate to this page by clicking on the triangles icon next to the "Fleet" menu item.

Screenshot 2024-10-25 at 15 43 34

Context

Tip: OGameX already contains logic to show active fleets. The existing logic covers the "No fleet movement" area next to the message and chat icons near the top of the page. This existing logic can most likely be reused for the fleet movement page. See this file for more information:

app/Http/Controllers/FleetEventsController.php