lanedirt / OGameX

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

[BUG] Galaxy page espionage button does not work #205

Closed lanedirt closed 1 month ago

lanedirt commented 4 months ago

Describe the bug On the galaxy page there is a shortcut button to send a espionage probe to a foreign players planet. This button should enable if the current planet has one or more espionage probes ready.

To Reproduce Steps to reproduce the behavior:

  1. Make sure to have at least one espionage probe on the current planet.
  2. Go to Galaxy page.
  3. Find a planet of another player. (Hint: if there are no players, you can run the Laravel tests with php artisan test which will add multiple users as a result of running the tests.

Expected behavior Expecting the espionage probe button to become active, and when clicked, to send a fleet with an espionage probe with mission "espionage" to the target planet.

Screenshots

Screenshot 2024-05-25 at 00 32 13
Chewbaka69 commented 4 months ago

Just to let you know, i am on it :)

lanedirt commented 4 months ago

Just to let you know, i am on it :)

Awesome! I have assigned the issue to you so it's clear in the issue overview what's being worked on. Do you have enough rights to assign issues to yourself? If so, feel free to do so in the future. 😃 Thanks!

Chewbaka69 commented 4 months ago

No i can not assign issue to myself

lanedirt commented 4 months ago

No i can not assign issue to myself

Ok gotcha! Commenting is fine then 👍 !

Chewbaka69 commented 1 month ago

You fix this bug on the last release

lanedirt commented 1 month ago

Hi @Chewbaka69, you're right it works now. Thanks for checking the status of this issue! 👍 Closing.