Commit Graph

  • e0c945e69b
    Update README.md Abi Raja 2023-11-16 07:52:32 -0500
  • 907e85493f
    Use performance.now instead of Date.now Koen Zweerts 2023-11-16 11:11:48 +0100
  • 7d6fde2dea make it easy to view code in the app Abi Raja 2023-11-15 20:12:30 -0500
  • e74442c3cb move buttons to the top and reference image below Abi Raja 2023-11-15 19:54:30 -0500
  • 6b1c5aecef fix bad gitignore and missing file Abi Raja 2023-11-15 19:42:47 -0500
  • c061c9b610 improve image cache so we don't re-generate the same images on update Abi Raja 2023-11-15 17:31:01 -0500
  • 62c5458e08 add radix-ui dep Abi Raja 2023-11-15 16:34:05 -0500
  • a126c37ed3 improve sidebar visual style Abi Raja 2023-11-15 16:32:57 -0500
  • 7ed13c5fd4 only need to generate images that use placeholders from https://placehold.co Abi Raja 2023-11-15 16:19:06 -0500
  • 498fe2075e Merge branch 'main' of https://github.com/abi/screenshot-to-code Abi Raja 2023-11-15 15:52:05 -0500
  • 387da27f51 add back scanning animation Abi Raja 2023-11-15 15:52:03 -0500
  • ade0cc14f0
    Update README.md Abi Raja 2023-11-15 15:30:01 -0500
  • 9254a4344c fix minor bug Abi Raja 2023-11-15 15:22:58 -0500
  • f1b61a4ce4 update buttons to use shadcn Abi Raja 2023-11-15 15:22:46 -0500
  • db56dbd3e6 support updating the initially generated version Abi Raja 2023-11-15 15:08:59 -0500
  • 6f3c668c2f add shadcn and some components Abi Raja 2023-11-15 13:11:41 -0500
  • 07eba3ba4a
    Update README.md Abi Raja 2023-11-15 11:48:20 -0500
  • 903385e501 add default backend URL as fallback if the user hasn't set up the env file Abi Raja 2023-11-15 11:33:41 -0500
  • 1420bb8586
    Update README.md Abi Raja 2023-11-15 11:29:53 -0500
  • 4ad7382d3b add icons for buttons Abi Raja 2023-11-15 11:27:25 -0500
  • 14a96998cf Merge branch 'main' of https://github.com/abi/screenshot-to-code Abi Raja 2023-11-15 09:51:35 -0500
  • 99508d8e03 throttle the iframe preview so that it doesn't stop updating at the end of code generation due to too many updates Abi Raja 2023-11-15 09:51:34 -0500
  • ba15787fca
    Update README.md Abi Raja 2023-11-15 07:55:24 -0500
  • 670c551d66
    Update README.md Abi Raja 2023-11-14 23:44:26 -0500
  • c4b99c125e make layout better Abi Raja 2023-11-14 23:33:06 -0500
  • 51c7334c0e add image generation for placeholder images Abi Raja 2023-11-14 23:05:41 -0500
  • 3f071e7a68 make preview look better Abi Raja 2023-11-14 18:54:05 -0500
  • 20bb905983 improve button look Abi Raja 2023-11-14 18:47:10 -0500
  • e013f63829 add scanning animation Abi Raja 2023-11-14 18:42:35 -0500
  • 95ea486112 improve UI style Abi Raja 2023-11-14 18:21:57 -0500
  • fca6f47882 Update README.md Abi Raja 2023-11-14 17:52:28 -0500
  • e2dc80f47d Update README.md Abi Raja 2023-11-14 17:49:17 -0500
  • 8be1b42fb4 add a console to show progress Abi Raja 2023-11-14 17:43:51 -0500
  • beff936e4e update prompt to clarify font awesome <link> Abi Raja 2023-11-14 17:23:02 -0500
  • 126972bee0 move download button to main App Abi Raja 2023-11-14 17:18:04 -0500
  • c0d1c23145 add a download code button Abi Raja 2023-11-14 15:55:51 -0500
  • fdecb93ea6 aider: Add a button to download the code as index.html in frontend/src/components/Preview.tsx. Abi Raja 2023-11-14 15:48:18 -0500
  • 593eb5ba63 fix toasts, error capture and get end to end working Abi Raja 2023-11-14 15:41:04 -0500
  • 3f4cf2895e better UX for different app states Abi Raja 2023-11-14 15:31:24 -0500
  • 86dd82e358 write logs to file Abi Raja 2023-11-14 15:26:14 -0500
  • 5be9736120 Update .gitignore Abi Raja 2023-11-14 15:10:47 -0500
  • 79459e6ebf ignore aider files Abi Raja 2023-11-14 15:10:18 -0500
  • 649d04dfac Update README Abi Raja 2023-11-14 15:10:08 -0500
  • 82fc80b3fc aider: Changed file writing operation to write into a new file in the run_logs directory for each run using the current timestamp as the filename. Abi Raja 2023-11-14 15:00:23 -0500
  • 4bb012922b Write messages dict into a file for debugging. Abi Raja 2023-11-14 15:00:22 -0500
  • 54ddde2820 add a prompt library Abi Raja 2023-11-14 14:56:46 -0500
  • 444c16abe6 show generated code in preview Abi Raja 2023-11-14 14:49:05 -0500
  • 209929d6b3 minor refactor and typescript checker Abi Raja 2023-11-14 14:47:03 -0500
  • ce763782c4 add backend with openai calling Abi Raja 2023-11-14 14:40:17 -0500
  • 53c6b13887 support to the backend via websockets and display progress to user Abi Raja 2023-11-14 13:50:42 -0500
  • 169dd0a337 add a desktop preview Abi Raja 2023-11-14 13:36:34 -0500
  • 5a8d7d9071 add a CodePreview element Abi Raja 2023-11-14 13:33:06 -0500
  • 2bf4b62082 add a basic UI Abi Raja 2023-11-14 13:10:41 -0500
  • e8908ac782 Initial commit Abi Raja 2023-11-14 12:53:23 -0500