Commit Graph

  • 6c4549be35 Split TemplatesSection.tsx into individual template components copilot-swe-agent[bot] 2026-01-17 22:11:53 +00:00
  • 865741a615 Initial plan copilot-swe-agent[bot] 2026-01-17 22:05:36 +00:00
  • c3ce477512 Merge pull request #3 from johndoe6345789/copilot/split-large-components johndoe6345789 2026-01-17 22:05:22 +00:00
  • 444aed1872 Fix accessibility: Add DialogTitle to SnippetViewerHeader copilot-swe-agent[bot] 2026-01-17 22:04:04 +00:00
  • 12fabfdab2 Split SnippetViewer.tsx (158 LOC) into 2 focused components copilot-swe-agent[bot] 2026-01-17 22:02:12 +00:00
  • 5a419e764a Split SnippetCard.tsx (285 LOC) into 3 focused components copilot-swe-agent[bot] 2026-01-17 22:00:16 +00:00
  • 9328bf3102 Split SettingsPage.tsx (627 LOC) into 6 smaller components copilot-swe-agent[bot] 2026-01-17 21:58:03 +00:00
  • 089130b0bc Split sidebar.tsx (726 LOC) into 4 modular files copilot-swe-agent[bot] 2026-01-17 21:54:29 +00:00
  • d83ebc0646 Initial plan copilot-swe-agent[bot] 2026-01-17 21:47:55 +00:00
  • 764a8c47cd Merge pull request #2 from johndoe6345789/copilot/organize-components-folder johndoe6345789 2026-01-17 21:46:17 +00:00
  • cf721c018e Clean up final formatting issue in Navigation.tsx copilot-swe-agent[bot] 2026-01-17 21:44:33 +00:00
  • 95fa780d68 Fix formatting in Navigation.tsx - remove empty lines copilot-swe-agent[bot] 2026-01-17 21:43:11 +00:00
  • e628b2cd0e Organize components folder structure with consolidated subdirectories copilot-swe-agent[bot] 2026-01-17 21:39:52 +00:00
  • 955efd58ea Initial analysis of components folder structure copilot-swe-agent[bot] 2026-01-17 21:34:54 +00:00
  • 78bdf37119 Initial plan copilot-swe-agent[bot] 2026-01-17 21:32:05 +00:00
  • 2eaa790034 Merge pull request #1 from johndoe6345789/copilot/organize-markdown-files johndoe6345789 2026-01-17 21:31:38 +00:00
  • 7511586b1d Generated by Spark: Break up components <150LOC johndoe6345789 2026-01-17 21:29:32 +00:00
  • 968de1de0e Organize markdown files into docs folder and move ErrorFallback component copilot-swe-agent[bot] 2026-01-17 21:28:10 +00:00
  • 2dfe81049d Initial plan copilot-swe-agent[bot] 2026-01-17 21:23:46 +00:00
  • 3ff9df1c66 Generated by Spark: Remove duplicate components. johndoe6345789 2026-01-17 21:19:10 +00:00
  • eb26000020 Generated by Spark: I moved a card, which works fine, but Redux doesnt react, which is weird as Redux is really good at this. johndoe6345789 2026-01-17 21:15:59 +00:00
  • fdd0120994 Generated by Spark: Redux should be reactive, but its not being fully reactive. Is redux set up properly in package.json? johndoe6345789 2026-01-17 21:13:49 +00:00
  • ceab6b740f Generated by Spark: Ensure redux works with redux dev tools johndoe6345789 2026-01-17 21:10:24 +00:00
  • c6580661a3 Generated by Spark: Create Redux persistence middleware to sync state with database automatically johndoe6345789 2026-01-17 21:09:27 +00:00
  • 7123b5429b Generated by Spark: Implement redux johndoe6345789 2026-01-17 20:58:00 +00:00
  • 948a520450 Generated by Spark: Add bulk move feature to move multiple snippets at once johndoe6345789 2026-01-17 20:32:43 +00:00
  • 735ca6c633 Generated by Spark: Make it easy to move a card to another namespace johndoe6345789 2026-01-17 20:11:05 +00:00
  • 18e211b774 Generated by Spark: I think namespaces might of messed up the schema - It could detect this and wipe the slate clean. Update IndexedDB and Flask. johndoe6345789 2026-01-17 20:07:27 +00:00
  • c143b3d586 Generated by Spark: Would be nice to group snippets with namespaces. Allow user to create / delete unlimited namespaces. Reserve 1 default namespace. If user deletes a namespaces, it could move all the cards back to the default one. johndoe6345789 2026-01-17 20:02:33 +00:00
  • 235e1b04a6 Generated by Spark: It doesnt pause to let me type: Welcome to the greeting program! Hello, <coroutine object custom_input at 0xc4e9c8>! Nice to meet you! Wow, <coroutine object custom_input at 0xc4f600> years old! That's awesome! <coroutine object custom_input at 0xaf4cc0> is a great choice! I love that color too. Thanks for chatting, <coroutine object custom_input at 0xc4e9c8>! Have a wonderful day! johndoe6345789 2026-01-17 19:56:14 +00:00
  • 9002991d85 Generated by Spark: It's supposed to accept interactive real time input, instead I get Welcome to the greeting program! What is your name? Traceback (most recent call last): File "<exec>", line 9, in custom_input_async ImportError: cannot import name '__js_input__' from 'js' (unknown location) Traceback (most recent call last): File "/lib/python313.zip/_pyodide/_base.py", line 597, in eval_code_async await CodeRunner( ...<9 lines>... .run_async(globals, locals) File "/lib/python313.zip/_pyodide/_base.py", line 411, in run_async coroutine = eval(self.code, globals, locals) File "<exec>", line 6, in <module> File "<exec>", line 16, in custom_input File "/lib/python313.zip/pyodide/webloop.py", line 369, in run_until_complete return run_sync(future) File "<exec>", line 9, in custom_input_async ImportError: cannot import name '__js_input__' from 'js' (unknown location) johndoe6345789 2026-01-17 19:52:22 +00:00
  • 031ca48ee5 Generated by Spark: It's supposed to accept interactive real time input, instead I get Traceback (most recent call last): File "/lib/python313.zip/_pyodide/_base.py", line 523, in eval_code .run(globals, locals) ~~~^^^^^^^^^^^^^^^^^ File "/lib/python313.zip/_pyodide/_base.py", line 357, in run coroutine = eval(self.code, globals, locals) File "<exec>", line 3, in <module> ImportError: cannot import name '__js_input__' from 'js' (unknown location) johndoe6345789 2026-01-17 19:51:11 +00:00
  • 6b2ee2a29f Generated by Spark: Theres a hard to diagnose fault with this program where its interfering with the Github Spark GUI and causing extra prompts to be sent. johndoe6345789 2026-01-17 19:47:49 +00:00
  • b2f5718f4f Generated by Spark: # Interactive program - asks for user's name and greets them johndoe6345789 2026-01-17 19:43:17 +00:00
  • 75bb792085 Generated by Spark: this is so rubbish, i want to type my own input like real CPython - Python Terminal Run Welcome to the greeting program! What is your name? What is your name? Hello, <PyodideFuture pending cb=[WebLoop._decrement_in_progress()]>! Nice to meet you! How old are you? How old are you? Wow, <PyodideFuture pending cb=[WebLoop._decrement_in_progress()]> years old! That's awesome! What's your favorite color? What's your favorite color? <PyodideFuture pending cb=[WebLoop._decrement_in_progress()]> is a great choice! I love that color too. Thanks for chatting, <PyodideFuture pending cb=[WebLoop._decrement_in_progress()]>! Have a wonderful day! johndoe6345789 2026-01-17 19:39:58 +00:00
  • 6203a7ce56 Generated by Spark: There seems to be a templates.json syncing issue. I am not seeing them in UI. Maybe a syncing algo needs to be written to sync with database. johndoe6345789 2026-01-17 19:36:57 +00:00
  • 7e1f705fe4 Generated by Spark: Add interactive Python program that uses multiple input prompts johndoe6345789 2026-01-17 19:31:00 +00:00
  • fee1ff87d6 Generated by Spark: Add interactive Python program that uses multiple input prompts johndoe6345789 2026-01-17 19:25:30 +00:00
  • b5f80bb30c Generated by Spark: Sometimes my dad writes Python programs with a input: prompt. To cope with this, we might need to simulate a terminal / command prompt. johndoe6345789 2026-01-17 19:16:34 +00:00
  • a8f20992f1 Generated by Spark: The X close button styling is a little dodge, it even overlaps other content. johndoe6345789 2026-01-17 19:09:26 +00:00
  • de1824e06d Generated by Spark: When your viewing code, theres two x buttons johndoe6345789 2026-01-17 19:06:29 +00:00
  • 418c9f4ebf Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 19:01:55 +00:00
  • 544530c93d Edited Spark johndoe6345789 2026-01-17 19:01:13 +00:00
  • fe56ef0ac1 Generated by Spark: Error: Pyodide version does not match: '0.29.1' <==> '0.26.4'. If you updated the Pyodide version, make sure you also updated the 'indexURL' parameter passed to loadPyodide. johndoe6345789 2026-01-17 18:58:19 +00:00
  • 3df336ff56 Edited Spark johndoe6345789 2026-01-17 18:57:39 +00:00
  • d7c86f62c2 Generated by Spark: Find a way to make it run Python code - my dad likes to do Euler problems and other code challenges. Maybe there's a good node lib that can simulate Python 3. Add some Python examples to template lib. johndoe6345789 2026-01-17 18:54:12 +00:00
  • a2e99eb082 Edited Spark johndoe6345789 2026-01-17 18:50:02 +00:00
  • a469b44a54 Generated by Spark: Should handle caprover / cloudflare cors - Check frontend and backend config. example setup: https://frontend.example.com https://backend.example.com johndoe6345789 2026-01-17 18:47:08 +00:00
  • ca93235cde Generated by Spark: I can auto default to flask backend with docker environment variable. If its not set used IndexedDB. johndoe6345789 2026-01-17 18:38:03 +00:00
  • 40aeedeeba Edited Spark johndoe6345789 2026-01-17 18:31:23 +00:00
  • 3c3be9c8ed Generated by Spark: Ok I figured it out. Make a backend folder, put a flask backend in it with a Dockerfile. Main UI uses IndexedDB then with a UI setting, it can be moved to the flask backend. johndoe6345789 2026-01-17 18:30:19 +00:00
  • 88a9225524 Generated by Spark: Perhaps it could use sqlite on disk if possible, else use indexeddb johndoe6345789 2026-01-17 18:20:30 +00:00
  • 6fbe7b4ed0 Generated by Spark: Reduce reliance on spark database. Just use sqlite. johndoe6345789 2026-01-17 17:59:46 +00:00
  • 80a09ca740 Generated by Spark: Weird issue, I made a snippet from template but it didn't add it to the homepage when I submitted. Can we use sqlite? johndoe6345789 2026-01-17 17:54:19 +00:00
  • cbd6334b9f Generated by Spark: Can we make Monaco find our libraries? I get red squigglies on imports. johndoe6345789 2026-01-17 17:50:52 +00:00
  • cbdf366c7f Generated by Spark: I tried a example, seems app is not wired up correctly. Live preview loaded duration 5665.10ms VM29890:28 Uncaught ReferenceError: Card is not defined at TodoList (eval at <anonymous> (ReactPreview.tsx:68:32), <anonymous>:28:43) at Object.react_stack_bottom_frame (react-dom_client.js?v=19d5d69b:18509:20) at renderWithHooks (react-dom_client.js?v=19d5d69b:5654:24) at updateFunctionComponent (react-dom_client.js?v=19d5d69b:7475:21) at beginWork (react-dom_client.js?v=19d5d69b:8525:20) at runWithFiberInDEV (react-dom_client.js?v=19d5d69b:997:72) at performUnitOfWork (react-dom_client.js?v=19d5d69b:12561:98) at workLoopSync (react-dom_client.js?v=19d5d69b:12424:43) at renderRootSync (react-dom_client.js?v=19d5d69b:12408:13) at performWorkOnRoot (react-dom_client.js?v=19d5d69b:11827:37) at performSyncWorkOnRoot (react-dom_client.js?v=19d5d69b:13517:9) at flushSyncWorkAcrossRoots_impl (react-dom_client.js?v=19d5d69b:13414:122) at flushSyncWork$1 (react-dom_client.js?v=19d5d69b:12076:86) at Object.f (react-dom_client.js?v=19d5d69b:19794:77) at exports.flushSync (chunk-ZLLQK76H.js?v=19d5d69b:92:106) at dispatchDiscreteCustomEvent (chunk-XZFLHFSN.js?v=19d5d69b:238:24) at handleSelect (@radix-ui_react-dropdown-menu.js?v=19d5d69b:518:9) at handleEvent (chunk-XZFLHFSN.js?v=19d5d69b:23:31) at executeDispatch (react-dom_client.js?v=19d5d69b:13622:11) at runWithFiberInDEV (react-dom_client.js?v=19d5d69b:997:72) at processDispatchQueue (react-dom_client.js?v=19d5d69b:13658:37) at react-dom_client.js?v=19d5d69b:14071:11 at batchedUpdates$1 (react-dom_client.js?v=19d5d69b:2626:42) at dispatchEventForPluginEventSystem (react-dom_client.js?v=19d5d69b:13763:9) at dispatchEvent (react-dom_client.js?v=19d5d69b:16784:13) at dispatchDiscreteEvent (react-dom_client.js?v=19d5d69b:16765:62) TodoList @ VM29890:28 react_stack_bottom_frame @ react-dom_client.js?v=19d5d69b:18509 renderWithHooks @ react-dom_client.js?v=19d5d69b:5654 updateFunctionComponent @ react-dom_client.js?v=19d5d69b:7475 beginWork @ react-dom_client.js?v=19d5d69b:8525 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 performUnitOfWork @ react-dom_client.js?v=19d5d69b:12561 workLoopSync @ react-dom_client.js?v=19d5d69b:12424 renderRootSync @ react-dom_client.js?v=19d5d69b:12408 performWorkOnRoot @ react-dom_client.js?v=19d5d69b:11827 performSyncWorkOnRoot @ react-dom_client.js?v=19d5d69b:13517 flushSyncWorkAcrossRoots_impl @ react-dom_client.js?v=19d5d69b:13414 flushSyncWork$1 @ react-dom_client.js?v=19d5d69b:12076 f @ react-dom_client.js?v=19d5d69b:19794 exports.flushSync @ chunk-ZLLQK76H.js?v=19d5d69b:92 dispatchDiscreteCustomEvent @ chunk-XZFLHFSN.js?v=19d5d69b:238 handleSelect @ @radix-ui_react-dropdown-menu.js?v=19d5d69b:518 handleEvent @ chunk-XZFLHFSN.js?v=19d5d69b:23 executeDispatch @ react-dom_client.js?v=19d5d69b:13622 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 processDispatchQueue @ react-dom_client.js?v=19d5d69b:13658 (anonymous) @ react-dom_client.js?v=19d5d69b:14071 batchedUpdates$1 @ react-dom_client.js?v=19d5d69b:2626 dispatchEventForPluginEventSystem @ react-dom_client.js?v=19d5d69b:13763 dispatchEvent @ react-dom_client.js?v=19d5d69b:16784 dispatchDiscreteEvent @ react-dom_client.js?v=19d5d69b:16765 <TodoList> exports.jsxDEV @ react_jsx-dev-runtime.js?v=19d5d69b:247 ReactPreview @ ReactPreview.tsx:203 react_stack_bottom_frame @ react-dom_client.js?v=19d5d69b:18509 renderWithHooks @ react-dom_client.js?v=19d5d69b:5654 updateFunctionComponent @ react-dom_client.js?v=19d5d69b:7475 beginWork @ react-dom_client.js?v=19d5d69b:8525 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 performUnitOfWork @ react-dom_client.js?v=19d5d69b:12561 workLoopSync @ react-dom_client.js?v=19d5d69b:12424 renderRootSync @ react-dom_client.js?v=19d5d69b:12408 performWorkOnRoot @ react-dom_client.js?v=19d5d69b:11827 performSyncWorkOnRoot @ react-dom_client.js?v=19d5d69b:13517 flushSyncWorkAcrossRoots_impl @ react-dom_client.js?v=19d5d69b:13414 flushSyncWork$1 @ react-dom_client.js?v=19d5d69b:12076 f @ react-dom_client.js?v=19d5d69b:19794 exports.flushSync @ chunk-ZLLQK76H.js?v=19d5d69b:92 dispatchDiscreteCustomEvent @ chunk-XZFLHFSN.js?v=19d5d69b:238 handleSelect @ @radix-ui_react-dropdown-menu.js?v=19d5d69b:518 handleEvent @ chunk-XZFLHFSN.js?v=19d5d69b:23 executeDispatch @ react-dom_client.js?v=19d5d69b:13622 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 processDispatchQueue @ react-dom_client.js?v=19d5d69b:13658 (anonymous) @ react-dom_client.js?v=19d5d69b:14071 batchedUpdates$1 @ react-dom_client.js?v=19d5d69b:2626 dispatchEventForPluginEventSystem @ react-dom_client.js?v=19d5d69b:13763 dispatchEvent @ react-dom_client.js?v=19d5d69b:16784 dispatchDiscreteEvent @ react-dom_client.js?v=19d5d69b:16765 <ReactPreview> exports.jsxDEV @ react_jsx-dev-runtime.js?v=19d5d69b:247 SplitScreenEditor @ SplitScreenEditor.tsx:164 react_stack_bottom_frame @ react-dom_client.js?v=19d5d69b:18509 renderWithHooks @ react-dom_client.js?v=19d5d69b:5654 updateFunctionComponent @ react-dom_client.js?v=19d5d69b:7475 beginWork @ react-dom_client.js?v=19d5d69b:8525 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 performUnitOfWork @ react-dom_client.js?v=19d5d69b:12561 workLoopSync @ react-dom_client.js?v=19d5d69b:12424 renderRootSync @ react-dom_client.js?v=19d5d69b:12408 performWorkOnRoot @ react-dom_client.js?v=19d5d69b:11766 performSyncWorkOnRoot @ react-dom_client.js?v=19d5d69b:13517 flushSyncWorkAcrossRoots_impl @ react-dom_client.js?v=19d5d69b:13414 flushSyncWork$1 @ react-dom_client.js?v=19d5d69b:12076 f @ react-dom_client.js?v=19d5d69b:19794 exports.flushSync @ chunk-ZLLQK76H.js?v=19d5d69b:92 dispatchDiscreteCustomEvent @ chunk-XZFLHFSN.js?v=19d5d69b:238 handleSelect @ @radix-ui_react-dropdown-menu.js?v=19d5d69b:518 handleEvent @ chunk-XZFLHFSN.js?v=19d5d69b:23 executeDispatch @ react-dom_client.js?v=19d5d69b:13622 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 processDispatchQueue @ react-dom_client.js?v=19d5d69b:13658 (anonymous) @ react-dom_client.js?v=19d5d69b:14071 batchedUpdates$1 @ react-dom_client.js?v=19d5d69b:2626 dispatchEventForPluginEventSystem @ react-dom_client.js?v=19d5d69b:13763 dispatchEvent @ react-dom_client.js?v=19d5d69b:16784 dispatchDiscreteEvent @ react-dom_client.js?v=19d5d69b:16765 <SplitScreenEditor> exports.jsxDEV @ react_jsx-dev-runtime.js?v=19d5d69b:247 SnippetDialog @ SnippetDialog.tsx:530 react_stack_bottom_frame @ react-dom_client.js?v=19d5d69b:18509 renderWithHooks @ react-dom_client.js?v=19d5d69b:5654 updateFunctionComponent @ react-dom_client.js?v=19d5d69b:7475 beginWork @ react-dom_client.js?v=19d5d69b:8525 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 performUnitOfWork @ react-dom_client.js?v=19d5d69b:12561 workLoopSync @ react-dom_client.js?v=19d5d69b:12424 renderRootSync @ react-dom_client.js?v=19d5d69b:12408 performWorkOnRoot @ react-dom_client.js?v=19d5d69b:11766 performSyncWorkOnRoot @ react-dom_client.js?v=19d5d69b:13517 flushSyncWorkAcrossRoots_impl @ react-dom_client.js?v=19d5d69b:13414 flushSyncWork$1 @ react-dom_client.js?v=19d5d69b:12076 f @ react-dom_client.js?v=19d5d69b:19794 exports.flushSync @ chunk-ZLLQK76H.js?v=19d5d69b:92 dispatchDiscreteCustomEvent @ chunk-XZFLHFSN.js?v=19d5d69b:238 handleSelect @ @radix-ui_react-dropdown-menu.js?v=19d5d69b:518 handleEvent @ chunk-XZFLHFSN.js?v=19d5d69b:23 executeDispatch @ react-dom_client.js?v=19d5d69b:13622 runWithFiberInDEV @ react-dom_client.js?v=19d5d69b:997 processDispatchQueue @ react-dom_client.js?v=19d5d69b:13658 (anonymous) @ react-dom_client.js?v=19d5d69b:14071 batchedUpdates$1 @ react-dom_client.js?v=19d5d69b:2626 dispatchEventForPluginEventSystem @ react-dom_client.js?v=19d5d69b:13763 dispatchEvent @ react-dom_client.js?v=19d5d69b:16784 dispatchDiscreteEvent @ react-dom_client.js?v=19d5d69b:16765Understand this error ReactPreview.tsx:203 An error occurred in the <TodoList> component. johndoe6345789 2026-01-17 17:45:23 +00:00
  • 54dd68e224 Generated by Spark: new snippet has dropdown --> new from template. Make some really good templates. Could store templates as json. johndoe6345789 2026-01-17 17:33:03 +00:00
  • b920414fe2 Generated by Spark: React useState Hook TSX Basic state management in React functional components johndoe6345789 2026-01-17 17:28:09 +00:00
  • ff27954618 Generated by Spark: Edit Snippet Update your code snippet details below. import { useState } from 'react' johndoe6345789 2026-01-17 17:25:57 +00:00
  • 5b395dcfc0 Generated by Spark: Create new snippet and Edit snippet should allow you to configure the input parameters, incl what function gets run (function name) and function arguments. johndoe6345789 2026-01-17 17:23:16 +00:00
  • 8c72d6b713 Generated by Spark: Ah i see the problem - all examples need to take in props. So we need to update them all to take in sensible configurable defaults. johndoe6345789 2026-01-17 17:15:31 +00:00
  • 3417c912ff Generated by Spark: Make a split screen code example johndoe6345789 2026-01-17 17:07:15 +00:00
  • 3ddfea6a81 Generated by Spark: Add split screen code example with live preview johndoe6345789 2026-01-17 16:55:51 +00:00
  • a4ab731735 Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 16:52:06 +00:00
  • 3e45739b34 Edited Spark johndoe6345789 2026-01-17 16:51:22 +00:00
  • 3c5a5c77e5 Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 16:51:12 +00:00
  • d200978498 Edited Spark johndoe6345789 2026-01-17 16:50:38 +00:00
  • afc286eeca Generated by Spark: Hamburger menu is a bit dodgy, should push content to the right when opened. johndoe6345789 2026-01-17 16:48:49 +00:00
  • 758d31717b Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 16:46:22 +00:00
  • 0fe147b302 Edited Spark johndoe6345789 2026-01-17 16:45:51 +00:00
  • f41792776b Generated by Spark: Add routes and hamburger menu on left, lists of pages and break it up johndoe6345789 2026-01-17 16:44:20 +00:00
  • 9a6c55d4d9 Edited Spark johndoe6345789 2026-01-17 16:40:51 +00:00
  • 07d0d603ff Generated by Spark: I want the app to be a snippet pastebin - the component library showcase should just be a seconary thing on a hamburger menu johndoe6345789 2026-01-17 16:40:09 +00:00
  • c732cee311 Edited Spark johndoe6345789 2026-01-17 16:37:09 +00:00
  • f692b1c3b4 Generated by Spark: I want the app to be a snippet pastebin - the component library showcase should just be a seconary thing on a hamburger menu johndoe6345789 2026-01-17 16:36:05 +00:00
  • 812aa471b6 Edited Spark johndoe6345789 2026-01-17 16:33:10 +00:00
  • ec81ce8e17 Generated by Spark: Wire atomic components into snippet tool. johndoe6345789 2026-01-17 16:22:11 +00:00
  • 59801b9c95 Edited Spark johndoe6345789 2026-01-17 16:16:28 +00:00
  • 40d4c446ad Generated by Spark: Make atomic component library until done. If done, just wire them into other components. johndoe6345789 2026-01-17 16:15:57 +00:00
  • 9d235bbb16 Edited Spark johndoe6345789 2026-01-17 16:14:08 +00:00
  • a759e1abbb Generated by Spark: The app is gone, put back snippet tool. Make atomic component library until done. If done, just wire them into other components. johndoe6345789 2026-01-17 16:10:33 +00:00
  • d24a2d4143 Edited Spark johndoe6345789 2026-01-17 16:07:12 +00:00
  • 15d8e221de Generated by Spark: Make atomic component library until done. johndoe6345789 2026-01-17 16:03:41 +00:00
  • 9d8eef0d3c Edited Spark johndoe6345789 2026-01-17 15:58:11 +00:00
  • ee431e4354 Generated by Spark: Extract strings and things out into json to avoid hardcoding into tsx files. johndoe6345789 2026-01-17 15:57:11 +00:00
  • b0ec8c31b1 Edited Spark johndoe6345789 2026-01-17 15:51:21 +00:00
  • b70b91dece Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 15:50:43 +00:00
  • 57cc3b4251 Edited Spark johndoe6345789 2026-01-17 15:50:10 +00:00
  • eeb0e67e58 Generated by Spark: Better feedback when it doesnt render right, stacktrace? johndoe6345789 2026-01-17 15:38:26 +00:00
  • e9beb0548a Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 15:29:39 +00:00
  • 0488b46184 Edited Spark johndoe6345789 2026-01-17 15:28:58 +00:00
  • 165fc4ad10 Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 15:22:58 +00:00
  • 986a8b7713 Edited Spark johndoe6345789 2026-01-17 15:22:12 +00:00
  • 88d083b4cb Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 15:19:44 +00:00
  • 28bfefeff4 Edited Spark johndoe6345789 2026-01-17 15:18:57 +00:00
  • e6ff35822a Generated by Spark: Fix all reported errors. johndoe6345789 2026-01-17 15:17:15 +00:00
  • c466e2b160 Edited Spark johndoe6345789 2026-01-17 15:16:20 +00:00
  • 679f520873 Generated by Spark: A snippet card can render stuff - see if we can make it more robust johndoe6345789 2026-01-17 15:15:54 +00:00
  • 2eb26c0547 Generated by Spark: Wheres the snippet app gone? johndoe6345789 2026-01-17 15:09:05 +00:00
  • ae32234288 Edited Spark johndoe6345789 2026-01-17 15:07:18 +00:00