-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages page view mode #309
Comments
Hm, making an independent list would be better, but that would require GCA to crawl the packages, which is server heavy, bad idea. So what is left is editing the current package page, removing the grinds, item images, but you still have to get the description from the item tooltips, messy. We'll see, Gram and Apo are good at developing things, it's all about getting the right idea. |
it would not require GCA to crawl the packages any more than it currently does, from what I can see. Gladiatus already returns the tooltip data in the page's html. Something like this:
The attribute "data-tooltip", should give GCA what it needs, unless I'm mistaken. (The above item's name is "Manius Star talisman of Stars") But I'm sure the devs have a better understanding of what it would entail.. |
Just as a proof of concept, I've written a JS snippet (it's not pretty, but it works to show it can be done fairly easily).
|
What is the purpose of this? Why do you need a list of the items names? Describe what exactly you want to achieve so that we can understand what exactly is needed. |
Well, I don't think we need to make a whole list, we can just use the packages the way they already are and add the name from a tooltip somewhere above or under the item image, it will need some playing with CSS (font size, color...) but it should do the trick. I get that there isn't much space to add it, especially for long item names, it will need some playing with it. |
Oups... I need to fix this |
Can somebody add the de translation?
|
I think I fixed that by merging some feature in the compact view. Do you have the last version on you phone? (You will see the layout view option as a drop down) |
Yes. I have the drop down menu (really nice). |
I believe I am seeing the same. |
I think the various item heights are causing the problems, it's a big mess... However enabling the small items size feature does fix it completely, but the big ones are problematic. |
@SleepingShadow-bit can you get the latest commit and test it now? It's experimental, I can see more adjustments are needed. |
That may be due to compact style code running before the list changes... |
Or perhaps I did really caused it, but in my defense - I said it was experimental :D. |
And scratch that too, small items (like amulets) are having problems with 10px too, not enough space. |
Alright, it's probably half and a half, Apo is probably right too, with the last commit from me, it's loading fine, but I told GCA to load 100 pages, it did occur but not even every time, only sometimes and it seems scrolling too fast is also helping to recreate it, so it is related to page loading. I will not touch this anymore, other than that I think it's fine, but god knows what Sleeping will find again :D. |
Guys it's look good =) |
Ohoo now you have also implemented my wish =) - - > #354 |
Hmm, I do not have such a problem, did you tried a simple page refresh? I know this feature is problematic during the page load, but like I said, mine is fine. Console is clear I suppose? What browser are you running? |
am confused now Tried it several times. And in the meantime cleared cache and data. Now everything ok! |
Could it be that this is currently a cache and load issue? The error as shown above keeps coming back. And when removing packages, it doesn't update automatically, so I have to reload the page manually. Am I the only one with this issue? I will test more and more |
I will add a bug label to it, I know there are problems, most importantly I want the boys to focus on the completely broken features first, we will see about this one. |
I've just met a Gladiatus bug - the whole first page did not loaded, there was only text saying "no packages", I have disabled all extensions, and it was Gladiatus. Hard to work on something, when the game in its core doesn't work as it should.... |
@GramThanos Your code analyzing skills may be also needed here, I only want you to check this, and if something is bad, to do code improvements to prevent the page, to be badly loaded. However like I said, for example on my merged server, I often have server lags, timeouts, and that is affecting the packages a lot (items not loading or not loading in time). |
I don't see any problem on this. |
Looking good. |
Implemented in v4.3.6, closing, re-open if needed. |
Would be cool if we could switch view modes in packages page to show as a list, instead of a grid.
This way we could see the items' names instead of their picture, which i think would be much more useful.
The text was updated successfully, but these errors were encountered: