Skip to content

Commit 73dece8

Browse files
committed
chore: remove unused monitoring variables
1 parent ad7439b commit 73dece8

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

packages/web/src/features/settings/components/monitoring-settings-subpage.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ export function MonitoringSettingsSubpage({
5757
: null;
5858
const hostSnapshot = stageResponse?.snapshot.host ?? null;
5959
const runtimeSnapshot = stageResponse?.snapshot.runtime ?? null;
60-
const entityCount =
61-
(stageResponse?.snapshot.workspaces.length ?? 0) +
62-
(stageResponse?.snapshot.sessions.length ?? 0) +
63-
(stageResponse?.snapshot.subprocessGroups.length ?? 0);
6460
const statusLabel =
6561
settings.enabled && !monitoringData.error && !stageResponse?.telemetry?.degraded
6662
? t("monitoring.status_stable")

packages/web/src/styles/tokens-touch.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ function getDeclaredCustomProperties(block: string): string[] {
5353

5454
describe("tokens.css touch tokens", () => {
5555
const builtInThemes = THEME_IDS;
56-
const seasonalThemes = THEME_IDS.filter((themeId) =>
57-
/^(spring|summer|autumn|winter)-(dark|light)$/.test(themeId)
58-
);
5956

6057
const requiredIconTokens = [
6158
"--icon-primary",

0 commit comments

Comments
 (0)