what it says on the tin, bc i'd like an easy way to find items that i get from either vending a ton or just collecting a bunch from questing.
I don't think this is really necessary. Its pretty simple to scan for the wishlist border in inventory. Granted, the regular WL border is a bit pale for my eyes, but I just use CSS to make it stand out more.
.wishlist {border:3px solid blue;}
Might want to revisit the idea whenever the new site comes online since we may not be able to use CSS to fix it then.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
i don't really think this is needed either, as custom CSS can make it pretty obvious which items in your inventory are on your wishlist. i use this code, which also rounds out the image to help it stand out a little better. it looks like this in the inventory.
.wishlist {border: 2px solid ; border-radius: 15px ; radius: 15px }
.wl_item.wishlist img { border-radius: 15px ; radius: 15px }
if there's no custom CSS on the new website, Chrome extensions like "User CSS" can be really helpful as they allow you to make custom CSS for any website.