HeartofPhos / exile-leveling

Path of Exile Leveling Guide

Home Page:https://HeartofPhos.github.io/exile-leveling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option back for one in all sidebar

Medivha opened this issue · comments

Idk maybe I'm wrong but wasn't it before that tree gems and search was all on one thing. (in order tree->search->gems) Switching between the 3 is not necessary when it fits on one screen and I don't need to tab out all the time.

I've had a look at this but can't find a satisfactory way to handle layout shifts with the dynamic nature of gem links.
I'm leaving this issue open and will have a look at better approaches, but that will not happen before 3.22 league start

Maybe 2 sidebars? Gems on left and search and tree on the right? idk i feel the tool should have the goal to reduce clicks, so you just can look at it and just play (and I understand that this is not the main goal of it ;) )

also the middle part is huge, idk if it needs to stretch so wide (but I guess mobile is a bit in mind)

That's vaguely what I want to implement, putting optionally each section side by side.

In an ideal world you could just put it on a 2nd screen and never need to tab out, but practically that's not happening anytime soon. I've considered making a client side binary that can communicate with the website for things like automatically marking sections as done, similar to how the https://github.com/Lailloken/Lailloken-UI integration works.

Unfortunately it's not possible to create a true "brain-off" experience, POB simply has too much freedom in naming/grouping things to assume some form of convention. Users simply have to click next/prev for passive trees and gemlinks.

for now, I helped my self and created some custom filters for ublock origin and let it show all again and in reversed order so regex is on top

in My filters

! 2023-08-14 https://heartofphos.github.io
heartofphos.github.io##div[class*="_hidden"]:style(display: flex !important)
heartofphos.github.io##div[class*="contents"]:style(flex-direction: column-reverse !important)
heartofphos.github.io##div[class*="searchStrings"]:style(height: 40px !important)

8105280 Adds back the option to show all sidebar items
image