0a703a3565
Generated by Spark: Create breadcrumb trail showing user navigation history
2026-01-17 13:07:13 +00:00
458a6e7c45
Generated by Spark: Add custom 404 page design with helpful navigation links
2026-01-17 13:02:39 +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
8d5f87d8be
Generated by Spark: Fix all reported errors.
2026-01-17 12:49:33 +00:00
afe2bf1724
Generated by Spark: Fix all reported errors.
2026-01-17 12:45:11 +00:00
9fde2a100c
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 12:35:17 +00:00
55114937a7
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 12:30:47 +00:00
cd4164deb8
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 12:07:39 +00:00
9ca2f9ce44
Edited Spark
2026-01-17 12:04:07 +00:00
944e164deb
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 12:01:34 +00:00
165c8d3847
Edited Spark
2026-01-17 11:57:11 +00:00
1819e3d598
Generated by Spark: Convert remaining pages (Lambdas, Styling, Flask API) to JSON-driven configuration
2026-01-17 11:55:55 +00:00
c1653ac226
Edited Spark
2026-01-17 11:49:01 +00:00
83dd57f259
Generated by Spark: Convert more pages to JSON-driven configuration (Models, Components, Workflows)
2026-01-17 11:46:36 +00:00
c27eb6d3de
Edited Spark
2026-01-17 11:38:55 +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
eb7660864d
Generated by Spark: Fix all reported errors.
2026-01-17 11:16:56 +00:00
d84c221e6e
Generated by Spark: Add data source binding UI to connect components to KV storage and computed values
2026-01-17 11:10:54 +00:00
9b9f0da541
Generated by Spark: Build a visual schema editor to create JSON UI configs through drag-and-drop
2026-01-17 11:03:10 +00:00
ac6afd9961
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 10:49:03 +00:00
35f8e9ef52
Edited Spark
2026-01-17 10:38:07 +00:00
5ae19c0b9c
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 10:37:34 +00:00
72d2576880
Edited Spark
2026-01-17 10:26:52 +00:00
1176959d4a
Generated by Spark: Load more of UI from JSON declarations
2026-01-17 10:22:57 +00:00
eb895f70f5
Generated by Spark: Add workflow filtering by status (success, failed, running)
2026-01-17 10:06:37 +00:00
be1f1d0959
Generated by Spark: Display build status badges for specific workflows or branches
2026-01-17 10:03:05 +00:00
d159c5e8c7
Generated by Spark: Github build status information on dashboard - https://github.com/johndoe6345789/low-code-react-app-b/actions
2026-01-17 09:56:58 +00:00
f6108cd08e
Generated by Spark: Fix all reported errors.
2026-01-17 09:52:30 +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
ac1d411385
Merge pull request #11 from johndoe6345789/copilot/fix-missing-module-declarations
...
Implement @github/spark package source and build pipeline
2026-01-17 09:04:39 +00:00
copilot-swe-agent[bot]
65f9f8191c
Address code review feedback: improve type safety and documentation
...
- Added specific return types for LLM functions
- Added LLMChatResponse interface for type safety
- Enhanced plugin documentation with TODO comments
- Clarified intended functionality and future extension points
- Rebuilt package with improvements
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-17 09:00:42 +00:00
copilot-swe-agent[bot]
6fb37377a0
Add built dist folder for @github/spark workspace package
...
- Updated .gitignore to allow dist folders in workspace packages
- Added complete built output from packages/spark-tools/dist/
- Includes all TypeScript declarations and JavaScript bundles
- Ensures package is ready for consumption by main project
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-17 08:58:43 +00:00
copilot-swe-agent[bot]
6a80789b62
Create complete source implementation for @github/spark package
...
- Added full implementations in packages/spark-tools/src/
- Created hooks/index.ts with complete useKV hook implementation
- Created lib/spark-runtime.ts with KV storage, LLM, and user services
- Created lib/spark.ts for spark runtime initialization
- Created sparkVitePlugin.ts for Vite integration
- Created vitePhosphorIconProxyPlugin.ts for icon optimization
- Added rollup.config.ts for building the package
- Added tsconfig.json for TypeScript configuration
- Successfully built the package with all exports
- All TypeScript compilation errors resolved
- Main project build completes successfully
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-17 08:57:30 +00:00
copilot-swe-agent[bot]
48135a172b
Initial plan for fixing TypeScript compilation errors
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-17 08:52:41 +00:00
copilot-swe-agent[bot]
67171d8932
Initial plan
2026-01-17 08:48:47 +00:00
77b10732f1
Merge pull request #10 from johndoe6345789/copilot/take-a-look-jemison-mercantile
...
Fix Docker build workspace protocol error
2026-01-17 08:46:48 +00:00
copilot-swe-agent[bot]
9bc215d466
Optimize Docker layer caching while fixing workspace issue
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-17 02:09:21 +00:00
copilot-swe-agent[bot]
95f5f2f7ce
Fix Docker build workspace dependency issue
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-17 02:08:21 +00:00
1e55abc644
Generated by Spark: Fix all reported errors.
2026-01-17 02:05:41 +00:00
da8532dd11
Generated by Spark: I see loading screen, which is fine but we need really good console.log trace logging so i can trace the initialisation flow
2026-01-17 02:03:46 +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