lanedirt / OGameX

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

[BUG] Fix recruit officers and shop static layout #418

Open lanedirt opened 4 weeks ago

lanedirt commented 4 weeks ago

Describe the bug The lay-out of the following pages in the menu is broken:

Probably some CSS classes and/or static files such as images are missing.

To Reproduce Steps to reproduce the behavior:

  1. Click on one of the menu buttons as described above.
  2. The lay-out will appear broken.

Expected behavior The lay-out of the pages to be equal to how the official game works.

Screenshots

This is the broken lay-out example:

Screenshot 2024-10-25 at 15 34 19 Screenshot 2024-10-25 at 15 34 14

This is what it should look like according to the official game:

Screenshot 2024-10-25 at 15 39 56 Screenshot 2024-10-25 at 15 40 01

Additional context This issue is only meant to cover the lay-out. The actual implementation of the Recruit Officers and Shop functionality can be done later. The OGameX project does not and will not include any commercial features/payment options. So it is still up for discussion if and how we want to implement these features in a non-commercial way.

alican22 commented 4 weeks ago

body id must be premium to read all css functions for Recruit Officers page.

Maybe need to assign value to body_id premium if route is "premium.index"

image