text udpates ux
This commit is contained in:
@@ -92,6 +92,7 @@ export default function SiteCard({
|
||||
variant="outline"
|
||||
size="md"
|
||||
onClick={() => onSettings(site)}
|
||||
title="Configure Site - Update connection details and publishing settings"
|
||||
className="shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400"
|
||||
>
|
||||
<svg
|
||||
@@ -121,9 +122,10 @@ export default function SiteCard({
|
||||
variant="outline"
|
||||
size="md"
|
||||
onClick={() => onDetails(site)}
|
||||
title="View Site Details - See all information about this website"
|
||||
className="shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400"
|
||||
>
|
||||
Details
|
||||
View Details
|
||||
</Button>
|
||||
</div>
|
||||
<Switch
|
||||
|
||||
@@ -109,15 +109,18 @@ export default function PublishingRules({ rules, onChange }: PublishingRulesProp
|
||||
<div className="flex justify-between items-center">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-gray-900 dark:text-white">
|
||||
Publishing Rules
|
||||
Advanced Publishing Rules
|
||||
</h3>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 mt-1">
|
||||
Configure how and where content is published
|
||||
Set specific rules for different types of content
|
||||
</p>
|
||||
<p className="text-xs text-gray-500 dark:text-gray-400 mt-1">
|
||||
Example: Publish blog posts to WordPress but guides to your main site
|
||||
</p>
|
||||
</div>
|
||||
<Button onClick={handleAddRule} variant="primary" size="sm">
|
||||
<PlusIcon className="w-4 h-4 mr-2" />
|
||||
Add Rule
|
||||
+ Add a Publishing Rule
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user