ishikabhoyar
4daafa726d
fix: update API URL for student submissions in CodeChallenge component
2025-10-29 16:43:37 +05:30
47f73681af
feat: Update login navigation and authentication flow
...
- Changed navigation from '/editor' to '/tests' after successful login.
- Introduced token state management in AuthContext for better handling of authentication.
- Updated login function to store JWT instead of Google token.
- Added error handling for login and test fetching processes.
style: Enhance UI with new footer and test list styles
- Added a footer component with copyright information.
- Created a new TestList component with improved styling and animations.
- Implemented responsive design for test cards and filter tabs.
- Added loading and error states for better user experience.
fix: Improve API interaction for test fetching and password verification
- Refactored API calls to use a centralized studentApi utility.
- Enhanced error handling for API responses, including unauthorized access.
- Implemented password verification for protected tests before starting them.
2025-10-29 11:37:19 +05:30
ishikabhoyar
304761e258
Remove Header component from ProtectedRoute in App.jsx
2025-10-28 14:14:44 +05:30
ishikabhoyar
453f44a43a
Add Google OAuth integration, routing, and theme toggle; implement login and protected routes
2025-10-13 23:51:39 +05:30
Ishika Bhoyar
e8e6011524
Merge pull request #2 from ishikabhoyar/leetcode
...
Leetcode
2025-10-13 16:38:55 +05:30
ishikabhoyar
eabfbf806e
Refactor footer padding and enhance scrollbar styles for terminal and content areas
2025-08-17 17:07:38 +05:30
ishikabhoyar
e4f193613a
Add footer component and styles to prevent overlap with content
2025-08-17 17:03:16 +05:30
210f531990
Update configuration defaults for server and executor settings
2025-08-15 14:53:57 +05:30
e9553dd3af
Add DNS routing setup for cloudflared tunnel in Dockerfile
2025-08-15 14:23:29 +05:30
458b2ca06f
Add credentials.json and update cloudflared configuration in Dockerfile
2025-08-15 14:19:58 +05:30
232c6ec530
Update supervisord configuration for cloudflared to use tunnel URL and modify tunnel ID in config.json
2025-08-15 14:17:18 +05:30
20680719f5
Update Dockerfile and docker-compose to enhance cloudflared configuration and startup process
2025-08-15 14:09:36 +05:30
c7d65c612f
Refactor Dockerfile and docker-compose to use supervisord for process management and update cloudflared installation method
2025-08-15 14:05:00 +05:30
e5827cfa42
Add supervisord configuration for backend and cloudflared services
2025-08-14 23:55:57 +05:30
720a37fa82
Refactor Dockerfile to create startup script dynamically, ensuring correct line endings and improved backend initialization
2025-08-14 23:52:05 +05:30
9474d2f633
Add Dockerfile and Makefile for cloudflared tunnel setup; include startup script
2025-08-14 23:49:19 +05:30
5902300c95
Refactor Dockerfile to streamline cloudflared installation and improve image layering
2025-08-14 23:42:45 +05:30
eb2873a3b9
Add Docker setup for Monaco backend with Cloudflare tunnel support
2025-08-14 21:15:53 +05:30
ishikabhoyar
25900803c3
Increase timeout settings for Python, C, C++, JavaScript, and Go language configurations to improve execution reliability
2025-08-08 13:39:49 +05:30
ishikabhoyar
5104fcbde0
java timeout
2025-08-08 13:37:52 +05:30
ishikabhoyar
402235bdec
Remove unused vite.svg file to declutter the project
2025-08-08 13:37:30 +05:30
2af996b83e
Add Dockerfile and Nginx configuration for multi-stage build setup
2025-07-23 19:31:13 +05:30
ishikabhoyar
d501b53ab6
Add favicon.ico and link it in index.html for improved branding
2025-07-23 17:25:21 +05:30
ishikabhoyar
ac12360822
Remove CodeChallenge component CSS file to streamline styling management
2025-07-23 17:17:12 +05:30
ishikabhoyar
4654b93b15
Enhance styling in CodeChallenge component for improved UI and readability
2025-07-23 17:16:23 +05:30
ishikabhoyar
2867f3bf42
Enhance CodeChallenge component with improved styling for problem examples and refined WebSocket handling for execution state management
2025-07-23 16:04:06 +05:30
ishikabhoyar
6d77a6b8ce
Refactor language identifier mapping and remove unused language options in CodeChallenge component
2025-07-22 15:52:06 +05:30
ishikabhoyar
233be39b7f
Add language identifier mapping and starter code templates for multiple languages in CodeChallenge component
2025-07-22 15:47:24 +05:30
ishikabhoyar
6964f370cb
Enhance WebSocket message handling to support new message types and improve error reporting
2025-07-22 15:32:59 +05:30
ishikabhoyar
e12bbcfc6a
Implement Code Challenge component with styling and WebSocket integration
2025-07-22 15:26:54 +05:30
ishikabhoyar
e61bd7cfca
Add new backend implementation in main file
2025-06-22 12:46:46 +05:30
ishikabhoyar
a6bd8eeebb
Refactor WebSocket input handling to support structured messages and improve error logging
2025-06-22 12:44:00 +05:30
ishikabhoyar
c529a48f31
Enhance C code execution by adding a wrapper to disable stdout buffering
2025-06-22 12:11:13 +05:30
ishikabhoyar
86bc89c12e
new backend changes
2025-06-22 11:30:47 +05:30
ishikabhoyar
6802cefcaa
Remove unused Monaco distribution files for Windows and macOS
2025-06-22 11:17:30 +05:30
ishikabhoyar
85c9b99ef6
Remove unused Monaco distribution files for various platforms
2025-06-22 11:16:58 +05:30
ishikabhoyar
142ff262ac
Remove unused Monaco distribution files
2025-06-22 11:16:50 +05:30
ishikabhoyar
7eb42b20dd
Remove unused backend distribution files and configuration
2025-06-22 11:16:40 +05:30
ishikabhoyar
6128348417
Remove backend documentation and test files
2025-06-22 11:16:22 +05:30
ishikabhoyar
b860db0b41
Remove backend main.go and go.sum files
2025-06-22 11:16:12 +05:30
ishikabhoyar
75ffb94cca
Remove unused data fetching and Go module files
2025-06-22 11:16:03 +05:30
56e3086cd9
Merge pull request #1 from Arnab-Afk/socket
...
Socket Integration
2025-03-30 21:36:59 +05:30
4a737744df
Update README.md to include WebSocket support and enhance installation instructions
2025-03-30 21:34:56 +05:30
1cbb4f3c35
Implement execution status polling and enhance input handling in EditorArea and Panel components
2025-03-30 21:34:45 +05:30
ishikabhoyar
918b323cda
Add warning indicator and language mode to StatusBar component
2025-03-30 11:15:26 +05:30
ishikabhoyar
208655c9bc
Refactor StatusBar component and adjust CSS for improved layout and styling
2025-03-30 02:06:27 +05:30
ishikabhoyar
48a14f674d
Refactor Panel and StatusBar components by adding comments for clarity and improving accessibility with aria-labels
2025-03-30 01:59:12 +05:30
ishikabhoyar
697c4b8460
Enhance Panel component with additional tabs and keyboard input handling for terminal
2025-03-30 01:51:21 +05:30
ishikabhoyar
99e12a7355
Add custom icon for README.md file in Sidebar component
2025-03-30 01:26:27 +05:30
ishikabhoyar
3cc73e786a
Refactor Sidebar component by removing unused folder icon and cleaning up code
2025-03-30 01:18:15 +05:30