Skip to content

Commit

Permalink
Rework Update Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Stijnus committed Mar 8, 2025
1 parent 7ff48e1 commit 7a48472
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 1,011 deletions.
2 changes: 1 addition & 1 deletion app/components/@settings/core/ControlPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const TAB_DESCRIPTIONS: Record<TabType, string> = {
};

// Beta status for experimental features
const BETA_TABS = new Set<TabType>(['task-manager', 'service-status', 'update', 'local-providers']);
const BETA_TABS = new Set<TabType>(['task-manager', 'service-status', 'local-providers']);

const BetaLabel = () => (
<div className="absolute top-2 right-2 px-1.5 py-0.5 rounded-full bg-purple-500/10 dark:bg-purple-500/20">
Expand Down
2 changes: 1 addition & 1 deletion app/components/@settings/tabs/features/FeaturesTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function FeaturesTab() {
description: 'Get the latest updates from the main branch',
icon: 'i-ph:git-branch',
enabled: isLatestBranch,
tooltip: 'Enabled by default to receive updates from the main development branch',
tooltip: 'Receive updates from the main development branch',
},
{
id: 'autoSelectTemplate',
Expand Down
Loading

0 comments on commit 7a48472

Please sign in to comment.