pinokiod 3.9.35 → 3.9.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/server/index.js +4 -2
- package/server/public/pinokio-black-3.png +0 -0
- package/server/public/pinokio-black.png +0 -0
- package/server/public/style.css +7 -2
- package/server/views/app.ejs +1 -1
- package/server/views/connect/x.ejs +1 -1
- package/server/views/connect.ejs +1 -1
- package/server/views/download.ejs +1 -1
- package/server/views/explore.ejs +1 -1
- package/server/views/file_explorer.ejs +1 -1
- package/server/views/general_editor.ejs +1 -1
- package/server/views/github.ejs +1 -1
- package/server/views/help.ejs +1 -1
- package/server/views/index.ejs +1 -1
- package/server/views/network.ejs +1 -1
- package/server/views/prototype/old_index.ejs +1 -1
- package/server/views/settings.ejs +1 -1
- package/server/views/sidebar.ejs +1 -1
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -564,7 +564,8 @@ class Server {
|
|
|
564
564
|
let p = "/api" // run mode
|
|
565
565
|
let _p = "/_api" // edit mode
|
|
566
566
|
let paths = [{
|
|
567
|
-
name:
|
|
567
|
+
name: "<img src='/pinokio-black.png'>",
|
|
568
|
+
//name: '<i class="fa-solid fa-house"></i>',
|
|
568
569
|
path: "/",
|
|
569
570
|
}, {
|
|
570
571
|
id: "back",
|
|
@@ -2116,7 +2117,8 @@ class Server {
|
|
|
2116
2117
|
}
|
|
2117
2118
|
}
|
|
2118
2119
|
//this.logo = (this.theme === 'dark' ? "<img class='icon' src='/pinokio-white.png'>" : "<img class='icon' src='/pinokio-black.png'>")
|
|
2119
|
-
this.logo = '<i class="fa-solid fa-house"></i>'
|
|
2120
|
+
//this.logo = '<i class="fa-solid fa-house"></i>'
|
|
2121
|
+
this.logo = "<img src='/pinokio-black.png' class='icon'>"
|
|
2120
2122
|
|
|
2121
2123
|
// 4. existing home is set + new home is set + existing home does NOT exist => delete the "home" field and DO NOT go through with the move command
|
|
2122
2124
|
// 5. existing home is NOT set + new home is set => go through with the "home" setting procedure
|
|
Binary file
|
|
Binary file
|
package/server/public/style.css
CHANGED
|
@@ -382,8 +382,7 @@ footer b {
|
|
|
382
382
|
color: royalblue;
|
|
383
383
|
}
|
|
384
384
|
.requirements .requirement-item .name {
|
|
385
|
-
|
|
386
|
-
color: silver;
|
|
385
|
+
color: rgba(0,0,0,0.7);
|
|
387
386
|
}
|
|
388
387
|
.requirements .requirement-item {
|
|
389
388
|
display: flex;
|
|
@@ -406,6 +405,12 @@ body.dark .requirement-item:first-child {
|
|
|
406
405
|
border-top: 1px solid rgba(0,0,0,0.08);
|
|
407
406
|
}
|
|
408
407
|
*/
|
|
408
|
+
body.dark .requirements .requirement-item .name {
|
|
409
|
+
color: rgba(255,255,255,0.8);
|
|
410
|
+
}
|
|
411
|
+
body.dark .requirements .requirement-item .name.highlighted {
|
|
412
|
+
color: royalblue;
|
|
413
|
+
}
|
|
409
414
|
body.dark .requirement-item {
|
|
410
415
|
/*
|
|
411
416
|
border-bottom: 1px solid rgba(255,255,255,0.04);
|
package/server/views/app.ejs
CHANGED
|
@@ -738,7 +738,7 @@ body.dark .appcanvas {
|
|
|
738
738
|
<body class='<%=theme%>' data-platform="<%=platform%>">
|
|
739
739
|
<header class='navheader grabbable'>
|
|
740
740
|
<h1>
|
|
741
|
-
<a class='home' href="/"><
|
|
741
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
742
742
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
743
743
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
744
744
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
|
@@ -188,7 +188,7 @@ pre {
|
|
|
188
188
|
<body class='<%=theme%>'>
|
|
189
189
|
<header class='navheader grabbable'>
|
|
190
190
|
<h1>
|
|
191
|
-
<a class='home' href="/"><
|
|
191
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
192
192
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
193
193
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
194
194
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
package/server/views/connect.ejs
CHANGED
|
@@ -226,7 +226,7 @@ body.dark .config {
|
|
|
226
226
|
<body class='<%=theme%>'>
|
|
227
227
|
<header class='navheader grabbable'>
|
|
228
228
|
<h1>
|
|
229
|
-
<a class='home' href="/"><
|
|
229
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
230
230
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
231
231
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
232
232
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
|
@@ -113,7 +113,7 @@ body.frozen {
|
|
|
113
113
|
<% } %>
|
|
114
114
|
<header class='grabbable'>
|
|
115
115
|
<h1>
|
|
116
|
-
<a class='home' href="/"><
|
|
116
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
117
117
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
118
118
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
119
119
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
package/server/views/explore.ejs
CHANGED
|
@@ -120,7 +120,7 @@ body main iframe {
|
|
|
120
120
|
<body class='<%=theme%>'>
|
|
121
121
|
<header class='navheader grabbable'>
|
|
122
122
|
<h1>
|
|
123
|
-
<a class='home' href="/"><
|
|
123
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
124
124
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
125
125
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
126
126
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
|
@@ -162,7 +162,7 @@ body.dark .browser-options-row {
|
|
|
162
162
|
<header class='navheader grabbable'>
|
|
163
163
|
<h1>
|
|
164
164
|
<% if (ishome) { %>
|
|
165
|
-
<a class='home' href="/"><
|
|
165
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
166
166
|
<button class='btn2' id='back'><i class="fa-solid fa-chevron-left"></i></button>
|
|
167
167
|
<button class='btn2' id='forward'><i class="fa-solid fa-chevron-right"></i></button>
|
|
168
168
|
<% } %>
|
|
@@ -188,7 +188,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
|
|
188
188
|
<body class='columns <%=theme%>'>
|
|
189
189
|
<header class='navheader grabbable'>
|
|
190
190
|
<h1>
|
|
191
|
-
<a class='home' href="/"><
|
|
191
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
192
192
|
<%=filepath%>
|
|
193
193
|
</h1>
|
|
194
194
|
<div class='runner'>
|
package/server/views/github.ejs
CHANGED
|
@@ -175,7 +175,7 @@ hr {
|
|
|
175
175
|
<body class='<%=theme%>'>
|
|
176
176
|
<header class='navheader grabbable'>
|
|
177
177
|
<h1>
|
|
178
|
-
<a class='home' href="/"><
|
|
178
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
179
179
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
180
180
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
181
181
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
package/server/views/help.ejs
CHANGED
|
@@ -253,7 +253,7 @@ body.dark .item .tile .badge {
|
|
|
253
253
|
<body class='<%=theme%>'>
|
|
254
254
|
<header class='navheader grabbable'>
|
|
255
255
|
<h1>
|
|
256
|
-
<a class='home' href="/"><
|
|
256
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
257
257
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
258
258
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
259
259
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
package/server/views/index.ejs
CHANGED
|
@@ -242,7 +242,7 @@ body.dark .open-menu, body.dark .browse {
|
|
|
242
242
|
<header class='navheader grabbable'>
|
|
243
243
|
<h1>
|
|
244
244
|
<% if (ishome) { %>
|
|
245
|
-
<a class='home' href="/"><
|
|
245
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
246
246
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
247
247
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
248
248
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
package/server/views/network.ejs
CHANGED
|
@@ -401,7 +401,7 @@ input:checked + .slider:before {
|
|
|
401
401
|
<body class='<%=theme%>'>
|
|
402
402
|
<header class='navheader grabbable'>
|
|
403
403
|
<h1>
|
|
404
|
-
<a class='home' href="/"><
|
|
404
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
405
405
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
406
406
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
407
407
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
|
@@ -544,7 +544,7 @@ body.dark .header-item.cursor.header-top {
|
|
|
544
544
|
<body class='<%=theme%>'>
|
|
545
545
|
<header class='navheader grabbable'>
|
|
546
546
|
<h1>
|
|
547
|
-
<a class='home' href="/"><
|
|
547
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
548
548
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
549
549
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
550
550
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
|
@@ -256,7 +256,7 @@ body.dark .keys pre {
|
|
|
256
256
|
-->
|
|
257
257
|
<header class='navheader grabbable'>
|
|
258
258
|
<h1>
|
|
259
|
-
<a class='home' href="/"><
|
|
259
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
260
260
|
<button class='btn2' id='back'><div><i class="fa-solid fa-chevron-left"></i></div><div>Prev</div></button>
|
|
261
261
|
<button class='btn2' id='forward'><div><i class="fa-solid fa-chevron-right"></i></div><div>Next</div></button>
|
|
262
262
|
<a class='btn2 create-new' id='create-new-folder'><div><i class='fa-solid fa-plus'></i></div><div>New</div></a>
|
package/server/views/sidebar.ejs
CHANGED
|
@@ -35,7 +35,7 @@ html, body {
|
|
|
35
35
|
</style>
|
|
36
36
|
</head>
|
|
37
37
|
<body class='<%=theme%>'>
|
|
38
|
-
<a class='
|
|
38
|
+
<a class='home' href="/"><img class='icon' src="/pinokio-black.png"></a>
|
|
39
39
|
<a class='header-item' href="<%=home%>">
|
|
40
40
|
<img src="<%=rawpath%>/<%=config.icon%>?raw=true"/>
|
|
41
41
|
<div><%=config.title%></div>
|