-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Check for duplicates
- I've checked for duplicate open and closed issues by using the search function of the issue tracker
What platform are you running Path of Building on?
Windows
Is your feature request related to a problem?
PoB 1 & 2 currently allows users to input Trade URLs for gear slots to help find suitable items via the Path of Exile trade site. However, these URLs are not saved with the build. As a result, users must re-enter or re-paste trade links each time they reload the build, which is especially frustrating for builds with detailed gear search setups.
This is a quality-of-life issue that affects both solo build planning and sharing builds with others, as the trade search context is lost on reload.
Describe the solution you'd like
Save the Trade URLs entered in each gear slot as part of the build file. This would allow:
Trade links to persist between sessions.
Build creators to share item search context when exporting builds.
A more seamless build planning and optimization experience.
No UI changes would be required—just persistence of the existing field.
Describe alternatives you've considered
Using item notes or external documents to store Trade URLs (inefficient and not user-friendly).
Copy-pasting trade links each session (time-consuming and error-prone).
Additional context
No response