jupyterlab_claude_code_extension 1.2.35 → 1.2.36
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/package.json +1 -1
- package/style/base.css +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jupyterlab_claude_code_extension",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.36",
|
|
4
4
|
"description": "Browse, resume, and manage your Claude Code CLI sessions from a JupyterLab side panel. One click reactivates the right terminal - no duplicate tabs, live remote-control indicator, and favourites for the projects you keep coming back to.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
package/style/base.css
CHANGED
|
@@ -242,7 +242,10 @@
|
|
|
242
242
|
justify-content: center;
|
|
243
243
|
width: 14px;
|
|
244
244
|
height: 14px;
|
|
245
|
-
|
|
245
|
+
|
|
246
|
+
/* Dim the standard jp-icon3 star so the favourite marker is quiet, not an
|
|
247
|
+
alarm - lowers its visual weight against the row text. */
|
|
248
|
+
opacity: 0.5;
|
|
246
249
|
}
|
|
247
250
|
|
|
248
251
|
.jp-ClaudeSessionsPanel-favStar svg {
|