Skip to content

Commit dd09bb8

Browse files
Jean-Louis SUZANNEJean-Louis SUZANNE
authored andcommitted
v1.4.1-patch.40: feat: replace pause/play with pencil edit button & in-place probe parameter modal
- ConnectivityPerformance.tsx: replaced Pause/Play action button with Pencil icon button on each probe row - ConnectivityPerformance.tsx: pencil icon opens in-place Edit Probe Parameters modal - Edit modal supports modifying Probe Name, Protocol, Target URL/IP, Timeout, Frequency, and Content Matching options (mode, case sensitivity, expected text) - Row click still opens telemetry details modal as before
1 parent 7d0acab commit dd09bb8

6 files changed

Lines changed: 311 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.4.1-patch.38] - 2026-07-30
8+
## [v1.4.1-patch.40] - 2026-07-30
9+
### Added / Changed
10+
- **ConnectivityPerformance.tsx** 🎨 Replaced Pause/Play action button with a **Pencil Edit** button (`<Pencil size={16} />`) on each probe row in the Digital Experience list.
11+
- **ConnectivityPerformance.tsx****In-place Probe Edit Modal**: Clicking the pencil icon opens a modal directly from the Digital Experience view to edit probe parameters (Name, Protocol, Target URL/IP, Timeout, Frequency, and Content Matching options).
12+
- **ConnectivityPerformance.tsx** 💡 Clicking anywhere else on the probe row continues to open the telemetry details modal.
13+
914
## [v1.4.1-patch.39] - 2026-07-30
1015
### Added
1116
- **ConnectivityPerformance.tsx****Option A — Ghost pending probes**: probes added in Settings appear immediately in the Digital Experience list with a `⏳ PENDING` badge and a slow-spinning icon. They show `` for Score/Latency/Reliability until the first result arrives, then automatically transition to a normal row.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🕸️ Stigix — Advanced Networking & Security Simulation Environment
22

3-
[![Version](https://img.shields.io/badge/Version-1.4.1--patch.39-blue.svg)](https://github.com/jsuzanne/stigix/releases)
3+
[![Version](https://img.shields.io/badge/Version-1.4.1--patch.40-blue.svg)](https://github.com/jsuzanne/stigix/releases)
44
[![Docker Pulls](https://img.shields.io/docker/pulls/jlsuzanne/stigix)](https://hub.docker.com/r/jlsuzanne/stigix)
55
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.1-patch.39
1+
v1.4.1-patch.40

engines/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.1-patch.39
1+
v1.4.1-patch.40

web-dashboard/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.1-patch.39
1+
v1.4.1-patch.40

0 commit comments

Comments
 (0)