Chrome extension for mocking HTTP requests

2 Open Issues Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a feature in the Mockiato Chrome extension to display comments inline with response mocks in the DevTools UI. This involves modifying the UI to show a truncated comment next to each mock, with a tooltip showing the full comment on hover. The implementation should handle comments of varying lengths and ensure the UI remains clean and user-friendly.

Complexity: 3/5
enhancement good first issue

Chrome extension for mocking HTTP requests

TypeScript

AI Summary: Implement 'Collapse All' and 'Expand All' buttons for response mock groups in the Mockiato Chrome extension's DevTools panel. The buttons should be located in the top sticky bar and optionally persist the last selected state (collapsed or expanded) across sessions.

Complexity: 3/5
enhancement good first issue

Chrome extension for mocking HTTP requests

TypeScript