refactor: update icon components to use CSS variables for fill colors
- Changed fill attributes in Upload, Video, VideoPlayIcon, hard-drive, and shield-user icons to use CSS variables for better theming. - Removed index.ts file from icons directory as it was no longer needed. - Updated AppButton component to support new icon sizes. - Modified AdsVastTable to use icon buttons with updated filled icons. - Replaced inline SVGs with icon components in NotificationSettings, SecurityAccountStatusRow, SecurityChangePasswordRow, SecurityEmailRow, SecurityLanguageRow, SecurityLogoutRow, and SecurityTelegramRow for consistency and maintainability. - Added new CSS variables for fill colors in uno.config.ts.
This commit is contained in:
@@ -394,7 +394,7 @@
|
||||
"create": "Create"
|
||||
},
|
||||
"confirm": {
|
||||
"deleteMessage": "Are you sure you want to delete \"{name}\"?",
|
||||
"deleteMessage": "Are you sure you want to delete \"{{name}}\"?",
|
||||
"deleteHeader": "Delete Config",
|
||||
"deleteAccept": "Delete",
|
||||
"deleteReject": "Cancel"
|
||||
@@ -409,14 +409,14 @@
|
||||
"enabledSummary": "Config enabled",
|
||||
"disabledSummary": "Config disabled",
|
||||
"defaultUpdatedSummary": "Default updated",
|
||||
"defaultUpdatedDetail": "{name} is now the default config for new videos.",
|
||||
"defaultUpdatedDetail": "{{name}} is now the default config for new videos.",
|
||||
"upgradeRequiredSummary": "Config limit reached",
|
||||
"upgradeRequiredDetail": "Free accounts can only have 1 player config.",
|
||||
"limitSummary": "Config limit reached",
|
||||
"limitDetail": "Free accounts can only have 1 player config.",
|
||||
"reconciliationSummary": "Delete extra configs",
|
||||
"reconciliationDetail": "Delete extra player configs until only 1 remains to continue managing them on the free plan.",
|
||||
"toggleDetail": "{name} has been {state}.",
|
||||
"toggleDetail": "{{name}} has been {state}.",
|
||||
"deletedSummary": "Config deleted",
|
||||
"deletedDetail": "Player config has been removed.",
|
||||
"failedSummary": "Action failed",
|
||||
@@ -468,7 +468,7 @@
|
||||
"create": "Create"
|
||||
},
|
||||
"confirm": {
|
||||
"deleteMessage": "Are you sure you want to delete \"{name}\"?",
|
||||
"deleteMessage": "Are you sure you want to delete \"{{name}}\"?",
|
||||
"deleteHeader": "Delete Template",
|
||||
"deleteAccept": "Delete",
|
||||
"deleteReject": "Cancel"
|
||||
@@ -489,10 +489,10 @@
|
||||
"enabledSummary": "Template Enabled",
|
||||
"disabledSummary": "Template Disabled",
|
||||
"defaultUpdatedSummary": "Default Updated",
|
||||
"defaultUpdatedDetail": "{name} is now the default template for new videos.",
|
||||
"defaultUpdatedDetail": "{{name}} is now the default template for new videos.",
|
||||
"upgradeRequiredSummary": "Upgrade required",
|
||||
"upgradeRequiredDetail": "Upgrade your plan to manage Ads & VAST.",
|
||||
"toggleDetail": "{name} has been {state}.",
|
||||
"toggleDetail": "{{name}} has been {state}.",
|
||||
"deletedSummary": "Template Deleted",
|
||||
"deletedDetail": "VAST template has been removed.",
|
||||
"copiedSummary": "Copied",
|
||||
@@ -768,7 +768,7 @@
|
||||
},
|
||||
"overview": {
|
||||
"welcome": {
|
||||
"title": "Hello, {{name}}",
|
||||
"title": "Hello, {{{name}}}",
|
||||
"subtitle": "Here's what's happening with your content today."
|
||||
},
|
||||
"stats": {
|
||||
|
||||
Reference in New Issue
Block a user