Changelog

What's new in POKEIT — features, fixes, and improvements.

v0.2.2

Latest2026-03-18

Smarter element inspection — host elements now show their parent React component, plus z-index and sync fixes.

div
ProfileCard > div
src/components/ProfileCard.tsx:24
New

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.

Fix

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.

Fix

Clear-All Sync

Deleting all notes from the popup now correctly clears markers and panel state in the content script across all matching tabs.

Update

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-13

Inspector precision improvements — smarter class filtering, keyboard navigation, and page-scoped notes.

Layout
ProfileCard
├─Avatar
Parent
Child
New

Keyboard Navigation

Use ↑↓ arrow keys to traverse parent and child elements without re-clicking. Navigate the entire DOM tree from your keyboard.

CodeViewHeader-module__Box_2__TB46f
tmp-px-3 tmp-pt-3
flex items-center gap-4 px-3 pt-3
New

Smart Class Filter

Automatically strips hashed class names from CSS Modules, styled-components, Emotion, and StyleX. Shows clean Tailwind utilities only.

/dashboard3 notes
/settings1 note
/profile2 notes
Fix

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.

component:Button
source:ui/Button.tsx:24
text:"Submit Order"
Fix

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-11

Redesigned overlay with clearer visual feedback.

element
content
padding
margin
Update

Improved Overlay UI

Redesigned element selection overlay with 3-layer highlight — content, padding, and margin visualized separately.

v0.1.0

2026-03-09

Initial release — visual QA inspector for AI-powered development.

POKEIT Inspector
New

Element Inspector

Option-click or ⌥P to inspect any element. Reads React fiber tree, computed styles, and source file paths with line numbers.

1
Change border-radius to 16px
2
Font size 16px
New

QA Notes

Leave plain-language notes on any element — "Make this 16px" or "Align to grid". Notes persist across page reloads.

[POKEIT] QA Notes
URL: localhost:3000
## 1. ProfileCard
- border-radius 16px
tree: App > Layout > ★ ProfileCard
New

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.png
New

Screenshot Capture

Download a screenshot of the current page with one click from the QA panel for visual reference.