-
Notifications
You must be signed in to change notification settings - Fork 45
Updated Solution.tsx #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…ity is displayed.
…mplecity is displayed.
In this, all the API keys were given from the ".env" files itself, in the backend. |
Hey, I've actually made a seperate backend for this fronend app. I'm so sorry u haven't informed it clearly. Run those on the same device simultaneously and it should work. Took a few days but I was able to complete it somehow. Works with basic functionalities but it doesn't seem to get the right answer everytime, works perfectly with the test image in my repo tho. Maybe look into the prompts given, I'll try working on it too when free. |
…code, debug_analysis and so on....
This commit adds: 1. A new CopyButton component that allows users to easily copy code with proper indentation 2. Integration of the copy button in all code sections in both Solutions and Debug pages 3. Styling that matches the dark theme with translucent background Known issues that still need to be addressed: - Window resizing not working correctly - the application window doesn't properly resize to match content - Need to investigate how content dimensions are communicated to the main process
Updated Solution.tsx to accept Explanation in string format instead of an array.
Code and Complexities are parsed through perfectly with a custom backend.