Implemented Native Features
v0.1.0- View Transitions APISmooth FLIP animations on grid shuffle, sort, and filter using `document.startViewTransition`.
- HTML Popover APINative top-layer rendering (`popover="auto"`) for icon details, features, and advanced filtering without z-index hacks.
- Web Workers APIOff-main-thread ZIP generation via `Comlink` to prevent UI freezing during bulk downloads.
- HTML5 Drag & DropNative `onDragStart` with `DownloadURL` payloads for OS saving, and physical grid reordering.
- Intersection ObserverHigh-performance infinite scrolling without attaching to massive browser scroll events.
- CSS Container QueriesFluid responsive grid items utilizing `@container` logic decoupled from the viewport width.
- Web Share & Clipboard APINative OS-level sharing sheets and clipboard access for jsDelivr links.