Sip-smiling away

This commit is contained in:
firestar5683
2026-07-23 14:37:54 -05:00
parent bd6dced538
commit b72042042f
7 changed files with 53 additions and 15 deletions
@@ -1,7 +1,7 @@
import { html, reactive } from "/assets/vendor/arrow-core.js"
import { createBrowserHistory, createRouter } from "/assets/vendor/remix-router-1.3.1.js"
import { hideSidebar } from "/assets/js/utils.js"
import { DeviceSettings } from "/assets/components/tools/device_settings.js?v=favorite-actions-1"
import { DeviceSettings } from "/assets/components/tools/device_settings.js?v=favorite-c4-hint-1"
import { ErrorLogs } from "/assets/components/tools/error_logs.js"
import { VehicleFeatures } from "/assets/components/tools/vehicle_features.js"
import { GalaxyPairing } from "/assets/components/tools/galaxy.js"
@@ -1376,7 +1376,7 @@ function renderFavoriteSlotsPanel() {
</label>
<label class="ds-favorite-switch">
<span>Show On-Road Button</span>
<span>On-Road Button (C4: tap invisible third)</span>
<input
type="checkbox"
class="ds-toggle"
@@ -46,7 +46,7 @@
<link rel="stylesheet" href="/assets/components/tools/tsk_manager.css">
<script type="module">
import("/assets/components/router.js?v=favorite-actions-1").catch((err) => {
import("/assets/components/router.js?v=favorite-c4-hint-1").catch((err) => {
console.error("[the_galaxy] bootstrap failed", err);
const target = document.getElementById("app") || document.body;
const pre = document.createElement("pre");