HilliamT / Vapor-Authenticator

Desktop Authenticator for Steam for players, traders and gamers to be able to utilise, facilitate and automate Steam from their desktop
MIT License
31 stars 9 forks source link

Adding accept all tradeoffers button #10

Closed rchutzz closed 1 year ago

rchutzz commented 1 year ago

Hello,

I had issues with confirmations not loading because of steam authentication issues.

  1. Resolved by updating npm update steamcommunity
  2. Added border/ width of size 12 to the renderConfirmations steam avatar to prevent it from overflowing
  3. Added a button Accept All to accept all trade confirmations.

For people who sell a lot of items on buff.163 or other marketplaces, this will allow users to automate accepting tons of confirmations at once (3 second delay that waits for promise to resolve). might need to add a warning that people are vunerable to API scams shouldn't use this feature.

Screen Shot 2023-07-09 at 5 42 43 PM

also, I do not know how to get around the dependency issue when trying to merge this branch with the master. when I run npm install steamcommunity, it updates the package-lock.json and all related dependencies which doesn't pass the test. however, it runs locally with npm start and npm run build.

any advice how to resolve the issue?