diff --git a/docs/plans/FINAL-PRELAUNCH.md b/docs/plans/FINAL-PRELAUNCH.md index 39582a3f..86ce43ae 100644 --- a/docs/plans/FINAL-PRELAUNCH.md +++ b/docs/plans/FINAL-PRELAUNCH.md @@ -12,13 +12,13 @@ Update the rules files, to follow the rules in all changes for styles, for compo 2.1 ✅ - All logos and images to update for dark and light color scheme layout, and logo design final as well as favicon, and move images to right folder -2.2 - Sidebar menu rearrange for items that need rearranging, and reduce padding/spacing +2.2 ✅ - Sidebar menu rearrange for items that need rearranging, and reduce padding/spacing -2.3 - Fix the sidebar active/selected menu and hover color +2.3 ✅ - Fix the sidebar active/selected menu and hover color 2.4 ✅ - Assign manually the colors to each module, and verify and fix that in each page and progress bar consistent colors are used, across module pages, automation and dashboard -2.5 - Use colors in setup, sites and account and all its subpages +2.5 ✅ - Use colors in setup, sites and account and all its subpages --- diff --git a/frontend/src/pages/Sites/Settings.tsx b/frontend/src/pages/Sites/Settings.tsx index 7d408677..28471f88 100644 --- a/frontend/src/pages/Sites/Settings.tsx +++ b/frontend/src/pages/Sites/Settings.tsx @@ -29,7 +29,7 @@ import { import { useSiteStore } from '../../store/siteStore'; import WordPressIntegrationForm from '../../components/sites/WordPressIntegrationForm'; import { integrationApi, SiteIntegration } from '../../services/integration.api'; -import { GridIcon, PlugInIcon, PaperPlaneIcon, DocsIcon, BoltIcon, FileIcon, ChevronDownIcon, CloseIcon, PlusIcon, RefreshCwIcon, FileTextIcon, ImageIcon, SaveIcon, Loader2Icon, ArrowRightIcon, SettingsIcon, GlobeIcon, LayersIcon } from '../../icons'; +import { GridIcon, PlugInIcon, PaperPlaneIcon, DocsIcon, BoltIcon, FileIcon, ChevronDownIcon, CloseIcon, PlusIcon, RefreshCwIcon, FileTextIcon, ImageIcon, SaveIcon, Loader2Icon, ArrowRightIcon, SettingsIcon, GlobeIcon, LayersIcon, CheckCircleIcon } from '../../icons'; import Badge from '../../components/ui/badge/Badge'; import { Dropdown } from '../../components/ui/dropdown/Dropdown'; import { DropdownItem } from '../../components/ui/dropdown/DropdownItem'; @@ -1566,21 +1566,19 @@ export default function SiteSettings() {
- Selected: {selectedSectors.length} / 5 sectors -
+ {selectedSectors.length > 0 && ( ++ {selectedSectors.length} sector{selectedSectors.length !== 1 ? 's' : ''} selected +
+ )}