forestui 0.9.5__py3-none-any.whl → 0.9.7__py3-none-any.whl
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.
- forestui/components/sidebar.py +0 -1
- forestui/theme.py +2 -9
- {forestui-0.9.5.dist-info → forestui-0.9.7.dist-info}/METADATA +1 -1
- {forestui-0.9.5.dist-info → forestui-0.9.7.dist-info}/RECORD +6 -6
- {forestui-0.9.5.dist-info → forestui-0.9.7.dist-info}/WHEEL +0 -0
- {forestui-0.9.5.dist-info → forestui-0.9.7.dist-info}/entry_points.txt +0 -0
forestui/components/sidebar.py
CHANGED
|
@@ -117,7 +117,6 @@ class Sidebar(Static):
|
|
|
117
117
|
"""Compose the sidebar UI."""
|
|
118
118
|
# App header box
|
|
119
119
|
with Vertical(id="sidebar-header-box"):
|
|
120
|
-
yield Label("forestui", id="sidebar-title")
|
|
121
120
|
yield Label(f"gh cli: {self._gh_status}", id="gh-status")
|
|
122
121
|
# Tree view
|
|
123
122
|
tree: Tree[RepoNode | WorktreeNode | ArchivedNode] = Tree(
|
forestui/theme.py
CHANGED
|
@@ -538,18 +538,11 @@ Container {
|
|
|
538
538
|
/* Sidebar Header Box */
|
|
539
539
|
#sidebar-header-box {
|
|
540
540
|
width: 100%;
|
|
541
|
-
height:
|
|
541
|
+
height: 3;
|
|
542
542
|
background: $bg-elevated;
|
|
543
543
|
border-bottom: solid $border;
|
|
544
544
|
align: center middle;
|
|
545
|
-
padding: 0;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
#sidebar-title {
|
|
549
|
-
text-align: center;
|
|
550
|
-
width: 100%;
|
|
551
|
-
color: $accent;
|
|
552
|
-
text-style: bold;
|
|
545
|
+
padding: 1 0 0 0;
|
|
553
546
|
}
|
|
554
547
|
|
|
555
548
|
#gh-status {
|
|
@@ -4,12 +4,12 @@ forestui/app.py,sha256=sJqSTydmirHzHd8Ousg36L3tFaFfazwNEmkInBsMjU8,39404
|
|
|
4
4
|
forestui/cli.py,sha256=41Bn3OmGRIEjJpiMZL3puncjgVpb0wqPPrf9ccBixG8,4921
|
|
5
5
|
forestui/models.py,sha256=vSeGOis6kdxJDV7720U-X0tACTJQkDnMY9WXYUAJsuA,6167
|
|
6
6
|
forestui/state.py,sha256=x54bDbYZYuQa8Yv00v6AzUBiDKeP1N55sNEPcRQh6tM,8854
|
|
7
|
-
forestui/theme.py,sha256=
|
|
7
|
+
forestui/theme.py,sha256=Kl6_ZPWfkNZtP9iNxLpwI0oBOJgvZ2eOlVRYy0vBaSo,9102
|
|
8
8
|
forestui/components/__init__.py,sha256=di1gcQvhn_g1PasCZM_Wddl5pDOSJ51PvLI8SGfV1hY,518
|
|
9
9
|
forestui/components/messages.py,sha256=aXivaa5oY3Cp5pWduuBfZWe-Ff6wjaWY_KUEJV4CcGs,1860
|
|
10
10
|
forestui/components/modals.py,sha256=-f6w1farHIy5vPEKImwp3SSRITnp5GxOZFNEYUchH1A,23494
|
|
11
11
|
forestui/components/repository_detail.py,sha256=4tORX6U_MuBj-tsv1FK1C-K5gvAAKbHalErcg5ad6HI,14819
|
|
12
|
-
forestui/components/sidebar.py,sha256=
|
|
12
|
+
forestui/components/sidebar.py,sha256=tnVlwegoMR86vUCv6l6ndV7RtYDZo3ma6-SSxB4NX10,8843
|
|
13
13
|
forestui/components/worktree_detail.py,sha256=edcC-R43ZsVIFc2VPxtWwVJr4cCaCXVMfpg0rMEwSiQ,12473
|
|
14
14
|
forestui/services/__init__.py,sha256=gNs1XGnyy277xOQNV-rc5tVejRZyjJRcWQ8h3WdPc4k,464
|
|
15
15
|
forestui/services/claude_session.py,sha256=jUM6ng39cUlWIfyvoglsYaqAMmT6NEfiROehIMd3kXg,6618
|
|
@@ -17,7 +17,7 @@ forestui/services/git.py,sha256=9Gu_yawmAckhBkepkNID80I_r4bFMqqs9IbTjT6VY4Q,9165
|
|
|
17
17
|
forestui/services/github.py,sha256=jZF0iYDL4iZHarXC5zYfqLhuyUDiP_VsUwP63Z7cSt8,8156
|
|
18
18
|
forestui/services/settings.py,sha256=j7PgYMoCaTv4moakNU2Uo75gMvezyYsmPpBV71-4Uec,2608
|
|
19
19
|
forestui/services/tmux.py,sha256=WPTm0JUV9wGbXo70iwW1l3gcjqlZUnwWO_W7whtC_Jg,9715
|
|
20
|
-
forestui-0.9.
|
|
21
|
-
forestui-0.9.
|
|
22
|
-
forestui-0.9.
|
|
23
|
-
forestui-0.9.
|
|
20
|
+
forestui-0.9.7.dist-info/METADATA,sha256=2WsxNEEErI6Q1ldMRoxLEtxRjNrHDFdneIOYGszk9_I,4829
|
|
21
|
+
forestui-0.9.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
22
|
+
forestui-0.9.7.dist-info/entry_points.txt,sha256=ifci7XODOi-Wmgal3AP-wCbNmsU7a2sHI-xe-def8CM,47
|
|
23
|
+
forestui-0.9.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|