mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
Generated by Spark: So favicon designer is missing from features page, are we missing some database migration?
This commit is contained in:
@@ -2,7 +2,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
|
||||
import { Label } from '@/components/ui/label'
|
||||
import { Switch } from '@/components/ui/switch'
|
||||
import { FeatureToggles } from '@/types/project'
|
||||
import { Code, Database, Tree, PaintBrush, Flask, Play, BookOpen, Cube, Wrench, FileText, FlowArrow } from '@phosphor-icons/react'
|
||||
import { Code, Database, Tree, PaintBrush, Flask, Play, BookOpen, Cube, Wrench, FileText, FlowArrow, Image, Lightbulb } from '@phosphor-icons/react'
|
||||
import { ScrollArea } from '@/components/ui/scroll-area'
|
||||
|
||||
interface FeatureToggleSettingsProps {
|
||||
@@ -95,6 +95,18 @@ const featuresList = [
|
||||
description: 'Custom Sass/SCSS styling showcase',
|
||||
icon: PaintBrush
|
||||
},
|
||||
{
|
||||
key: 'faviconDesigner' as keyof FeatureToggles,
|
||||
label: 'Favicon Designer',
|
||||
description: 'Design and generate app favicons and icons',
|
||||
icon: Image
|
||||
},
|
||||
{
|
||||
key: 'ideaCloud' as keyof FeatureToggles,
|
||||
label: 'Feature Idea Cloud',
|
||||
description: 'Brainstorm and organize feature ideas',
|
||||
icon: Lightbulb
|
||||
},
|
||||
]
|
||||
|
||||
export function FeatureToggleSettings({ features, onFeaturesChange }: FeatureToggleSettingsProps) {
|
||||
|
||||
Reference in New Issue
Block a user