beads-ui 0.6.0 → 0.7.0
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/CHANGES.md +20 -0
- package/app/main.bundle.js +232 -203
- package/app/main.bundle.js.map +3 -3
- package/app/protocol.js +5 -2
- package/app/styles.css +64 -0
- package/package.json +1 -1
- package/server/bd.js +32 -0
- package/server/ws.js +73 -1
package/CHANGES.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
- [`255845f`](https://github.com/mantoni/beads-ui/commit/255845fd49a1e830dd56404d4d49d71c4f3bd18f)
|
|
6
|
+
feat: add comments to issue detail view (Frederic Haddad)
|
|
7
|
+
>
|
|
8
|
+
> - Add get-comments and add-comment WebSocket handlers
|
|
9
|
+
> - Display comments with author and timestamp in detail view
|
|
10
|
+
> - Add comment input form with Ctrl+Enter submit
|
|
11
|
+
> - Auto-fill author from git config user.name
|
|
12
|
+
> - Fetch comments when loading issue details
|
|
13
|
+
>
|
|
14
|
+
> 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
|
15
|
+
>
|
|
16
|
+
> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
17
|
+
>
|
|
18
|
+
- [`a296e98`](https://github.com/mantoni/beads-ui/commit/a296e98dadb59d989cf2acac15666c0d38c635d6)
|
|
19
|
+
Add CHANGES.md to prettier ignore
|
|
20
|
+
|
|
21
|
+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2025-12-19._
|
|
22
|
+
|
|
3
23
|
## 0.6.0
|
|
4
24
|
|
|
5
25
|
- [`2e25941`](https://github.com/mantoni/beads-ui/commit/2e259418ab24367468daa4449833550f1e9cb297)
|