Skip to content

Commit e00ae75

Browse files
shreyas-lyzrclaude
andcommitted
fix: settings tab hidden by default — inline style was overriding .hidden class
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a2ef1a1 commit e00ae75

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitclaw",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "A universal git-native multimodal always learning AI Agent (TinyHuman)",
55
"author": "shreyaskapale",
66
"license": "MIT",

src/voice/ui.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,8 @@
892892
/* Communication view */
893893
.comms-view { display: flex; flex-direction: column; flex: 1; overflow: hidden; }
894894
.comms-view.hidden { display: none; }
895+
.settings-view { display: flex; flex: 1; overflow-y: auto; padding: 16px; }
896+
.settings-view.hidden { display: none !important; }
895897
.comms-header {
896898
display: flex; flex-direction: column; gap: 4px;
897899
padding: 16px 20px; border-bottom: 1px solid #21262d;
@@ -1351,7 +1353,7 @@ <h3 style="margin:0;color:#8b949e;font-size:12px;text-transform:uppercase;letter
13511353
<div id="schedulesList"></div>
13521354
</div>
13531355
</div>
1354-
<div class="settings-view hidden" id="settingsView" style="display:flex;flex:1;overflow-y:auto;padding:16px;">
1356+
<div class="settings-view hidden" id="settingsView">
13551357
<div style="max-width:560px;width:100%;margin:0 auto;">
13561358
<h3 style="margin:0 0 16px;color:#e6edf3;font-size:16px;">Settings</h3>
13571359
<div id="settingsStatus" style="display:none;padding:10px 14px;border-radius:6px;margin-bottom:16px;font-size:13px;"></div>

0 commit comments

Comments
 (0)