voxblog/apps/admin/src
Ender 669fff9843 feat: add pagination and rate limit tracking to stock photo search
- Added pagination controls with Previous/Next buttons for stock photo results
- Implemented rate limit tracking and display showing API usage and reset time
- Enhanced stock photo search to support page navigation and results count
- Added new types for API responses and rate limit information
- Refactored stock photos API route with helper functions for better code organization
- Added validation and transformation functions for
2025-10-28 12:59:57 +01:00
..
assets chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
components feat: add pagination and rate limit tracking to stock photo search 2025-10-28 12:59:57 +01:00
features/recorder feat: improve audio clip URL handling after upload 2025-10-27 20:21:27 +01:00
hooks feat: persist AI generation state across navigation 2025-10-25 21:35:43 +02:00
layout refactor: remove AdminLayout wrapper and improve editor shell layout responsiveness 2025-10-24 21:35:56 +02:00
services localhost fix 2025-10-26 23:10:43 +00:00
utils feat: update database credentials and add content statistics docs 2025-10-26 22:52:14 +01:00
App.css style: update layout to use full viewport width and fix overflow issues 2025-10-24 22:58:43 +02:00
App.tsx docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
index.css style: update layout to use full viewport width and fix overflow issues 2025-10-24 22:58:43 +02:00
main.tsx feat: configure Material UI theme with custom colors and component styles 2025-10-24 15:20:32 +02:00