Changelog
What's new in POKEIT — features, fixes, and improvements.
v0.2.2
Latest2026-03-18Smarter element inspection — host elements now show their parent React component, plus z-index and sync fixes.
Parent Component Resolution
Clicking a plain HTML element (div, span, etc.) now shows the nearest React component name — e.g. "ProfileCard > div" instead of just "div". Source paths point to the component file, not a CSS selector.
Overlay Z-Index
Inspector overlay, tooltips, QA markers, and input popups now use max z-index (2147483647) to prevent being hidden behind high-z-index site elements.
Clear-All Sync
Deleting all notes from the popup now correctly clears markers and panel state in the content script across all matching tabs.
Export Format
Copied QA notes now include the parent React component info when the target is a host element, giving AI agents better context for locating the right file.
v0.2.1
2026-03-13Inspector precision improvements — smarter class filtering, keyboard navigation, and page-scoped notes.
Keyboard Navigation
Use ↑↓ arrow keys to traverse parent and child elements without re-clicking. Navigate the entire DOM tree from your keyboard.
Smart Class Filter
Automatically strips hashed class names from CSS Modules, styled-components, Emotion, and StyleX. Shows clean Tailwind utilities only.
Page-Scoped Notes
QA notes are now scoped to the current page URL. Different routes no longer share annotations — each page keeps its own notes.
Text Content Detection
Inspector now captures direct text content of elements, giving AI agents more context about what the element actually displays.
v0.2.0
2026-03-11Redesigned overlay with clearer visual feedback.
Improved Overlay UI
Redesigned element selection overlay with 3-layer highlight — content, padding, and margin visualized separately.
v0.1.0
2026-03-09Initial release — visual QA inspector for AI-powered development.
Element Inspector
Option-click or ⌥P to inspect any element. Reads React fiber tree, computed styles, and source file paths with line numbers.
QA Notes
Leave plain-language notes on any element — "Make this 16px" or "Align to grid". Notes persist across page reloads.
One-Click Copy
Copy all notes with full component context — tree, styles, source paths — formatted and ready to paste into any AI coding agent.
Screenshot Capture
Download a screenshot of the current page with one click from the QA panel for visual reference.