pinokiod 7.5.17 → 7.5.19

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "7.5.17",
3
+ "version": "7.5.19",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/script/index.js CHANGED
@@ -58,9 +58,9 @@ const server = new Server({
58
58
  return `https://pinokiocomputer.github.io/home/item?uri=${gitRemote}&display=profile`
59
59
  },
60
60
  site: "https://pinokio.co",
61
- discover_dark: "https://beta.pinokio.co?embed=1&theme=dark",
62
- discover_light: "https://beta.pinokio.co?embed=1&theme=light",
63
- portal: "https://beta.pinokio.co",
61
+ discover_dark: "https://pinokio.co?embed=1&theme=dark",
62
+ discover_light: "https://pinokio.co?embed=1&theme=light",
63
+ portal: "https://pinokio.co",
64
64
  docs: "https://pinokio.co/docs",
65
65
  install: "https://pinokiocomputer.github.io/program.pinokio.computer/#/?id=install",
66
66
  agent: "web",
package/server/index.js CHANGED
@@ -48,7 +48,7 @@ const DEFAULT_PORT = 42000
48
48
  const NOTIFICATION_SOUND_EXTENSIONS = new Set(['.aac', '.flac', '.m4a', '.mp3', '.ogg', '.wav', '.webm'])
49
49
  const LOG_STREAM_INITIAL_BYTES = 512 * 1024
50
50
  const LOG_STREAM_KEEPALIVE_MS = 25000
51
- const DEFAULT_REGISTRY_URL = 'https://beta.pinokio.co'
51
+ const DEFAULT_REGISTRY_URL = 'https://pinokio.co'
52
52
  const LOOPBACK_HOSTS = new Set(['127.0.0.1', 'localhost', '::1', '[::1]'])
53
53
  const NON_INTERACTIVE_GIT_ENV = {
54
54
  GIT_TERMINAL_PROMPT: "0",
@@ -6472,6 +6472,63 @@ body.dark .logs-resizer:hover .logs-resizer-toggle {
6472
6472
  }
6473
6473
  }
6474
6474
 
6475
+ body.main-sidebar-page main > .logs-container {
6476
+ overflow: hidden;
6477
+ }
6478
+
6479
+ .logs-page[data-view="latest"] {
6480
+ overflow-x: hidden;
6481
+ overflow-y: auto;
6482
+ overscroll-behavior: contain;
6483
+ scroll-padding-bottom: 96px;
6484
+ }
6485
+
6486
+ .logs-page[data-view="latest"] .logs-latest-view {
6487
+ flex: 1 0 auto;
6488
+ overflow: visible;
6489
+ }
6490
+
6491
+ .logs-page[data-view="latest"] .logs-latest-workspace {
6492
+ flex: 1 0 auto;
6493
+ align-items: start;
6494
+ grid-template-rows: auto;
6495
+ overflow: visible;
6496
+ }
6497
+
6498
+ .logs-page[data-view="latest"] .logs-report-pane,
6499
+ .logs-page[data-view="latest"] .logs-redaction-pane {
6500
+ align-self: start;
6501
+ width: 100%;
6502
+ overflow: visible;
6503
+ }
6504
+
6505
+ .logs-page[data-view="latest"] .logs-review-content,
6506
+ .logs-page[data-view="latest"] .logs-review-section--redactions {
6507
+ flex: 0 0 auto;
6508
+ overflow: visible;
6509
+ }
6510
+
6511
+ .logs-page[data-view="latest"] .logs-review-file-list {
6512
+ max-height: none;
6513
+ overflow: visible;
6514
+ }
6515
+
6516
+ .logs-page[data-view="latest"] .logs-report-output,
6517
+ .logs-page[data-view="latest"] .logs-redaction-list {
6518
+ flex: 0 0 auto;
6519
+ overflow: visible;
6520
+ }
6521
+
6522
+ .logs-page[data-view="latest"] .logs-redaction-pane {
6523
+ max-height: none;
6524
+ }
6525
+
6526
+ .logs-page[data-view="latest"] .logs-community-footer {
6527
+ position: sticky;
6528
+ bottom: 0;
6529
+ z-index: 3;
6530
+ }
6531
+
6475
6532
  /* Minimal SweetAlert normalization for generic QR/form modals. */
6476
6533
  .swal2-popup.min-popup,
6477
6534
  .swal2-popup.min-popup2 {
@@ -38,7 +38,7 @@
38
38
  <%- include('partials/app_navheader', { agent }) %>
39
39
  <% } %>
40
40
  <main>
41
- <div class='container'>
41
+ <div class='container <%= !logsError ? "logs-container" : "" %>'>
42
42
  <% if (!logsError) { %>
43
43
  <section class="logs-page" id="logs-root" data-workspace="<%= logsWorkspace ? logsWorkspace : '' %>" data-report-url="<%= logsReportUrl || '' %>" data-initial-view="<%= logsInitialView || 'raw' %>">
44
44
  <div class="logs-page-header">