refactor(types): introduce Settings and apply in API
- style(prettier): format src files - style(rustfmt): format Rust sources - refactor(tauri-api): type-safe getSettings/saveSettings - refactor(d.ts): declare window.api with Settings [skip ci]
This commit is contained in:
@@ -100,7 +100,10 @@ const ProviderList: React.FC<ProviderListProps> = ({
|
||||
{provider.websiteUrl}
|
||||
</button>
|
||||
) : (
|
||||
<span className="text-[var(--color-text-secondary)]" title={apiUrl}>
|
||||
<span
|
||||
className="text-[var(--color-text-secondary)]"
|
||||
title={apiUrl}
|
||||
>
|
||||
{apiUrl}
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user