Open Darestr opened 1 week ago
currently in /frontend/src/lib/skill_tree.ts is being the search generated with current league which is sometimes bugging
export const openTrade = (jewel: number, conqueror: string, results: SearchWithSeed[]) => { const url = new URL('https://www.pathofexile.com/trade/search/Necropolis'); url.searchParams.set('q', JSON.stringify(constructQuery(jewel, conqueror, results))); window.open(url, '_blank'); };
Would it be possible to change the link from "https://www.pathofexile.com/trade/search/Necropolis"
to something like "https://www.pathofexile.com/trade/search/{league}"
and make an option to select custom leagues based on result from trade API? https://www.pathofexile.com/developer/docs/reference#leagues
Just was about to open this issue. Necro Settlers is not accessible and user needs to manually always change for every trade. It's really rough. Would be nice of change
currently in /frontend/src/lib/skill_tree.ts is being the search generated with current league which is sometimes bugging
Would it be possible to change the link from "https://www.pathofexile.com/trade/search/Necropolis"
to something like "https://www.pathofexile.com/trade/search/{league}"
and make an option to select custom leagues based on result from trade API? https://www.pathofexile.com/developer/docs/reference#leagues