mainIine / foe-helfer-extension

FoE Helfer - Extension for chromium based browsers and Firefox ;-)
https://foe-helper.com
GNU Affero General Public License v3.0
119 stars 181 forks source link

Blue Galaxy helper is no longer ranked high to low #2731

Closed draghor1 closed 5 months ago

draghor1 commented 5 months ago

Today my BG helper is no longer showing BG targets in order of the benefit. It also has an additional column, showing fragments of buildings. It is also no longer removing the items already used.

These are not helpful changes and I haven't found an option to change the parameters to the original view. Rebooting the game has not resolved these issues.

valimaties commented 5 months ago

More than that, the popup cannot be resized, as long as it does not fit the available screen area, it grows to much and the right-down corner cannot be placed in the view. It is awkward. PS: Seems that only items which gives fragments dissapear, the other ones remains in the list

BTW: What means those stars?

hutch924 commented 5 months ago

It also has removed my Sunflower Oil Presses and Lab of Monstrosities from the list entirely. The star added is nice though to verify the building is motivated.

valimaties commented 5 months ago

I understand now the star, but in this state is useless, till next update I will deactivate the window for starting when the building is accessed. Wrong step, IMO

AlfonZ42 commented 5 months ago

As a workaround in the mean time for the overly large default BG window size, close the BG window and run in the dev console (F12 or Ctrl+Shift+I): localStorage.setItem('bluegalaxySize','500|400'). This should set the window to a small enough size.

jamesrpx commented 5 months ago

Latest update has completely wrecked BG helper. No longer shows buildings in order of benefits. No longer removes buildings when collected - either shows them as done or as ready in 24 hours. Please revert to old version until you can fix the problems with the update.

hutch924 commented 5 months ago

Latest update has completely wrecked BG helper. No longer shows buildings in order of benefits. No longer removes buildings when collected - either shows them as done or as ready in 24 hours. Please revert to old version until you can fix the problems with the update.

I had to refresh the game after collecting for them to remove. The problem is it completely removed 2 buildings from the next collection that is showing. I will not be surprised if they show up tomorrow when I collect my BG though. I also had to change the number at the top from .2 to .1 to get my buildings back in the normal order. I don't recall ever having to adjust that.

SmartCologne commented 5 months ago

Window is way too large now. please make the fragment column otional

BoboGargle commented 5 months ago

As per jamesrpx, has been borked.

valimaties commented 5 months ago

As a workaround in the mean time for the overly large default BG window size, close the BG window and run in the dev console (F12 or Ctrl+Shift+I): localStorage.setItem('bluegalaxySize','500|400'). This should set the window to a small enough size.

Yes, this workaround is good till next update.

However, why the buildings remains in the window? Why they don't dissapear? Which is the logic?

draghor1 commented 5 months ago

Update: Please remove the fragments column or enable it to be hidden. The terms are so long they cause the text to wrap which stretches the bottom of the box below the frame of my screen. I can no longer size the screen. Also not all buildings are displayed and most continue to show as available to collect after they've been collected. This helper has lost about 90% of it's value to the my game.

valimaties commented 5 months ago

Update: Please remove the fragments column or enable it to be hidden. The terms are so long they cause the text to wrap which stretches the bottom of the box below the frame of my screen. I can no longer size the screen. ...

The popup window must resize itself if the size is greater than 100% of viewport height. Let's say to 90%. This can be done in bluegalaxy css file, by setting the max-height property to 90% of viewport's height, or using calc function in css value of max-height. It is so simple.

outoftheline commented 5 months ago

We just rolled out a new update and every concern should be addressed.