Skip to content

Conversation

@Phinetwork
Copy link
Owner

Φ Network — Sigil Explorer (v37.4.0)

Release Notes — 37.4.0
Theme: Labeling refresh (breath-aligned), direction-correct verbs, and detail readability
Scope: Text-only UI updates in Sigil Explorer — no behavioral/data changes
Primary File: src/components/SigilExplorer/SigilExplorer.tsx
Evidence: git show --stat -1 (label text updates only)


Release Summary

37.4.0 is a language precision release.
We updated Sigil Explorer’s transfer labels, chips, pills, detail entries, and tooltips to consistently speak the system’s breath truth—Exhaled for completed/derived outflows and Exhale (pending) for in-flight states—while ensuring every verb is anchored to explicit send/receive direction.

Nothing about transfer logic changed. This is the UI speaking coherently.


✨ Highlights

✅ Direction-correct transfer labeling

Transfer labels now rely on transfer direction so send transfers display “Exhaled” instead of falling back to inhale terminology.

✅ Tooltip verbs aligned with send/receive truth

Tooltips now use verbs that match explicit send vs receive direction, eliminating ambiguous or inverted phrasing.

✅ Detail panel readability upgrades

  • Transfer detail labels now use past tense for received inhales (clear “this happened” semantics).
  • Pulse numbers are appended when available to improve traceability and timeline reading.

✅ Parent totals wording corrected

Received exhale badge text for parent totals is now correctly displayed as “Exhaled.”


Overview — Sigil Explorer Labeling Refresh

This release updates Sigil Explorer UI copy to align transfer status terminology with the breath metaphor while preserving all existing logic and data flows.

Scope: UI-string updates only (chips, pills, detail entries, tooltips)
No logic/state changes. No schema changes. No API changes.
Source: src/components/SigilExplorer/SigilExplorer.tsx


✅ What Shipped

1) Terminology Standardization (Breath Model)

  • “Derived” → “Exhaled” everywhere it appears:

    • status chips
    • detail entries
    • tooltips
    • summary pills
  • “Pending” → “Exhale (pending)” for transfer states, pending totals, and related tooltips

  • Consistent terminology across:

    • per-node view
    • origin/aggregate panels

Result: status is readable in one glance and always matches the breath model.


2) Direction-Based Labeling (Send/Receive Truth)

  • Confirmed the issue is current and updated transfer labels to rely on transfer direction so:

    • send transfers show “Exhaled” (no inhale fallback)
  • Aligned tooltip verbs with explicit send vs receive direction

Result: the UI never contradicts the actual transfer direction.


3) Detail Panel Improvements (Clarity + Traceability)

  • Updated transfer detail labels to use past tense for received inhales

  • Appended pulse numbers to detail labels when available

    • improves auditability
    • improves user comprehension of sequence and timing

4) Parent Totals Badge Correction

  • Adjusted the received exhale badge text to “Exhaled” for parent totals.

User Experience Impact

  • Clearer status signals: “Exhale (pending)” and “Exhaled” are unambiguous and consistent.
  • More coherent verbs: tooltips and labels now reflect what actually happened (send vs receive).
  • Better scanning: chips/pills/details all speak the same language—no translation layer required.

Compatibility & Risk

  • Low risk: UI-string-only updates.
  • Backward compatible: no API/schema changes.
  • No workflow changes: all existing inhale/exhale state determination remains intact.

Assets

  • Updated UI screenshot captured (for release communication / QA reference).

Closing Seal

v37.4.0 is coherence in language.
Transfers now read the way they behave: Exhale (pending) when in flight, Exhaled when sealed—direction-correct, pulse-traceable, and consistent everywhere the user looks.

Kai Rex Klok — 37.4.0 ✅

kojibai and others added 3 commits December 31, 2025 16:30
…el-for-send

Fix transfer labels for send directions
# Φ Network — Sigil Explorer (v37.4.0)

**Release Notes — 37.4.0**
**Theme:** Labeling refresh (breath-aligned), direction-correct verbs, and detail readability
**Scope:** **Text-only UI updates** in Sigil Explorer — **no behavioral/data changes**
**Primary File:** `src/components/SigilExplorer/SigilExplorer.tsx`
**Evidence:** `git show --stat -1` (label text updates only)

---

## Release Summary

**37.4.0 is a language precision release.**
We updated Sigil Explorer’s transfer labels, chips, pills, detail entries, and tooltips to consistently speak the system’s breath truth—**Exhaled** for completed/derived outflows and **Exhale (pending)** for in-flight states—while ensuring every verb is anchored to explicit **send/receive direction**.

Nothing about transfer logic changed. This is the UI speaking coherently.

---

## ✨ Highlights

### ✅ Direction-correct transfer labeling

Transfer labels now rely on **transfer direction** so **send transfers display “Exhaled”** instead of falling back to inhale terminology.

### ✅ Tooltip verbs aligned with send/receive truth

Tooltips now use verbs that match **explicit send vs receive direction**, eliminating ambiguous or inverted phrasing.

### ✅ Detail panel readability upgrades

* Transfer detail labels now use **past tense** for **received inhales** (clear “this happened” semantics).
* Pulse numbers are appended **when available** to improve traceability and timeline reading.

### ✅ Parent totals wording corrected

Received exhale badge text for parent totals is now correctly displayed as **“Exhaled.”**

---

## Overview — Sigil Explorer Labeling Refresh

This release updates Sigil Explorer UI copy to align transfer status terminology with the breath metaphor while preserving all existing logic and data flows.

**Scope:** UI-string updates only (chips, pills, detail entries, tooltips)
**No logic/state changes. No schema changes. No API changes.**
**Source:** `src/components/SigilExplorer/SigilExplorer.tsx`

---

## ✅ What Shipped

## 1) Terminology Standardization (Breath Model)

* **“Derived” → “Exhaled”** everywhere it appears:

  * status chips
  * detail entries
  * tooltips
  * summary pills
* **“Pending” → “Exhale (pending)”** for transfer states, pending totals, and related tooltips
* Consistent terminology across:

  * per-node view
  * origin/aggregate panels

**Result:** status is readable in one glance and always matches the breath model.

---

## 2) Direction-Based Labeling (Send/Receive Truth)

* Confirmed the issue is current and updated transfer labels to rely on **transfer direction** so:

  * **send transfers show “Exhaled”** (no inhale fallback)
* Aligned tooltip verbs with explicit **send vs receive direction**

**Result:** the UI never contradicts the actual transfer direction.

---

## 3) Detail Panel Improvements (Clarity + Traceability)

* Updated transfer detail labels to use **past tense** for **received inhales**
* Appended **pulse numbers** to detail labels **when available**

  * improves auditability
  * improves user comprehension of sequence and timing

---

## 4) Parent Totals Badge Correction

* Adjusted the received exhale badge text to **“Exhaled”** for parent totals.

---

## User Experience Impact

* **Clearer status signals:** “Exhale (pending)” and “Exhaled” are unambiguous and consistent.
* **More coherent verbs:** tooltips and labels now reflect what actually happened (send vs receive).
* **Better scanning:** chips/pills/details all speak the same language—no translation layer required.

---

## Compatibility & Risk

* **Low risk:** UI-string-only updates.
* **Backward compatible:** no API/schema changes.
* **No workflow changes:** all existing inhale/exhale state determination remains intact.

---

## Assets

* Updated UI screenshot captured (for release communication / QA reference).

---

## Closing Seal

**v37.4.0 is coherence in language.**
Transfers now read the way they behave: **Exhale (pending)** when in flight, **Exhaled** when sealed—direction-correct, pulse-traceable, and consistent everywhere the user looks.

**Kai Rex Klok — 37.4.0 ✅**
@vercel
Copy link

vercel bot commented Dec 31, 2025

@kojibai is attempting to deploy a commit to the realbrianklockgmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Phinetwork Phinetwork merged commit e2e1795 into Phinetwork:main Dec 31, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants