Commit Graph

27 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
f82c7aa081 Convert TypeScript schemas to JSON with compute functions
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 22:38:31 +00:00
98b11d34e9 Generated by Spark: 1. Convert stuff to JSON Component Trees. 2. Make atomic components for said component trees. 2026-01-17 20:54:33 +00:00
693001543b stuff 2026-01-17 20:41:48 +00:00
40b823dfe0 Generated by Spark: Should handle caprover / cloudflare cors - Check frontend and backend config. example setup: https://frontend.example.com https://backend.example.com 2026-01-17 18:44:54 +00:00
76e7716c10 Generated by Spark: I can auto default to flask backend with docker environment variable. If its not set used IndexedDB. 2026-01-17 18:38:17 +00:00
b165e2c333 Generated by Spark: Procedurally fix linting warnings 2026-01-17 14:08:54 +00:00
2bc40ef5b3 Generated by Spark: > spark-template@0.0.0 lint:check
> eslint .

/home/runner/work/low-code-react-app-b/low-code-react-app-b/packages/spark-tools/src/lib/spark-runtime.ts
Warning:   17:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   25:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   40:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   53:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/packages/spark-tools/src/sparkVitePlugin.ts
Warning:    3:10  warning  'resolve' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   19:20  warning  'config' is defined but never used. Allowed unused args must match /^_/u   @typescript-eslint/no-unused-vars
Warning:   19:28  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/packages/spark-tools/src/vitePhosphorIconProxyPlugin.ts
Warning:   24:15  warning  'code' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   24:29  warning  'id' is defined but never used. Allowed unused args must match /^_/u    @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/packages/spark/src/spark-runtime.ts
Warning:   11:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   14:89  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   19:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   34:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   47:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/packages/spark/src/types.d.ts
Warning:   11:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   12:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   17:77  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   18:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/App.refactored.tsx
Warning:    2:10  warning  'useKV' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   79:39  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/App.router.tsx
Warning:    13:10  warning  'LoadingFallback' is defined but never used. Allowed unused vars must match /^_/u          @typescript-eslint/no-unused-vars
Warning:   161:39  warning  Unexpected any. Specify a different type                                                   @typescript-eslint/no-explicit-any
Warning:   315:11  warning  'featureToggles' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   359:9   warning  'stateContext' is assigned a value but never used. Allowed unused vars must match /^_/u    @typescript-eslint/no-unused-vars
Warning:   365:9   warning  'actionContext' is assigned a value but never used. Allowed unused vars must match /^_/u   @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/App.simple.tsx
Warning:   58:30  warning  'project' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/App.tsx
Warning:    13:10  warning  'LoadingFallback' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   168:39  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ErrorPanel.tsx
Warning:     9:10  warning  'Separator' is defined but never used. Allowed unused vars must match /^_/u                                                                              @typescript-eslint/no-unused-vars
Warning:    37:10  warning  'autoRepairEnabled' is assigned a value but never used. Allowed unused vars must match /^_/u                                                             @typescript-eslint/no-unused-vars
Warning:    37:29  warning  'setAutoRepairEnabled' is assigned a value but never used. Allowed unused vars must match /^_/u                                                          @typescript-eslint/no-unused-vars
Warning:   155:9   warning  'toggleErrorExpanded' is assigned a value but never used. Allowed unused vars must match /^_/u                                                           @typescript-eslint/no-unused-vars
Warning:   208:6   warning  React Hook useEffect has missing dependencies: 'errors.length', 'files.length', and 'scanForErrors'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
Warning:   321:85  warning  Unexpected any. Specify a different type                                                                                                                 @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/FaviconDesigner.tsx
Warning:     7:10  warning  'Tabs' is defined but never used. Allowed unused vars must match /^_/u                                         @typescript-eslint/no-unused-vars
Warning:     7:16  warning  'TabsContent' is defined but never used. Allowed unused vars must match /^_/u                                  @typescript-eslint/no-unused-vars
Warning:     7:29  warning  'TabsList' is defined but never used. Allowed unused vars must match /^_/u                                     @typescript-eslint/no-unused-vars
Warning:     7:39  warning  'TabsTrigger' is defined but never used. Allowed unused vars must match /^_/u                                  @typescript-eslint/no-unused-vars
Warning:    25:3   warning  'ArrowCounterClockwise' is defined but never used. Allowed unused vars must match /^_/u                        @typescript-eslint/no-unused-vars
Warning:    27:3   warning  'FloppyDisk' is defined but never used. Allowed unused vars must match /^_/u                                   @typescript-eslint/no-unused-vars
Warning:    33:3   warning  'MagicWand' is defined but never used. Allowed unused vars must match /^_/u                                    @typescript-eslint/no-unused-vars
Warning:   129:6   warning  React Hook useEffect has a missing dependency: 'drawCanvas'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
Warning:   268:11  warning  'data' is assigned a value but never used. Allowed unused vars must match /^_/u                                @typescript-eslint/no-unused-vars
Warning:   696:13  warning  'imageData' is assigned a value but never used. Allowed unused vars must match /^_/u                           @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/FeatureIdeaCloud.tsx
Warning:    235:57   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:    237:62   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:    371:9    warning  The 'safeGroups' logical expression could make the dependencies of useEffect Hook (at line 441) change on every render. To fix this, wrap the initialization of 'safeGroups' in its own useMemo() Hook                                                         react-hooks/exhaustive-deps
Warning:    372:9    warning  The 'safeEdges' logical expression could make the dependencies of useEffect Hook (at line 446) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'safeEdges' in its own useMemo() Hook                  react-hooks/exhaustive-deps
Warning:    373:9    warning  The 'safeNodePositions' logical expression could make the dependencies of useEffect Hook (at line 441) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'safeNodePositions' in its own useMemo() Hook  react-hooks/exhaustive-deps
Warning:    470:15   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:    472:43   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:    496:15   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:    924:65   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:   1324:101  warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any
Warning:   1339:99   warning  Unexpected any. Specify a different type                                                                                                                                                                                                                       @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/FeatureIdeaCloud/utils.ts
Warning:    8:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   13:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/FeatureIdeaCloud/utils.tsx
Warning:   50:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   55:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/FileExplorer.tsx
Warning:   179:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/FlaskDesigner.tsx
Warning:   461:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   548:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONComponentTreeManager.tsx
Warning:    6:10  warning  Unexpected any. Specify a different type                                         @typescript-eslint/no-explicit-any
Warning:    7:36  warning  Unexpected any. Specify a different type                                         @typescript-eslint/no-explicit-any
Warning:    7:46  warning  Unexpected any. Specify a different type                                         @typescript-eslint/no-explicit-any
Warning:   10:44  warning  'trees' is defined but never used. Allowed unused args must match /^_/u          @typescript-eslint/no-unused-vars
Warning:   10:51  warning  'onTreesChange' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   13:45  warning  Unexpected any. Specify a different type                                         @typescript-eslint/no-explicit-any
Warning:   13:58  warning  Unexpected any. Specify a different type                                         @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONDemoPage.tsx
Warning:    16:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    16:47  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    20:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    30:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    31:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    40:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    41:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   134:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONModelDesigner.tsx
Warning:    6:11  warning  Unexpected any. Specify a different type                                          @typescript-eslint/no-explicit-any
Warning:    7:28  warning  Unexpected any. Specify a different type                                          @typescript-eslint/no-explicit-any
Warning:   10:37  warning  'models' is defined but never used. Allowed unused args must match /^_/u          @typescript-eslint/no-unused-vars
Warning:   10:45  warning  'onModelsChange' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   13:45  warning  Unexpected any. Specify a different type                                          @typescript-eslint/no-explicit-any
Warning:   13:58  warning  Unexpected any. Specify a different type                                          @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONPageRenderer.tsx
Warning:    12:18  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    19:18  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    24:18  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    30:20  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    31:15  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    32:18  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    36:25  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    38:25  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    39:40  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    39:50  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    42:63  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    42:70  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    51:44  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    52:35  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    79:31  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:    95:35  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   105:29  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   128:42  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   148:37  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   148:55  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   167:57  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   188:33  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any
Warning:   205:57  warning  'props' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   205:64  warning  Unexpected any. Specify a different type                                 @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONUIPage.tsx
Warning:    3:37  warning  'Layout' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:    7:15  warning  Unexpected any. Specify a different type                                  @typescript-eslint/no-explicit-any
Warning:   11:57  warning  Unexpected any. Specify a different type                                  @typescript-eslint/no-explicit-any
Warning:   15:41  warning  Unexpected any. Specify a different type                                  @typescript-eslint/no-explicit-any
Warning:   17:79  warning  Unexpected any. Specify a different type                                  @typescript-eslint/no-explicit-any
Warning:   27:66  warning  Unexpected any. Specify a different type                                  @typescript-eslint/no-explicit-any
Warning:   37:56  warning  Unexpected any. Specify a different type                                  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONUIShowcase.tsx
Warning:   12:10  warning  'FileCode' is defined but never used. Allowed unused vars must match /^_/u                 @typescript-eslint/no-unused-vars
Warning:   45:9   warning  'currentExample' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/JSONWorkflowDesigner.tsx
Warning:    6:14  warning  Unexpected any. Specify a different type                                             @typescript-eslint/no-explicit-any
Warning:    7:44  warning  Unexpected any. Specify a different type                                             @typescript-eslint/no-explicit-any
Warning:    7:54  warning  Unexpected any. Specify a different type                                             @typescript-eslint/no-explicit-any
Warning:   10:40  warning  'workflows' is defined but never used. Allowed unused args must match /^_/u          @typescript-eslint/no-unused-vars
Warning:   10:51  warning  'onWorkflowsChange' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   13:45  warning  Unexpected any. Specify a different type                                             @typescript-eslint/no-explicit-any
Warning:   13:58  warning  Unexpected any. Specify a different type                                             @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/LambdaDesigner.tsx
Warning:   225:59  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/NavigationMenu.tsx
Warning:   28:3  warning  'Cloud' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/PlaywrightDesigner.tsx
Warning:   246:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ProjectDashboard.new.tsx
Warning:   17:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   50:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ProjectSettingsDesigner.tsx
Warning:   326:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/SassStylesShowcase.tsx
Warning:   2:10  warning  'ScrollArea' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   4:10  warning  'Badge' is defined but never used. Allowed unused vars must match /^_/u       @typescript-eslint/no-unused-vars
Warning:   5:10  warning  'Button' is defined but never used. Allowed unused vars must match /^_/u      @typescript-eslint/no-unused-vars
Warning:   6:10  warning  'Code' is defined but never used. Allowed unused vars must match /^_/u        @typescript-eslint/no-unused-vars
Warning:   6:16  warning  'Palette' is defined but never used. Allowed unused vars must match /^_/u     @typescript-eslint/no-unused-vars
Warning:   6:25  warning  'Sparkle' is defined but never used. Allowed unused vars must match /^_/u     @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/SchemaEditorPage.tsx
Warning:    30:5   warning  'handleDragEnd' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   103:26  warning  Unexpected any. Specify a different type                                                  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/StorybookDesigner.tsx
Warning:   56:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   78:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/TemplateExplorer.tsx
Warning:    41:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   160:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/UnitTestDesigner.tsx
Warning:   251:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/WorkflowDesigner.tsx
Warning:    26:3   warning  'Sparkle' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:    33:3   warning  'Pencil' is defined but never used. Allowed unused vars must match /^_/u   @typescript-eslint/no-unused-vars
Warning:   301:57  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any
Warning:   346:63  warning  Unexpected any. Specify a different type                                   @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/ComponentPaletteItem.tsx
Warning:   13:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/ComponentTreeNode.tsx
Warning:   38:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/DataList.tsx
Warning:   5:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   6:22  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/DetailRow.tsx
Warning:   1:10  warning  'Card' is defined but never used. Allowed unused vars must match /^_/u         @typescript-eslint/no-unused-vars
Warning:   1:16  warning  'CardContent' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/PropertyEditorField.tsx
Warning:   10:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   13:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/SeedDataStatus.tsx
Warning:   3:20  warning  'Check' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   3:27  warning  'X' is defined but never used. Allowed unused vars must match /^_/u      @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/atoms/json-ui/IconRenderer.tsx
Warning:    1:10  warning  'ReactNode' is defined but never used. Allowed unused vars must match /^_/u        @typescript-eslint/no-unused-vars
Warning:    2:10  warning  'ComponentSchema' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:    4:10  warning  'cn' is defined but never used. Allowed unused vars must match /^_/u               @typescript-eslint/no-unused-vars
Warning:   14:35  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/CanvasRenderer.tsx
Warning:   36:11  warning  'def' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/ComponentBindingDialog.tsx
Warning:   32:52  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/ComponentTree.tsx
Warning:   4:10  warning  'Button' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   5:16  warning  'Plus' is defined but never used. Allowed unused vars must match /^_/u    @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/DataSourceCard.tsx
Warning:   3:10  warning  'Input' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   4:10  warning  'Label' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/DataSourceEditorDialog.tsx
Warning:     6:10  warning  'Select' is defined but never used. Allowed unused vars must match /^_/u          @typescript-eslint/no-unused-vars
Warning:     6:18  warning  'SelectContent' is defined but never used. Allowed unused vars must match /^_/u   @typescript-eslint/no-unused-vars
Warning:     6:33  warning  'SelectItem' is defined but never used. Allowed unused vars must match /^_/u      @typescript-eslint/no-unused-vars
Warning:     6:45  warning  'SelectTrigger' is defined but never used. Allowed unused vars must match /^_/u   @typescript-eslint/no-unused-vars
Warning:     6:60  warning  'SelectValue' is defined but never used. Allowed unused vars must match /^_/u     @typescript-eslint/no-unused-vars
Warning:     8:22  warning  'DataSourceType' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   111:30  warning  'err' is defined but never used                                                   @typescript-eslint/no-unused-vars
Warning:   131:28  warning  'err' is defined but never used                                                   @typescript-eslint/no-unused-vars
Warning:   151:30  warning  'err' is defined but never used                                                   @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/GitHubBuildStatus.tsx
Warning:   48:50  warning  'defaultBranch' is assigned a value but never used. Allowed unused args must match /^_/u                      @typescript-eslint/no-unused-vars
Warning:   57:6   warning  React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/LazyBarChart.tsx
Warning:   7:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/LazyInlineMonacoEditor.tsx
Warning:   16:13  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/LazyLineChart.tsx
Warning:   7:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/LazyMonacoEditor.tsx
Warning:   49:17  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/PropertyEditor.tsx
Warning:   28:49   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   41:86   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   41:101  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/molecules/TreeCard.tsx
Warning:   1:16  warning  'CardContent' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/orchestration/ComponentRenderer.tsx
Warning:     9:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    25:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    26:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   100:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   100:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/orchestration/PageRenderer.tsx
Warning:   14:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   27:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   28:44  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/organisms/JSONUIShowcase.tsx
Warning:    1:20  warning  'useEffect' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   11:11  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   12:12  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   13:16  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   23:32  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/organisms/SchemaCodeViewer.tsx
Warning:    1:10  warning  'Button' is defined but never used. Allowed unused vars must match /^_/u      @typescript-eslint/no-unused-vars
Warning:    4:16  warning  'Eye' is defined but never used. Allowed unused vars must match /^_/u         @typescript-eslint/no-unused-vars
Warning:    9:11  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   12:36  warning  'components' is defined but never used. Allowed unused args must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/organisms/SchemaEditorLayout.tsx
Warning:   1:23  warning  'PageSchema' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/organisms/TreeListPanel.tsx
Warning:   2:10  warning  'Button' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ui/badge.tsx
Warning:   46:17  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ui/button.tsx
Warning:   64:18  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ui/form.tsx
Warning:   157:3  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ui/navigation-menu.tsx
Warning:   167:3  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ui/sidebar.tsx
Warning:   725:3  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/components/ui/toggle.tsx
Warning:   45:18  warning  Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components  react-refresh/only-export-components

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/config/orchestration/PageRenderer.tsx
Warning:   10:46  warning  Unexpected any. Specify a different type                                                                                                                                                                                     @typescript-eslint/no-explicit-any
Warning:   16:9   warning  The 'context' object makes the dependencies of useCallback Hook (at line 30) change on every render. Move it inside the useCallback callback. Alternatively, wrap the initialization of 'context' in its own useMemo() Hook  react-hooks/exhaustive-deps
Warning:   24:34  warning  Unexpected any. Specify a different type                                                                                                                                                                                     @typescript-eslint/no-explicit-any
Warning:   48:35  warning  Unexpected any. Specify a different type                                                                                                                                                                                     @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/config/orchestration/action-executor.ts
Warning:    6:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    7:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    8:45  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   29:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   40:20  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/config/orchestration/component-registry.ts
Warning:   31:62  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   66:59  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/config/orchestration/data-source-manager.ts
Warning:    7:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   58:62  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   60:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/config/orchestration/schema.ts
Warning:   29:31  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/config/page-loader.ts
Warning:    97:95   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    97:131  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    97:153  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   104:39   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/core/use-clipboard.ts
Warning:   14:14  warning  'error' is defined but never used  @typescript-eslint/no-unused-vars
Warning:   24:14  warning  'error' is defined but never used  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-array.ts
Warning:   6:9  warning  The 'safeItems' logical expression could make the dependencies of useCallback Hook (at line 41) change on every render. To fix this, wrap the initialization of 'safeItems' in its own useMemo() Hook  react-hooks/exhaustive-deps
Warning:   6:9  warning  The 'safeItems' logical expression could make the dependencies of useCallback Hook (at line 48) change on every render. To fix this, wrap the initialization of 'safeItems' in its own useMemo() Hook  react-hooks/exhaustive-deps

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-crud.ts
Warning:   17:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-data-source.ts
Warning:    5:39  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    9:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   13:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   17:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   21:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   22:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   23:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-data-sources.ts
Warning:    6:51  warning  Unexpected any. Specify a different type                                                                                                                                            @typescript-eslint/no-explicit-any
Warning:   17:9   warning  The 'kvStates' array makes the dependencies of useCallback Hook (at line 73) change on every render. To fix this, wrap the initialization of 'kvStates' in its own useMemo() Hook   react-hooks/exhaustive-deps
Warning:   17:9   warning  The 'kvStates' array makes the dependencies of useCallback Hook (at line 111) change on every render. To fix this, wrap the initialization of 'kvStates' in its own useMemo() Hook  react-hooks/exhaustive-deps
Warning:   21:37  warning  Unexpected any. Specify a different type                                                                                                                                            @typescript-eslint/no-explicit-any
Warning:   23:36  warning  'index' is defined but never used. Allowed unused args must match /^_/u                                                                                                             @typescript-eslint/no-unused-vars
Warning:   39:6   warning  React Hook useEffect has missing dependencies: 'dataSources', 'kvSources', and 'kvStates'. Either include them or remove the dependency array                                       react-hooks/exhaustive-deps
Warning:   57:60  warning  Unexpected any. Specify a different type                                                                                                                                            @typescript-eslint/no-explicit-any
Warning:   75:74  warning  Unexpected any. Specify a different type                                                                                                                                            @typescript-eslint/no-explicit-any
Warning:   91:20  warning  Unexpected any. Specify a different type                                                                                                                                            @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-filter.ts
Warning:   6:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-json-data.ts
Warning:    6:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   19:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   19:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   19:63  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   27:59  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   28:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   31:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-local-storage.ts
Warning:   1:20  warning  'useEffect' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-pagination.ts
Warning:   4:10  warning  Unexpected any. Specify a different type                             @typescript-eslint/no-explicit-any
Warning:   9:31  warning  'T' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-search-filter.ts
Warning:    6:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    9:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   15:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   37:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-seed-templates.ts
Warning:    12:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   126:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-selection.ts
Warning:   9:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/data/use-sort.ts
Warning:   11:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/forms/use-form-field.ts
Warning:    3:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    8:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   14:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   65:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   71:60  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/forms/use-form.ts
Warning:    9:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   19:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/json-ui/use-data-sources.ts
Warning:    5:51  warning  Unexpected any. Specify a different type                                                  @typescript-eslint/no-explicit-any
Warning:    8:9   warning  'staticSources' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   20:41  warning  Unexpected any. Specify a different type                                                  @typescript-eslint/no-explicit-any
Warning:   42:66  warning  Unexpected any. Specify a different type                                                  @typescript-eslint/no-explicit-any
Warning:   52:34  warning  Unexpected any. Specify a different type                                                  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/json-ui/use-json-renderer.ts
Warning:    2:10  warning  'ComponentSchema' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:    6:51  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:    6:58  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   19:20  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   19:46  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   19:53  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   29:35  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   29:62  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   29:84  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   30:38  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/orchestration/use-actions.ts
Warning:     2:10  warning  'PageSchema' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:     5:82  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:     9:46  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    12:45  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    62:65  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    78:37  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    78:66  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    82:22  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    87:37  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    87:66  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    91:22  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    92:26  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    98:37  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:    98:66  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   102:22  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   102:54  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   107:39  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   116:41  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   116:70  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   128:72  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/orchestration/use-page.ts
Warning:    2:22  warning  'DataSource' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   17:67  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   20:35  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any
Warning:   45:38  warning  Unexpected any. Specify a different type                                      @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-action-executor.ts
Warning:     8:68  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    29:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   110:72  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-component-registry.ts
Warning:   12:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   34:60  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   38:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   39:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-confirm-dialog.ts
Warning:   39:6  warning  React Hook useCallback has a missing dependency: 'state'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
Warning:   46:6  warning  React Hook useCallback has a missing dependency: 'state'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-data-binding.ts
Warning:    4:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   10:37  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   10:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   42:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   42:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   45:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-drag-drop.ts
Warning:   6:9  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-event-handlers.ts
Warning:    4:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    4:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   11:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   39:65  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   39:75  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   42:48  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   42:58  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-form-state.ts
Warning:    3:38  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   10:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   18:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   22:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   22:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   36:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   70:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-form.ts
Warning:    4:10  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   15:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   23:56  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   35:64  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   57:51  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-json-export.ts
Warning:    5:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   26:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   37:68  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/ui/use-list-operations.ts
Warning:   11:18  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/use-ai-operations.ts
Warning:   4:10  warning  'ProjectFile' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   4:23  warning  'PrismaModel' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   4:36  warning  'ThemeConfig' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/use-last-saved.ts
Warning:   3:44  warning  Unexpected any. Specify a different type                                                                                                                              @typescript-eslint/no-explicit-any
Warning:   8:6   warning  React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies  react-hooks/exhaustive-deps

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/use-project-loader.ts
Warning:    4:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    5:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    6:28  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    7:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    8:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    9:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   10:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   11:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   12:34  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   13:27  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   14:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   15:30  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   16:29  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   17:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/hooks/use-pwa.ts
Warning:   32:54  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/component-definitions.ts
Warning:   8:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/component-registry.ts
Warning:   2:10  warning  'lazyWithRetry' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/error-repair-service.ts
Warning:   22:11  warning  'errors' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   82:26  warning  'index' is defined but never used. Allowed unused args must match /^_/u            @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/generators.ts
Warning:   1:122  warning  'FlaskEndpoint' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/component-registry.ts
Warning:    38:32  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    42:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    43:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    44:13  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    45:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    46:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    47:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    48:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    49:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    50:15  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    51:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    52:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    53:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    54:23  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    55:19  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    56:21  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    57:17  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   167:74  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   171:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/component-registry.tsx
Warning:   22:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   68:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/component-renderer.tsx
Warning:    7:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    8:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   11:64  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   11:71  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   35:36  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   45:95  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/hooks.ts
Warning:     8:18  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:     9:22  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:     9:30  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:    39:6   warning  React Hook useCallback has a missing dependency: 'config'. Either include it or remove the dependency array                    react-hooks/exhaustive-deps
Warning:    62:31  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:    85:57  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:    86:22  warning  'setLoadingMap' is assigned a value but never used. Allowed unused vars must match /^_/u                                       @typescript-eslint/no-unused-vars
Warning:    87:20  warning  'setErrorMap' is assigned a value but never used. Allowed unused vars must match /^_/u                                         @typescript-eslint/no-unused-vars
Warning:    91:54  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:   107:6   warning  React Hook useEffect has missing dependencies: 'sources' and 'updateData'. Either include them or remove the dependency array  react-hooks/exhaustive-deps
Warning:   119:81  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:   121:70  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any
Warning:   125:59  warning  Unexpected any. Specify a different type                                                                                       @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/page-renderer.tsx
Warning:    9:29  warning  Unexpected any. Specify a different type                                               @typescript-eslint/no-explicit-any
Warning:    9:42  warning  Unexpected any. Specify a different type                                               @typescript-eslint/no-explicit-any
Warning:   13:29  warning  'updatePath' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   23:83  warning  Unexpected any. Specify a different type                                               @typescript-eslint/no-explicit-any
Warning:   49:40  warning  Unexpected any. Specify a different type                                               @typescript-eslint/no-explicit-any
Warning:   49:60  warning  Unexpected any. Specify a different type                                               @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/renderer.tsx
Warning:     4:49  warning  'mergeClassNames' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:     9:28  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:    10:46  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:    11:28  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:    39:27  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:    66:31  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:    78:35  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   127:13  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   128:11  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   129:20  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   130:21  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any
Warning:   134:68  warning  Unexpected any. Specify a different type                                           @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/schema.ts
Warning:   30:33  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/utils.ts
Warning:    1:113  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    1:120  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   14:37   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   14:57   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   20:37   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   20:63   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   20:69   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   35:78   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   45:37   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   45:64   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/json-ui/validator.ts
Warning:    16:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    45:35  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    65:14  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   101:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   108:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   109:64  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/lazy-loader.ts
Warning:   11:55  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   55:59  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   63:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   65:57  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   90:53  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   93:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/library-loader.ts
Warning:     1:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   105:8   warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/pwa-icons.ts
Warning:   25:9   warning  'innerSize' is assigned a value but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   74:14  warning  'error' is defined but never used                                                     @typescript-eslint/no-unused-vars

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/lib/schema-renderer.tsx
Warning:     8:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:     9:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:     9:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    64:62  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   130:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   131:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   131:50  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/router/RouterProvider.tsx
Warning:    2:25  warning  'Navigate' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   10:17  warning  Unexpected any. Specify a different type                                    @typescript-eslint/no-explicit-any
Warning:   11:18  warning  Unexpected any. Specify a different type                                    @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/router/routes.tsx
Warning:    1:10  warning  'lazy' is defined but never used. Allowed unused vars must match /^_/u                                  @typescript-eslint/no-unused-vars
Warning:   12:7   warning  Fast refresh only works when a file only exports components. Move your component(s) to a separate file  react-refresh/only-export-components
Warning:   17:10  warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any
Warning:   20:91  warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any
Warning:   34:7   warning  Fast refresh only works when a file only exports components. Move your component(s) to a separate file  react-refresh/only-export-components
Warning:   40:4   warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any
Warning:   42:95  warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any
Warning:   43:97  warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any
Warning:   73:17  warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any
Warning:   74:18  warning  Unexpected any. Specify a different type                                                                @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/schemas/dashboard-schema.ts
Warning:    31:49  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    43:40  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    44:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   209:46  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   258:42  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   258:69  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/schemas/page-schemas.ts
Warning:   30:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   31:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/schemas/ui-schema.ts
Warning:   9:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/types/json-ui.ts
Warning:    1:10  warning  'ReactNode' is defined but never used. Allowed unused vars must match /^_/u  @typescript-eslint/no-unused-vars
Warning:   24:18  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   25:35  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   25:44  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   34:11  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   35:35  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   35:49  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   35:57  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   43:23  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   43:31  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   49:37  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   55:26  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   85:24  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   86:41  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any
Warning:   87:43  warning  Unexpected any. Specify a different type                                     @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/types/page-schema.ts
Warning:   15:41  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/types/project.ts
Warning:    29:25  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:    88:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   207:24  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
Warning:   265:26  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

/home/runner/work/low-code-react-app-b/low-code-react-app-b/src/vite-end.d.ts
Warning:   8:61  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

✖ 514 problems (0 errors, 514 warnings)
2026-01-17 13:47:11 +00:00
66bd3f3e42 Generated by Spark: I did some reasearch - we can remove --legacy-peer-deps by using stuff like "overrides": {
"some-package": {
    "react": "^18.2.0"
  }
}
2026-01-17 13:32:33 +00:00
0277dad468 Generated by Spark: Run docker/build-push-action@v5
GitHub Actions runtime token ACs
Docker info
  /usr/bin/docker version
  Client: Docker Engine - Community
   Version:           28.0.4
   API version:       1.48
   Go version:        go1.23.7
   Git commit:        b8034c0
   Built:             Tue Mar 25 15:07:16 2025
   OS/Arch:           linux/amd64
   Context:           default
  Server: Docker Engine - Community
   Engine:
    Version:          28.0.4
    API version:      1.48 (minimum version 1.24)
    Go version:       go1.23.7
    Git commit:       6430e49
    Built:            Tue Mar 25 15:07:16 2025
    OS/Arch:          linux/amd64
    Experimental:     false
   containerd:
    Version:          v2.2.1
    GitCommit:        dea7da592f5d1d2b7755e3a161be07f43fad8f75
   runc:
    Version:          1.3.4
    GitCommit:        v1.3.4-0-gd6d73eb8
   docker-init:
    Version:          0.19.0
    GitCommit:        de40ad0
  /usr/bin/docker info
  Client: Docker Engine - Community
   Version:    28.0.4
   Context:    default
   Debug Mode: false
   Plugins:
    buildx: Docker Buildx (Docker Inc.)
      Version:  v0.30.1
      Path:     /usr/libexec/docker/cli-plugins/docker-buildx
    compose: Docker Compose (Docker Inc.)
      Version:  v2.38.2
      Path:     /usr/libexec/docker/cli-plugins/docker-compose
  Server:
   Containers: 1
    Running: 1
    Paused: 0
    Stopped: 0
   Images: 2
   Server Version: 28.0.4
   Storage Driver: overlay2
    Backing Filesystem: extfs
    Supports d_type: true
    Using metacopy: false
    Native Overlay Diff: false
    userxattr: false
   Logging Driver: json-file
   Cgroup Driver: systemd
   Cgroup Version: 2
   Plugins:
    Volume: local
    Network: bridge host ipvlan macvlan null overlay
    Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
   Swarm: inactive
   Runtimes: io.containerd.runc.v2 runc
   Default Runtime: runc
   Init Binary: docker-init
   containerd version: dea7da592f5d1d2b7755e3a161be07f43fad8f75
   runc version: v1.3.4-0-gd6d73eb8
   init version: de40ad0
   Security Options:
    apparmor
    seccomp
     Profile: builtin
    cgroupns
   Kernel Version: 6.11.0-1018-azure
   Operating System: Ubuntu 24.04.3 LTS
   OSType: linux
   Architecture: x86_64
   CPUs: 4
   Total Memory: 15.62GiB
   Name: runnervmmtnos
   ID: 5a446069-012f-4a61-9e1e-c3a17d5c9c05
   Docker Root Dir: /var/lib/docker
   Debug Mode: false
   Username: githubactions
   Experimental: false
   Insecure Registries:
    ::1/128
    127.0.0.0/8
   Live Restore Enabled: false
Proxy configuration
Buildx version
Builder info
  {
    "nodes": [
      {
        "name": "builder-c2405014-ff21-4a4f-b302-39a9ae5c71c80",
        "endpoint": "unix:///var/run/docker.sock",
        "status": "running",
        "buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
        "buildkit": "v0.26.3",
        "platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/386",
        "features": {
          "Automatically load images to the Docker Engine image store": true,
          "Cache export": true,
          "Direct push": true,
          "Docker exporter": true,
          "Multi-platform build": true,
          "OCI exporter": true
        },
        "labels": {
          "org.mobyproject.buildkit.worker.executor": "oci",
          "org.mobyproject.buildkit.worker.hostname": "40a4db72e58c",
          "org.mobyproject.buildkit.worker.network": "host",
          "org.mobyproject.buildkit.worker.oci.process-mode": "sandbox",
          "org.mobyproject.buildkit.worker.selinux.enabled": "false",
          "org.mobyproject.buildkit.worker.snapshotter": "overlayfs"
        },
        "gcPolicy": [
          {
            "all": false,
            "filter": [
              "type==source.local",
              "type==exec.cachemount",
              "type==source.git.checkout"
            ],
            "keepDuration": "48h0m0s"
          },
          {
            "all": false,
            "keepDuration": "1440h0m0s"
          },
          {
            "all": false
          },
          {
            "all": true
          }
        ]
      }
    ],
    "name": "builder-c2405014-ff21-4a4f-b302-39a9ae5c71c8",
    "driver": "docker-container",
    "lastActivity": "2026-01-17T13:24:40.000Z"
  }

/usr/bin/docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --iidfile /home/runner/work/_temp/docker-actions-toolkit-El61kn/build-iidfile-2d9f27503a.txt --label org.opencontainers.image.created=2026-01-17T13:24:46.055Z --label org.opencontainers.image.description= --label org.opencontainers.image.licenses=MIT --label org.opencontainers.image.revision=e1e2ffef1939450402f35d11b026c324cee03329 --label org.opencontainers.image.source=https://github.com/johndoe6345789/low-code-react-app-b --label org.opencontainers.image.title=low-code-react-app-b --label org.opencontainers.image.url=https://github.com/johndoe6345789/low-code-react-app-b --label org.opencontainers.image.version=main --attest type=provenance,mode=max,builder-id=https://github.com/johndoe6345789/low-code-react-app-b/actions/runs/21094949820 --tag ghcr.io/johndoe6345789/low-code-react-app-b:main --tag ghcr.io/johndoe6345789/low-code-react-app-b:main-e1e2ffe --metadata-file /home/runner/work/_temp/docker-actions-toolkit-El
#0 building with "builder-c2405014-ff21-4a4f-b302-39a9ae5c71c8" instance using docker-container driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 825B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/node:20-alpine
#2 ...
#3 [auth] library/nginx:pull token for registry-1.docker.io
#3 DONE 0.0s
#4 [auth] library/node:pull token for registry-1.docker.io
#4 DONE 0.0s
#5 [internal] load metadata for docker.io/library/nginx:alpine
#5 DONE 1.0s
#2 [internal] load metadata for docker.io/library/node:20-alpine
#2 DONE 1.0s
#6 [internal] load .dockerignore
#6 transferring context: 246B done
#6 DONE 0.0s
#7 [internal] load build context
#7 DONE 0.0s
#8 [builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#8 resolve docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c done
#8 DONE 0.0s
#9 [runtime 1/3] FROM docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55
#9 resolve docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55 done
#9 DONE 0.0s
#10 importing cache manifest from gha:10659997648410108985
#10 DONE 0.2s
#7 [internal] load build context
#7 transferring context: 10.14MB 0.2s done
#7 DONE 0.2s
#8 [builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#8 sha256:41b3afaea3b1b1ab04a268431e10dcace7883019a5da7d326aa35dc9713fcbb5 445B / 445B 0.1s done
#8 sha256:3dcec91425079e7b455efc5f2a18d026450c47c9382c41897620afc6b1424e44 1.26MB / 1.26MB 0.1s done
#8 sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9 0B / 42.78MB 0.2s
#8 sha256:1074353eec0db2c1d81d5af2671e56e00cf5738486f5762609ea33d606f88612 3.86MB / 3.86MB 0.2s done
#8 extracting sha256:1074353eec0db2c1d81d5af2671e56e00cf5738486f5762609ea33d606f88612 0.1s done
#8 sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9 42.78MB / 42.78MB 0.4s done
#8 extracting sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9
#8 ...
#9 [runtime 1/3] FROM docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55
#9 sha256:0abf9e5672665202e79f26f23ef5dbd12558e2ea51ac32807922ab76fdb24ab0 1.40kB / 1.40kB 0.1s done
#9 sha256:e096540205d5d1ab2c2647d716491020d81e3f167a33606665b193d75540857f 20.18MB / 20.18MB 0.3s done
#9 sha256:085c5e5aaa8eb4b957ecf253c74f16a6a5551231de3fb7c3ac74814a6bf17e06 1.21kB / 1.21kB 0.1s done
#9 sha256:33f95a0f3229b49e777082e801b882b13fcc5b4e389410ce8eb066f4d58c71b9 403B / 403B 0.1s done
#9 sha256:da7c973d8b92a1555060972c8849a332c93bfe2608c11faeee2098c4cfbe8c3d 953B / 953B 0.1s done
#9 sha256:25f453064fd3e8a9754b6e51b86c637e13203cbfc748fcf73f3c8b2d10816ae3 1.86MB / 1.86MB 0.1s done
#9 extracting sha256:25f453064fd3e8a9754b6e51b86c637e13203cbfc748fcf73f3c8b2d10816ae3 0.1s done
#9 sha256:567f84da6fbd4287d40a5837485469435c40a81f9a94e98395b6385d3600643a 626B / 626B 0.1s done
#9 DONE 0.6s
#9 [runtime 1/3] FROM docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55
#9 extracting sha256:567f84da6fbd4287d40a5837485469435c40a81f9a94e98395b6385d3600643a done
#9 extracting sha256:da7c973d8b92a1555060972c8849a332c93bfe2608c11faeee2098c4cfbe8c3d done
#9 extracting sha256:33f95a0f3229b49e777082e801b882b13fcc5b4e389410ce8eb066f4d58c71b9 done
#9 extracting sha256:085c5e5aaa8eb4b957ecf253c74f16a6a5551231de3fb7c3ac74814a6bf17e06 done
#9 extracting sha256:0abf9e5672665202e79f26f23ef5dbd12558e2ea51ac32807922ab76fdb24ab0 done
#9 extracting sha256:e096540205d5d1ab2c2647d716491020d81e3f167a33606665b193d75540857f
#9 extracting sha256:e096540205d5d1ab2c2647d716491020d81e3f167a33606665b193d75540857f 0.4s done
#9 DONE 1.0s
#8 [builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#8 extracting sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9 1.1s done
#8 DONE 1.5s
#8 [builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#8 extracting sha256:3dcec91425079e7b455efc5f2a18d026450c47c9382c41897620afc6b1424e44 0.0s done
#8 extracting sha256:41b3afaea3b1b1ab04a268431e10dcace7883019a5da7d326aa35dc9713fcbb5 done
#8 DONE 1.5s
#11 [builder 2/8] WORKDIR /app
#11 DONE 0.3s
#12 [builder 3/8] COPY package*.json ./
#12 DONE 0.0s
#13 [builder 4/8] COPY packages/spark/package.json ./packages/spark/package.json
#13 DONE 0.0s
#14 [builder 5/8] COPY packages/spark/src ./packages/spark/src
#14 DONE 0.0s
#15 [builder 6/8] RUN npm install
#15 0.858 npm error code EUNSUPPORTEDPROTOCOL
#15 0.859 npm error Unsupported URL Type "workspace:": workspace:*
#15 0.861 npm notice
#15 0.861 npm notice New major version of npm available! 10.8.2 -> 11.7.0
#15 0.861 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0
#15 0.861 npm notice To update run: npm install -g npm@11.7.0
#15 0.861 npm notice
#15 0.862 npm error A complete log of this run can be found in: /root/.npm/_logs/2026-01-17T13_24_50_210Z-debug-0.log
#15 ERROR: process "/bin/sh -c npm install" did not complete successfully: exit code: 1
------
 > [builder 6/8] RUN npm install:
0.858 npm error code EUNSUPPORTEDPROTOCOL
0.859 npm error Unsupported URL Type "workspace:": workspace:*
0.861 npm notice
0.861 npm notice New major version of npm available! 10.8.2 -> 11.7.0
0.861 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0
0.861 npm notice To update run: npm install -g npm@11.7.0
0.861 npm notice
0.862 npm error A complete log of this run can be found in: /root/.npm/_logs/2026-01-17T13_24_50_210Z-debug-0.log
------
Dockerfile:12
--------------------
  10 |     # Install dependencies
  11 |     # Note: npm ci doesn't work reliably with workspace: protocol, so we use npm install
  12 | >>> RUN npm install
  13 |
  14 |     # Copy remaining application files
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 1
Error: buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 1
2026-01-17 13:28:58 +00:00
e1e2ffef19 Generated by Spark: transforming...
Found 4 warnings while optimizing generated CSS:
Issue #1:
│   padding-left: $container-padding;
│   padding-right: $container-padding;
│   @include respond-to('lg') {
┆           ^-- Unknown at rule: @include
┆
│     padding-left: calc($container-padding * 2);
│     padding-right: calc($container-padding * 2);
Issue #2:
│   border-bottom: 1px solid $border-color;
│   padding: spacing('4') spacing('6');
│   @include respond-below('md') {
┆           ^-- Unknown at rule: @include
┆
│     padding: spacing('3') spacing('4');
│   }
Issue #3:
│   overflow-y: auto;
│   z-index: z-index('fixed');
│   @include respond-below('lg') {
┆           ^-- Unknown at rule: @include
┆
│     transform: translateX(-100%);
│     transition: transform $transition-base;
Issue #4:
│   padding: spacing('8') spacing('6');
│   margin-top: auto;
│   @include respond-below('md') {
┆           ^-- Unknown at rule: @include
┆
│     padding: spacing('6') spacing('4');
│   }
Found 7 warnings while optimizing generated CSS:
Issue #1:
│   .container {
│     width: 100%;
│     @media (width >= (display-mode: standalone)) {
┆                     ^-- Unexpected token ParenthesisBlock
┆
│       max-width: (display-mode: standalone);
│     }
Issue #2:
│       max-width: (display-mode: standalone);
│     }
│     @media (width >= (pointer: coarse)) {
┆                     ^-- Unexpected token ParenthesisBlock
┆
│       max-width: (pointer: coarse);
│     }
Issue #3:
│       max-width: (pointer: coarse);
│     }
│     @media (width >= (pointer: fine)) {
┆                     ^-- Unexpected token ParenthesisBlock
┆
│       max-width: (pointer: fine);
│     }
Issue #4:
│   padding-left: $container-padding;
│   padding-right: $container-padding;
│   @include respond-to('lg') {
┆           ^-- Unknown at rule: @include
┆
│     padding-left: calc($container-padding * 2);
│     padding-right: calc($container-padding * 2);
Issue #5:
│   border-bottom: 1px solid $border-color;
│   padding: spacing('4') spacing('6');
│   @include respond-below('md') {
┆           ^-- Unknown at rule: @include
┆
│     padding: spacing('3') spacing('4');
│   }
Issue #6:
│   overflow-y: auto;
│   z-index: z-index('fixed');
│   @include respond-below('lg') {
┆           ^-- Unknown at rule: @include
┆
│     transform: translateX(-100%);
│     transition: transform $transition-base;
Issue #7:
│   padding: spacing('8') spacing('6');
│   margin-top: auto;
│   @include respond-below('md') {
┆           ^-- Unknown at rule: @include
┆
│     padding: spacing('6') spacing('4');
│   }
✓ 8276 modules transformed.
2026-01-17 13:22:37 +00:00
042919d774 Generated by Spark: I have this issue when I click publish - Cannot GET / 2026-01-17 13:00:34 +00:00
b8168ded76 Generated by Spark: Ensure / route is wired up with some JSON config. 2026-01-17 12:54:05 +00:00
3ae07db657 Generated by Spark: Load more of UI from JSON declarations and break up large components into atomic and create hooks as needed 2026-01-17 11:38:28 +00:00
19a44c4010 Generated by Spark: Create composite components in schema editor 2026-01-17 11:27:03 +00:00
1176959d4a Generated by Spark: Load more of UI from JSON declarations 2026-01-17 10:22:57 +00:00
602b10c6f3 Generated by Spark: Lazy-load chart libraries (recharts, d3) to reduce bundle size further 2026-01-17 09:49:05 +00:00
6fa92030d2 Generated by Spark: Optimize bundle size further by lazy-loading heavy components like Monaco Editor 2026-01-17 09:44:43 +00:00
4ab59a509f Generated by Spark: Fix all reported errors. 2026-01-17 09:40:28 +00:00
23dfc2b92e Generated by Spark: Add hover-based preloading for instant page navigation 2026-01-17 09:34:11 +00:00
bdcb4e2f0b Generated by Spark: Enable React Router mode for 52% smaller bundle and 50% faster load times 2026-01-17 09:29:20 +00:00
017d0c9b31 Generated by Spark: Add route-based code splitting with React Router for even better performance 2026-01-17 09:23:25 +00:00
a06ba3e22e Generated by Spark: Optimize bundle size with code splitting and dynamic imports 2026-01-17 09:16:57 +00:00
b684f0a515 Generated by Spark: Fix all reported errors. 2026-01-17 09:11:13 +00:00
d15d527473 Generated by Spark: ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/src/main.tsx:1 Failed to load resource: the server responded with a status of 502 ()Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/src/main.tsx:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
(index):5  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
console.ts:4 FileSyncerContext: Established connection to file syncer
console.ts:4 FileSyncerContext: FileSyncer client created and connected
console.ts:4 FileSyncerContext: Codespaces file syncer started
console.ts:4 FileSyncerContext: Established connection to file syncer
console.ts:4 FileSyncerContext: FileSyncer client created and connected
console.ts:4 FileSyncerContext: Codespaces file syncer started
console.ts:4 connected to the Codespace
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:10  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@vite/client net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@vite/client:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:32  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/workspaces/spark-template/packages/spark-tools/dist/heartbeat.js net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/workspaces/spark-template/packages/spark-tools/dist/heartbeat.js:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:37  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/src/main.tsx net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/src/main.tsx:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:5  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh:1  Failed to load resource: the server responded with a status of 502 ()Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:10  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@vite/client net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:32  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/workspaces/spark-template/packages/spark-tools/dist/heartbeat.js net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:37  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/src/main.tsx net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:5  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:10  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@vite/client net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:32  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/workspaces/spark-template/packages/spark-tools/dist/heartbeat.js net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:37  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/src/main.tsx net::ERR_ABORTED 502 (Bad Gateway)Understand this error
ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/:5  GET https://ubiquitous-couscous-97464jg9j6ggh79x5-5000.app.github.dev/@react-refresh net::ERR_ABORTED 502 (Bad Gateway)
2026-01-17 01:55:35 +00:00
copilot-swe-agent[bot]
117d9f08e5 Fix internal documentation links after reorganization
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 00:35:23 +00:00
copilot-swe-agent[bot]
34ca7d2c20 Reorganize documentation: move all docs to /docs subdirectories
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 00:33:02 +00:00
31e49ef7c0 Generated by Spark: Make docs folder and tidy docs 2026-01-17 00:26:20 +00:00