fix: add missing tracing::warn import, hide QuickActionsCard
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a279cbe5dd
commit
030015fce6
@ -11,7 +11,7 @@ use super::validation::validate_app_id;
|
|||||||
use crate::api::rpc::RpcHandler;
|
use crate::api::rpc::RpcHandler;
|
||||||
use anyhow::{Context, Result};
|
use anyhow::{Context, Result};
|
||||||
use tokio::io::{AsyncBufReadExt, BufReader};
|
use tokio::io::{AsyncBufReadExt, BufReader};
|
||||||
use tracing::{debug, info};
|
use tracing::{debug, info, warn};
|
||||||
|
|
||||||
impl RpcHandler {
|
impl RpcHandler {
|
||||||
/// Install a package from a Docker image.
|
/// Install a package from a Docker image.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div data-controller-container tabindex="0" class="glass-card p-6 mb-6 transition-all hover:-translate-y-1">
|
<div v-if="false" data-controller-container tabindex="0" class="glass-card p-6 mb-6 transition-all hover:-translate-y-1">
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
|
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
|
||||||
<!-- Service Status -->
|
<!-- Service Status -->
|
||||||
<div class="flex flex-col gap-3 p-4 bg-white/5 rounded-lg min-w-0">
|
<div class="flex flex-col gap-3 p-4 bg-white/5 rounded-lg min-w-0">
|
||||||
@ -43,8 +43,8 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Auto-Sync Toggle -->
|
<!-- Auto-Sync Toggle (hidden — not functional yet) -->
|
||||||
<div class="flex flex-col gap-3 p-4 bg-white/5 rounded-lg min-w-0">
|
<div v-if="false" class="flex flex-col gap-3 p-4 bg-white/5 rounded-lg min-w-0">
|
||||||
<div class="flex items-center justify-between min-w-0">
|
<div class="flex items-center justify-between min-w-0">
|
||||||
<div class="flex items-center gap-3 min-w-0">
|
<div class="flex items-center gap-3 min-w-0">
|
||||||
<svg class="w-5 h-5 text-white/60 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-5 h-5 text-white/60 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user