You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add Playwright for end-to-end testing and LHCI for performance tracking
- Added Playwright as a testing framework with configuration in playwright.config.ts
- Introduced new npm scripts for end-to-end testing and performance tracking
- Updated package.json with new dependencies and scripts for CI builds
* feat(api): generate API service and models for posts and users
- Added BaseService for common API functionality.
- Implemented CRUD operations for posts: create, read, update, delete, and patch.
- Implemented user retrieval by ID and all users.
- Generated models for Post, User, Address, Company, Geo, and PostInput.
- Created request builder for handling HTTP requests with parameters.
- Updated ApiService to utilize generated services for user and post operations.
* feat: refactor API interactions by implementing facade services for users and posts
* feat(about): update profile image source to local asset and add alt text
* Add OpenAPI drift check to CI and refresh generated client
* Fix OpenAPI drift and align quality workflow with master
* Regenerate OpenAPI client to match current generator output
* feat: implement centralized branding configuration and update components to use branding service
* feat: update branding colors and styles across components for a cohesive design
0 commit comments