snipe/app/platforms/ebay
pyr0ball 5db890c9f9
Some checks are pending
CI / Python tests (push) Waiting to run
CI / Frontend typecheck + tests (push) Waiting to run
Mirror / mirror (push) Waiting to run
fix(lint): resolve remaining ruff errors — TYPE_CHECKING, unused vars, E702
- categories.py: TYPE_CHECKING guard for EbayTokenManager (F821)
- test_browser_pool.py: remove unused errors var (F841), split semicolon
  thread calls onto separate lines (E702)
2026-07-06 02:48:43 -07:00
..
__init__.py feat: add PlatformAdapter base and eBay token manager 2026-03-25 13:08:55 -07:00
adapter.py refactor(adapters): accept SharedTableProtocol; replace thread-local Store pattern with clone() 2026-05-18 09:12:00 -07:00
auth.py feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00
browser_pool.py fix(browser-pool): replace queue with thread-local storage to fix Playwright cross-thread crash (#53) 2026-05-04 09:27:20 -07:00
categories.py fix(lint): resolve remaining ruff errors — TYPE_CHECKING, unused vars, E702 2026-07-06 02:48:43 -07:00
normaliser.py feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00
query_builder.py feat(snipe): eBay trust scoring MVP — search, filters, enrichment, comps 2026-03-26 23:37:09 -07:00
scraper.py refactor(adapters): accept SharedTableProtocol; replace thread-local Store pattern with clone() 2026-05-18 09:12:00 -07:00