File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments