@delt/claude-alarm 0.3.7 → 0.3.9

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.
package/README.md CHANGED
@@ -7,7 +7,7 @@ Monitor and interact with multiple Claude Code sessions from a web dashboard. Ge
7
7
  ## Architecture
8
8
 
9
9
  <p align="center">
10
- <img src="docs/architecture.svg" alt="Architecture" width="800">
10
+ <img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/architecture.svg" alt="Architecture" width="800">
11
11
  </p>
12
12
 
13
13
  ## Features
@@ -53,7 +53,7 @@ Open `http://127.0.0.1:7900` in your browser.
53
53
  ## Message Flow
54
54
 
55
55
  <p align="center">
56
- <img src="docs/message-flow.svg" alt="Message Flow" width="700">
56
+ <img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/message-flow.svg" alt="Message Flow" width="700">
57
57
  </p>
58
58
 
59
59
  ## Dashboard Layout
@@ -151,7 +151,7 @@ Config stored at `~/.claude-alarm/config.json`:
151
151
  ## Remote Access
152
152
 
153
153
  <p align="center">
154
- <img src="docs/remote-access.svg" alt="Remote Access" width="600">
154
+ <img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/remote-access.svg" alt="Remote Access" width="600">
155
155
  </p>
156
156
 
157
157
  1. Set host to `0.0.0.0` in `~/.claude-alarm/config.json`
@@ -374,9 +374,9 @@
374
374
  .notif-header h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dim); padding: 0; }
375
375
  .notif-clear-all {
376
376
  background: none;
377
- border: 1px solid var(--border);
377
+ border: 1px solid var(--accent);
378
378
  border-radius: 4px;
379
- color: var(--text-dim);
379
+ color: var(--accent);
380
380
  cursor: pointer;
381
381
  font-size: 11px;
382
382
  padding: 2px 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -374,9 +374,9 @@
374
374
  .notif-header h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dim); padding: 0; }
375
375
  .notif-clear-all {
376
376
  background: none;
377
- border: 1px solid var(--border);
377
+ border: 1px solid var(--accent);
378
378
  border-radius: 4px;
379
- color: var(--text-dim);
379
+ color: var(--accent);
380
380
  cursor: pointer;
381
381
  font-size: 11px;
382
382
  padding: 2px 8px;