Expand AITURK Turkish settings and desktop surfaces for beta 5
This commit is contained in:
@@ -228,7 +228,7 @@ function MarketplaceThemeResults({
|
||||
|
||||
const header = (
|
||||
<p className="mb-2 mt-4 text-[length:var(--conversation-caption-font-size)] font-medium text-(--ui-text-tertiary)">
|
||||
From the VS Code Marketplace
|
||||
{t.settings.runtime.marketplaceThemes}
|
||||
</p>
|
||||
)
|
||||
|
||||
@@ -519,7 +519,7 @@ export function AppearanceSettings() {
|
||||
<input
|
||||
className="w-full rounded-lg border border-(--ui-stroke-tertiary) bg-(--ui-bg-quinary) px-3 py-1.5 text-[length:var(--conversation-caption-font-size)] outline-none placeholder:text-(--ui-text-tertiary) focus:border-(--ui-stroke-secondary)"
|
||||
onChange={event => setQuery(event.target.value)}
|
||||
placeholder="Search your themes or the VS Code Marketplace…"
|
||||
placeholder={t.settings.runtime.themeSearch}
|
||||
spellCheck={false}
|
||||
value={query}
|
||||
/>
|
||||
@@ -531,7 +531,7 @@ export function AppearanceSettings() {
|
||||
{filteredThemes.length === 0 ? (
|
||||
needle ? (
|
||||
<p className="text-[length:var(--conversation-caption-font-size)] text-(--ui-text-tertiary)">
|
||||
No installed themes match "{query.trim()}".
|
||||
{t.settings.runtime.noMatchingThemes(query.trim())}
|
||||
</p>
|
||||
) : null
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user