Skip to content

Commit 7ef350b

Browse files
committed
chore(dashboard): add note for abilities with the dev deployment status
1 parent aeddb53 commit 7ef350b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/apps/app-dashboard/src/components/developer-dashboard/AbilitySelectorModal.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,21 @@ export function AbilitySelectorModal({
163163
{existingAbilities.length > 0 &&
164164
` (${existingAbilities.length} abilities already added)`}
165165
</DialogDescription>
166+
<div
167+
className="mt-3 p-2.5 rounded-lg text-xs"
168+
style={{
169+
backgroundColor: 'rgba(255, 66, 5, 0.08)',
170+
border: '1px solid rgba(255, 66, 5, 0.2)',
171+
...fonts.body,
172+
}}
173+
>
174+
<span style={{ color: theme.brandOrange, fontWeight: 600 }}>Note:</span>{' '}
175+
<span className={theme.text}>
176+
Don't see your Ability? Abilities with the{' '}
177+
<span style={{ color: theme.brandOrange, fontWeight: 500 }}>dev</span> deployment
178+
status aren't shown here!
179+
</span>
180+
</div>
166181
</DialogHeader>
167182

168183
<div className={`flex-1 min-h-0 border ${theme.mainCardBorder} rounded-lg overflow-hidden`}>

0 commit comments

Comments
 (0)