,
- value: 'code',
- featureKey: 'codeEditor',
- },
- {
- id: 'models',
- label: 'Models',
- icon: ,
- value: 'lambdas',
- featureKey: 'lambdas',
- },
- ],
- },
- {
- id: 'design',
- label: 'Design & Styling',
- items: [
- {
- id: 'styling',
- label: 'Styling',
- icon: ,
- description: 'Edit project files',
- },
- models: {
- title: 'Models',
- icon: ,
- description: 'Serverless functions',
- },
- styling: {
- title: 'Styling',
- icon: ,
- }
-
- return (
- - {info.description} -
- )} -- Store data on a remote Flask server instead of locally -
-- If the Flask API fails, the app will automatically fall back to IndexedDB -
-- Currently using IndexedDB for local browser storage. Data is stored securely in your browser. -
-