chore: add shared components and update docs

- Add vendor selector component for admin pages
- Add input macros for form handling
- Add truck icon for shipping UI
- Update vendor operations expansion plan
- Update mkdocs configuration
- Update dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 21:05:50 +01:00
parent 6c6b5d259d
commit f3dc143f1d
7 changed files with 383 additions and 22 deletions

View File

@@ -142,8 +142,9 @@ markers = [
"performance: marks tests as performance and load tests",
"auth: marks tests as authentication and authorization tests",
"products: marks tests as product management functionality",
"inventory: marks tests as inventory and inventory management",
"vendors: marks tests as vendor management functionality",
"inventory: marks tests as inventory and stock management",
"vendors: marks tests as vendor management (plural - admin context)",
"vendor: marks tests as vendor API tests (singular - vendor context)",
"admin: marks tests as admin functionality and permissions",
"marketplace: marks tests as marketplace import functionality",
"stats: marks tests as statistics and reporting",