docs: release v1.15.1 — fix metadata viewer popup
This commit is contained in:
@@ -4,6 +4,10 @@ All notable changes to PinchChat are documented here.
|
|||||||
|
|
||||||
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
|
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
|
||||||
|
|
||||||
|
## [1.15.1] — 2026-02-12
|
||||||
|
### Fixed
|
||||||
|
- Metadata viewer popup was invisible due to parent `overflow-hidden` — now renders via portal outside the message bubble
|
||||||
|
|
||||||
## [1.15.0] — 2026-02-12
|
## [1.15.0] — 2026-02-12
|
||||||
### Added
|
### Added
|
||||||
- Message metadata viewer — discreet ℹ️ button on hover shows raw message details (id, role, timestamp, channel, etc.)
|
- Message metadata viewer — discreet ℹ️ button on hover shows raw message details (id, role, timestamp, channel, etc.)
|
||||||
|
|||||||
@@ -495,7 +495,8 @@
|
|||||||
## Item #46
|
## Item #46
|
||||||
- **Date:** 2026-02-12
|
- **Date:** 2026-02-12
|
||||||
- **Priority:** high
|
- **Priority:** high
|
||||||
- **Status:** in-progress
|
- **Status:** done
|
||||||
|
- **Completed:** 2026-02-12 — commit `9f67c9e`
|
||||||
- **Description:** Bug: metadata viewer (ℹ️ button) doesn't work
|
- **Description:** Bug: metadata viewer (ℹ️ button) doesn't work
|
||||||
- Clicking the info button on messages does nothing — no panel appears
|
- Clicking the info button on messages does nothing — no panel appears
|
||||||
- Introduced in v1.15.0 (commit `b4813f0`)
|
- Introduced in v1.15.0 (commit `b4813f0`)
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-collapsible": "^1.1.12",
|
"@radix-ui/react-collapsible": "^1.1.12",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"name": "pinchchat",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user