@hienlh/ppm 0.11.8 → 0.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/web/assets/{audio-preview--VaB403K.js → audio-preview-1DSokoKb.js} +1 -1
  3. package/dist/web/assets/{chat-tab-DS455Mwt.js → chat-tab-DJRa8l8m.js} +8 -8
  4. package/dist/web/assets/code-editor-CcHvVH2U.js +8 -0
  5. package/dist/web/assets/{conflict-editor-DTMT0ZxI.js → conflict-editor-C7ve0DV-.js} +1 -1
  6. package/dist/web/assets/{database-viewer-B7aIs1XX.js → database-viewer-DIuNqm7A.js} +2 -2
  7. package/dist/web/assets/{diff-viewer-C9unqCxZ.js → diff-viewer-DeitZvBi.js} +1 -1
  8. package/dist/web/assets/{extension-webview-DUs8mqO_.js → extension-webview-Ca4T_biw.js} +1 -1
  9. package/dist/web/assets/{image-preview-CoiyMXuX.js → image-preview-DvcaLB4N.js} +1 -1
  10. package/dist/web/assets/index-BJ5XngyN.js +23 -0
  11. package/dist/web/assets/index-FKwHNxD8.css +2 -0
  12. package/dist/web/assets/{markdown-renderer-4LYdtPZU.js → markdown-renderer-DP-MF3bM.js} +2 -2
  13. package/dist/web/assets/{pdf-preview-CFO6CjHG.js → pdf-preview-CSreqeop.js} +1 -1
  14. package/dist/web/assets/{port-forwarding-tab-DpoVwtlp.js → port-forwarding-tab-pISwYxUi.js} +1 -1
  15. package/dist/web/assets/{postgres-viewer-Ku3X9rJQ.js → postgres-viewer-ZIO1deEA.js} +2 -2
  16. package/dist/web/assets/{settings-tab-l-SopAs4.js → settings-tab-DjTka3Fq.js} +1 -1
  17. package/dist/web/assets/{sqlite-viewer-DzS8-nbv.js → sqlite-viewer-Bxpo_5Ei.js} +1 -1
  18. package/dist/web/assets/{terminal-tab-ERPwhU5O.js → terminal-tab-Df8jrXRQ.js} +1 -1
  19. package/dist/web/assets/{video-preview-BZenXc_U.js → video-preview-DmeBvw9D.js} +1 -1
  20. package/dist/web/index.html +2 -2
  21. package/dist/web/sw.js +1 -1
  22. package/package.json +1 -1
  23. package/src/web/components/explorer/file-tree.tsx +57 -24
  24. package/src/web/components/layout/draggable-tab.tsx +7 -3
  25. package/src/web/components/layout/tab-bar.tsx +4 -0
  26. package/src/web/hooks/use-chat.ts +8 -0
  27. package/src/web/hooks/use-notification-badge.ts +39 -9
  28. package/src/web/lib/favicon.ts +23 -14
  29. package/src/web/stores/streaming-store.ts +23 -0
  30. package/dist/web/assets/code-editor-BsUsDjJz.js +0 -8
  31. package/dist/web/assets/index-B1GZswlR.js +0 -26
  32. package/dist/web/assets/index-C3ZstZ9f.css +0 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.11.10] - 2026-04-19
4
+
5
+ ### Added
6
+ - **File type icons**: Explorer tree now shows distinct icons for 50+ file extensions — images, videos, audio, databases, archives, spreadsheets, and language-specific code icons with color coding
7
+
8
+ ## [0.11.9] - 2026-04-19
9
+
10
+ ### Added
11
+ - **Streaming favicon indicator**: Favicon alternates between blue and amber when any chat tab is streaming an AI response; notification badge preserved during animation
12
+ - **Streaming tab icon indicator**: Chat tabs show a pulsing emerald dot on the icon while streaming, replacing the static notification badge during active streams
13
+
3
14
  ## [0.11.8] - 2026-04-19
4
15
 
5
16
  ### Fixed
@@ -1 +1 @@
1
- import{b as e}from"./vendor-markdown-0Mxgxy0L.js";import{t}from"./createLucideIcon-BjHrJDVb.js";import{t as n}from"./file-exclamation-point-BwzaQ50n.js";import"./api-client-Bn-Pi9k5.js";import{t as r}from"./utils-CTg5uAYR.js";import{M as i}from"./index-B1GZswlR.js";import{t as a}from"./use-blob-url-BK7zshV7.js";var o=t(`music`,[[`path`,{d:`M9 18V5l12-2v13`,key:`1jmyc2`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}],[`circle`,{cx:`18`,cy:`16`,r:`3`,key:`1hluhg`}]]),s=e();function c({filePath:e,projectName:t}){let{blobUrl:c,error:l}=a(e,t);return l?(0,s.jsxs)(`div`,{className:`flex flex-col items-center justify-center h-full gap-3 text-text-secondary`,children:[(0,s.jsx)(n,{className:`size-10 text-text-subtle`}),(0,s.jsx)(`p`,{className:`text-sm`,children:`Failed to load audio.`})]}):c?(0,s.jsxs)(`div`,{className:`flex flex-col items-center justify-center h-full gap-4 p-4 bg-surface`,children:[(0,s.jsx)(o,{className:`size-16 text-text-subtle`}),(0,s.jsx)(`p`,{className:`text-sm text-text-secondary truncate max-w-xs`,children:r(e)}),(0,s.jsx)(`audio`,{src:c,controls:!0,className:`w-full max-w-md`})]}):(0,s.jsx)(`div`,{className:`flex items-center justify-center h-full`,children:(0,s.jsx)(i,{className:`size-5 animate-spin text-text-subtle`})})}export{c as AudioPreview};
1
+ import{b as e}from"./vendor-markdown-0Mxgxy0L.js";import{t}from"./createLucideIcon-BjHrJDVb.js";import{t as n}from"./file-exclamation-point-BwzaQ50n.js";import"./api-client-Bn-Pi9k5.js";import{t as r}from"./utils-CTg5uAYR.js";import{N as i}from"./index-BJ5XngyN.js";import{t as a}from"./use-blob-url-BK7zshV7.js";var o=t(`music`,[[`path`,{d:`M9 18V5l12-2v13`,key:`1jmyc2`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}],[`circle`,{cx:`18`,cy:`16`,r:`3`,key:`1hluhg`}]]),s=e();function c({filePath:e,projectName:t}){let{blobUrl:c,error:l}=a(e,t);return l?(0,s.jsxs)(`div`,{className:`flex flex-col items-center justify-center h-full gap-3 text-text-secondary`,children:[(0,s.jsx)(n,{className:`size-10 text-text-subtle`}),(0,s.jsx)(`p`,{className:`text-sm`,children:`Failed to load audio.`})]}):c?(0,s.jsxs)(`div`,{className:`flex flex-col items-center justify-center h-full gap-4 p-4 bg-surface`,children:[(0,s.jsx)(o,{className:`size-16 text-text-subtle`}),(0,s.jsx)(`p`,{className:`text-sm text-text-secondary truncate max-w-xs`,children:r(e)}),(0,s.jsx)(`audio`,{src:c,controls:!0,className:`w-full max-w-md`})]}):(0,s.jsx)(`div`,{className:`flex items-center justify-center h-full`,children:(0,s.jsx)(i,{className:`size-5 animate-spin text-text-subtle`})})}export{c as AudioPreview};