Skip to content
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

Feedback #1

Open
wants to merge 487 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
487 commits
Select commit Hold shift + click to select a range
75a33c1
Update collab editor to use shared states
Eclipse-Dominator Oct 28, 2023
da66bcf
Remove unused imports from CollabEditor
Eclipse-Dominator Oct 28, 2023
2cd0612
Fix async loading on shared editor
Eclipse-Dominator Oct 28, 2023
5e1a833
Remove collabeditor from homepage
Eclipse-Dominator Oct 28, 2023
0edfda3
Includes time in submission records
Eclipse-Dominator Oct 28, 2023
8e04fbf
Create submission history component
Eclipse-Dominator Oct 29, 2023
7426298
Include compile and runtime errors
Eclipse-Dominator Oct 29, 2023
5444c07
Style change to submission history
Eclipse-Dominator Oct 29, 2023
8bb4d6b
Adds language change and submit functionality
Eclipse-Dominator Oct 29, 2023
36b1127
Sync loading button for submit
Eclipse-Dominator Oct 29, 2023
592bb21
Adds demo to showcase after online compiler finish
Eclipse-Dominator Oct 29, 2023
1f5769c
Synced chatroom
Eclipse-Dominator Oct 29, 2023
69b8ec7
Prevent rendering of chat if not in multiplayer
Eclipse-Dominator Oct 29, 2023
7d7a558
Merge branch 'master' into zq-42
cheehongw Oct 29, 2023
212ae64
Merge pull request #42 from Eclipse-Dominator/match-service
cheehongw Oct 29, 2023
f001baa
Merge pull request #48 from Isaaclhy00/filter-questions
cheehongw Oct 29, 2023
232ea93
Merge branch 'master' into master
Gavzzz Oct 29, 2023
5b0ffef
bug fixed in prisma file
Gavzzz Oct 29, 2023
60b6d91
Merge branch 'master' of https://github.com/Gavzzz/ay2324s1-course-as…
Gavzzz Oct 29, 2023
0c82c23
Removal of About btn
Eclipse-Dominator Oct 30, 2023
83ba8c0
Bug fixes to userController and prisma schema
Gavzzz Oct 30, 2023
7c0dafc
Ensure consistent effet on different OSes
Eclipse-Dominator Oct 30, 2023
44b8a9a
Fix launching of signalling server in collab service
Eclipse-Dominator Oct 30, 2023
a0e20d2
Remove unused generated file
Eclipse-Dominator Oct 30, 2023
ec2f05b
Update package.json
Gavzzz Oct 30, 2023
6982655
Update package-lock.json
Gavzzz Oct 30, 2023
53c7867
Move nodemon to dev dependency and npm run start to use regular node
Eclipse-Dominator Oct 30, 2023
0847b49
Merge pull request #51 from Eclipse-Dominator/qol_changes
cheehongw Oct 30, 2023
1481a2b
Merge pull request #43 from Gavzzz/master
cheehongw Oct 30, 2023
6830f8d
Initialize ProfilePage
cheehongw Oct 30, 2023
c91ebbe
Implement change password functionality
cheehongw Oct 30, 2023
fc8483c
Merge branch 'master' into api-gateway
cheehongw Oct 31, 2023
a0e15b4
Add code to generate coding templates
Eclipse-Dominator Oct 31, 2023
767b6b5
Update matching to return decentralized values
Eclipse-Dominator Oct 31, 2023
56e5a4e
Make collab btn reflect current match status
Eclipse-Dominator Oct 31, 2023
e57bb87
Adds Template button to colalb editor
Eclipse-Dominator Oct 31, 2023
e3bd6b1
Include matchmake in api gateway
cheehongw Oct 31, 2023
005eb76
Adds key to table entry
Eclipse-Dominator Oct 31, 2023
f2b1f3e
Don't load is language is not selected
Eclipse-Dominator Oct 31, 2023
2cd7768
Merge branch 'CS3219-AY2324S1:master' into master
Isaaclhy00 Oct 31, 2023
1f69ad6
Added Express server to send POST and GET requests from Judge0
Isaaclhy00 Oct 31, 2023
d9b2eb5
Synced state between clients on all states
Eclipse-Dominator Oct 31, 2023
de13855
Removing modified signalling server
Eclipse-Dominator Oct 31, 2023
70da0b0
Enable line wrapping on collab editor
Eclipse-Dominator Nov 1, 2023
ac20f5d
Fix duplicate submission and concurrent access by the same user
Eclipse-Dominator Nov 1, 2023
5716486
Update ChatBox.component.tsx
Gavzzz Nov 2, 2023
79a5995
fixed some indentations
Gavzzz Nov 2, 2023
9bbb078
Added backend for code execution
Isaaclhy00 Nov 2, 2023
914025e
Removed node_modules, package and package lock at root level
Isaaclhy00 Nov 2, 2023
7502bc3
Return response code 200 for qnHistory api
cheehongw Nov 2, 2023
87f64ba
Move ChangePasswordCard to its own folder
cheehongw Nov 2, 2023
0a3f09a
Migrate to use interval tree as matching ds
Eclipse-Dominator Nov 3, 2023
015a70e
Synced Frontend matching with matching service
Eclipse-Dominator Nov 3, 2023
f0103e3
Fix z-index of navbar
Eclipse-Dominator Nov 3, 2023
ffd4e18
Remove match_worker
Eclipse-Dominator Nov 3, 2023
db68d89
Enable rerendering of page upon match disconnect
Eclipse-Dominator Nov 3, 2023
9084fa1
Add match all btn
Eclipse-Dominator Nov 3, 2023
b5554b4
Add loading state for question history
Eclipse-Dominator Nov 3, 2023
14610b9
Adds preservation of code upon opponent disconnect
Eclipse-Dominator Nov 3, 2023
9ad7a69
Remove async-mutex as dependency
Eclipse-Dominator Nov 3, 2023
f4cbd0d
Minor bug fixes
Isaaclhy00 Nov 3, 2023
79bd964
Refactor clear toast
Eclipse-Dominator Nov 3, 2023
ea22548
Fix restoring of room lang not changed
Eclipse-Dominator Nov 3, 2023
3f83b4f
Updated ReadMe, seperated test script
Isaaclhy00 Nov 4, 2023
a13bc64
Implement find users functionality
cheehongw Nov 4, 2023
92092e2
Merge pull request #54 from Eclipse-Dominator/fix-concurrent-access-t…
cheehongw Nov 6, 2023
f33c9bc
Merge branch 'CS3219-AY2324S1:master' into master
Gavzzz Nov 6, 2023
23811c0
Removed Tag component and used Avatar instead
Gavzzz Nov 7, 2023
4cbdab1
user avatar and messages are now flushed to the extreme right side an…
Gavzzz Nov 7, 2023
8342303
minor bug fixes
Gavzzz Nov 7, 2023
be4087e
Merge branch 'master' into profile-page
cheehongw Nov 8, 2023
d6b16e8
Add find users card and view other users profile
cheehongw Nov 8, 2023
64f1274
Fix user return type for getUserProfile
cheehongw Nov 8, 2023
f2dd408
Merge branch 'CS3219-AY2324S1:master' into master
Isaaclhy00 Nov 8, 2023
1dfcede
Clear search results first when user clicks find user
cheehongw Nov 8, 2023
d5c5afb
Handle changes to ProfileCard when viewing other profiles
cheehongw Nov 8, 2023
5e8b754
Install multer for file upload
cheehongw Nov 8, 2023
4f55e13
Implement editing of user profile
cheehongw Nov 8, 2023
f33894f
Implement change profile picture functionality
cheehongw Nov 9, 2023
6f209bd
Add updateProfile and Profile Pics for user-service
cheehongw Nov 9, 2023
ee0b613
QoL changes to how users are returned
cheehongw Nov 9, 2023
33af144
Update findusercard to display avatar image
cheehongw Nov 9, 2023
5cd5086
Implement promote/demote users
cheehongw Nov 9, 2023
11b9ed1
Prevent users from submitting empty usernames
cheehongw Nov 9, 2023
ed40375
Install multer to question servicec backend
cheehongw Nov 9, 2023
70a1bba
Convert question service to typescript
cheehongw Nov 10, 2023
116a8b7
Install admzip
cheehongw Nov 10, 2023
c5de9d1
Add shared volume for qn-service test cases
cheehongw Nov 10, 2023
6c49807
Handle testcases zipfile in addQn/updateQn
cheehongw Nov 10, 2023
af80ecc
Implement zipfile + qn data in multipart/form
cheehongw Nov 10, 2023
ab7ee95
Only store .in file if .out file exists
cheehongw Nov 10, 2023
d32757a
Remove unique on question description
cheehongw Nov 10, 2023
1d37023
Update unlinksync to use rmsync instead
cheehongw Nov 10, 2023
470dc40
Set up judge0 server
cheehongw Nov 10, 2023
63d4ef4
Merge branch 'master' into isaac-57
cheehongw Nov 10, 2023
ba1bc10
Merge branch 'question-stdin-stdout' into isaac-57
cheehongw Nov 10, 2023
491cddd
fix: dont use fs synchronous api
cheehongw Nov 10, 2023
0792f2c
Merge branch 'question-stdin-stdout' into isaac-57
cheehongw Nov 10, 2023
2645c4a
dockerize code_execution
cheehongw Nov 10, 2023
af477f3
Add functions to generate batch submission
cheehongw Nov 10, 2023
711bc87
Merge pull request #59 from cheehongw/qn-service-ts-migrate
cheehongw Nov 10, 2023
e6dc90b
Merge branch 'master' into question-stdin-stdout
cheehongw Nov 10, 2023
dff63a4
Merge branch 'master' into isaac-57
cheehongw Nov 10, 2023
573fb73
Merge branch 'master' into matching_timer_cancel
cheehongw Nov 10, 2023
a0fe8eb
Merge branch 'master' into judge0
cheehongw Nov 10, 2023
b946c07
Merge branch 'master' into profile-page
cheehongw Nov 10, 2023
61e7540
Merge branch 'master' into master
cheehongw Nov 10, 2023
945ab40
Merge branch 'judge0' into isaac-57
cheehongw Nov 10, 2023
d7bd615
move index.ts under src folder
cheehongw Nov 10, 2023
53b8d86
Implement executor_client
cheehongw Nov 11, 2023
b99b463
Fix docker-compose typo
cheehongw Nov 11, 2023
f543aa4
Fix bugs with executor
cheehongw Nov 11, 2023
b081cb3
remove unused files
cheehongw Nov 11, 2023
1e1ca66
Merge branch 'master' into api-gateway
cheehongw Nov 11, 2023
3fc52d7
Merge branch 'api-gateway' of github.com:cheehongw/ay2324s1-course-as…
cheehongw Nov 11, 2023
81e4633
Added ProgressBar under frontend/components/ProgressBar
Isaaclhy00 Nov 11, 2023
f78600f
Add API gateway support for websockets
cheehongw Nov 11, 2023
923eb32
Merge branch 'master' into progress-bar
cheehongw Nov 11, 2023
96c4c5f
Use context to prevent extra fetching
cheehongw Nov 11, 2023
6c0acda
Merge pull request #62 from Isaaclhy00/progress-bar
cheehongw Nov 11, 2023
747fa9c
Merge branch 'master' into profile-page
cheehongw Nov 11, 2023
414a9cc
Integrate progress bar into profile page
cheehongw Nov 11, 2023
b0ea857
Update dockerfiles to use alpine images
cheehongw Nov 11, 2023
3321264
Merge pull request #63 from cheehongw/alpine
cheehongw Nov 11, 2023
1bd6223
Merge branch 'master' into judge0
cheehongw Nov 11, 2023
c46114c
Merge branch 'master' into profile-page
cheehongw Nov 11, 2023
bf2c135
Merge branch 'master' into question-stdin-stdout
cheehongw Nov 11, 2023
52ebecc
Merge pull request #53 from cheehongw/profile-page
cheehongw Nov 11, 2023
07a6d28
Merge branch 'master' into question-stdin-stdout
cheehongw Nov 11, 2023
4ae0941
Dockerize frontend for production
cheehongw Nov 12, 2023
fc01ec5
Create docker compose project for production build
cheehongw Nov 12, 2023
689c2f0
User service dockerfiles for prod
cheehongw Nov 12, 2023
0173b4f
use npm ci to speed up build
cheehongw Nov 12, 2023
2b51124
production dockerfiles for match-service and worker
cheehongw Nov 12, 2023
13a6e89
production compose for collab
cheehongw Nov 12, 2023
5756e00
Auto build and push docker images to registry
cheehongw Nov 12, 2023
de31e04
Fix typo
cheehongw Nov 12, 2023
6daace9
Merge pull request #64 from cheehongw/deployment
cheehongw Nov 12, 2023
eed8e9f
Fix build push registry
cheehongw Nov 12, 2023
4847cc2
Merge branch 'master' into deployment
cheehongw Nov 12, 2023
20e6ef9
Merge pull request #65 from cheehongw/deployment
cheehongw Nov 12, 2023
61fd6a6
Try connect to gcp vm
cheehongw Nov 12, 2023
892d78d
Merge branch 'master' into deployment
cheehongw Nov 12, 2023
7efb7e5
Merge pull request #66 from cheehongw/deployment
cheehongw Nov 12, 2023
2ad9f01
test deployment
cheehongw Nov 13, 2023
fb4a37b
Merge branch 'master' into deployment
cheehongw Nov 13, 2023
7312c0a
Merge pull request #67 from cheehongw/deployment
cheehongw Nov 13, 2023
6149e6a
Deployment workflow (#68)
cheehongw Nov 13, 2023
3698ba4
Trigger deploy only when new image created
cheehongw Nov 13, 2023
c25ccf2
chmod deployment script
cheehongw Nov 13, 2023
c892970
Merge branch 'master' into question-stdin-stdout
cheehongw Nov 13, 2023
e219162
update docker-compose to include new volume
cheehongw Nov 13, 2023
fee6858
Throw error if no valid testfiles uploaded
cheehongw Nov 13, 2023
df5b2fb
Merge branch 'master' into judge0
cheehongw Nov 13, 2023
d5d8a64
Update docker-compose files
cheehongw Nov 13, 2023
478f86c
Merge branch 'master' into question-stdin-stdout
cheehongw Nov 13, 2023
b4f8b1c
copy prisma folder in build step
cheehongw Nov 13, 2023
e21cff0
Adds reconnections and type changes
Eclipse-Dominator Nov 13, 2023
b8cb8c2
Merge branch 'matching_timer_cancel' of https://github.com/Eclipse-Do…
Eclipse-Dominator Nov 13, 2023
43d358a
Fix uninitialzed past submissions
Eclipse-Dominator Nov 13, 2023
125c35a
Fix Ymap imports
Eclipse-Dominator Nov 13, 2023
31775a1
remove interval console logs
Eclipse-Dominator Nov 13, 2023
d6a31e9
Merge with master
Eclipse-Dominator Nov 13, 2023
76ab449
Remove worker file
Eclipse-Dominator Nov 13, 2023
b5249ab
Remove match workers
Eclipse-Dominator Nov 13, 2023
4293f94
Remove unused imports
Eclipse-Dominator Nov 13, 2023
b2bdfb9
Link qn service with matching service
Eclipse-Dominator Nov 13, 2023
3f5165d
Merge branch 'master' into question-stdin-stdout
Eclipse-Dominator Nov 13, 2023
9b29786
Remove redis from docker
Eclipse-Dominator Nov 13, 2023
af74551
Reset matchmake btn upon log out
Eclipse-Dominator Nov 13, 2023
19b10a4
Merge pull request #60 from cheehongw/question-stdin-stdout
cheehongw Nov 13, 2023
9734cd2
Merge branch 'master' of https://github.com/CS3219-AY2324S1/ay2324s1-…
Eclipse-Dominator Nov 13, 2023
ee770e5
Update work flow
Eclipse-Dominator Nov 13, 2023
b6c7174
Merge pull request #58 from Eclipse-Dominator/matching_timer_cancel
cheehongw Nov 13, 2023
e05ae03
Merge branch 'master' into judge0
cheehongw Nov 13, 2023
bfe5ae1
Merge branch 'master' into code-editor
cheehongw Nov 13, 2023
7448caf
Update docker compose and workflow
cheehongw Nov 13, 2023
7844b5c
Update conditional build script
cheehongw Nov 13, 2023
a53d9fe
Add shared callback status
Eclipse-Dominator Nov 13, 2023
a65705f
Adds sequential with callback in executor
Eclipse-Dominator Nov 14, 2023
3f3d499
adds excutor client to frontend
Eclipse-Dominator Nov 14, 2023
9ded3b0
Link with frontend
Eclipse-Dominator Nov 14, 2023
dfefc53
Link progress with UI submission
Eclipse-Dominator Nov 14, 2023
720fab2
Fix default c++ code
Eclipse-Dominator Nov 14, 2023
4cff0a7
Fix random question
Eclipse-Dominator Nov 14, 2023
2271546
Merge branch 'master' into api-gateway
cheehongw Nov 14, 2023
cd5f85d
update endpoints
cheehongw Nov 14, 2023
f86dfec
Fix disconnect logic
Eclipse-Dominator Nov 14, 2023
13ae030
Add production docker compose for API Gateway
cheehongw Nov 14, 2023
4a6aa97
Fix user can still reconnect after session end
Eclipse-Dominator Nov 14, 2023
80d80bd
Fix bug with not disconnecting when navigating to create/edit page
cheehongw Nov 14, 2023
26ee432
remove package-lock gitignore and random zip file
cheehongw Nov 14, 2023
87e4747
Merge pull request #57 from Isaaclhy00/code-editor
cheehongw Nov 14, 2023
c2e6571
Merge branch 'master' into master
cheehongw Nov 14, 2023
14726cb
Merge pull request #56 from Gavzzz/master
cheehongw Nov 14, 2023
61f0757
Merge branch 'master' into api-gateway
cheehongw Nov 14, 2023
9f341c6
Add code execution service to api gateway
cheehongw Nov 14, 2023
bf5f475
Merge branch 'master' into judge0
cheehongw Nov 14, 2023
f26555b
Displays avatar in chatbox
Eclipse-Dominator Nov 14, 2023
201ed4f
Merge pull request #69 from Eclipse-Dominator/avatar-integration-chat
cheehongw Nov 14, 2023
a4ff9ad
Merge branch 'master' into judge0
cheehongw Nov 14, 2023
73084f6
Add prod dockerfiles for code executor service
cheehongw Nov 14, 2023
39f919b
Update workflow
cheehongw Nov 14, 2023
1a78227
Merge branch 'judge0' of github.com:cheehongw/ay2324s1-course-assessm…
cheehongw Nov 14, 2023
fea26e9
Merge pull request #61 from cheehongw/judge0
cheehongw Nov 14, 2023
93a3b37
fix compose file
cheehongw Nov 14, 2023
79a2575
update w production server urls
cheehongw Nov 14, 2023
b2ffaef
Update tsconfig
cheehongw Nov 14, 2023
7d60b20
Delete user card
cheehongw Nov 14, 2023
58f776a
Password strength
cheehongw Nov 14, 2023
9132a02
Merge branch 'master' into api-gateway
cheehongw Nov 14, 2023
bbad042
Fix cors options
cheehongw Nov 14, 2023
0eabcca
Merge pull request #38 from cheehongw/api-gateway
cheehongw Nov 14, 2023
2e34146
api gateway workflow
cheehongw Nov 14, 2023
bf35b05
Merge branch 'master' of github.com:CS3219-AY2324S1/ay2324s1-course-a…
cheehongw Nov 14, 2023
b896233
Update cors policy for all microservices
cheehongw Nov 14, 2023
cb1639c
Merge branch 'master' into delete-user
Eclipse-Dominator Nov 14, 2023
4e8971b
Merge branch 'master' into password-strength
Eclipse-Dominator Nov 14, 2023
5213360
Expoes ports in docker file
cheehongw Nov 14, 2023
2617037
Remove rabbitmq
cheehongw Nov 14, 2023
d1f7aa3
Fix blank screen issue on sync
Eclipse-Dominator Nov 14, 2023
ce1fe2e
Merge branch 'master' into remove-rabbitmq
Eclipse-Dominator Nov 14, 2023
e3ac72e
Merge pull request #72 from cheehongw/remove-rabbitmq
Eclipse-Dominator Nov 14, 2023
b8948de
ws test
Eclipse-Dominator Nov 14, 2023
84ec2e3
Merge branch 'master' of https://github.com/CS3219-AY2324S1/ay2324s1-…
Eclipse-Dominator Nov 14, 2023
9733227
Switch to use api gateway for collab url
Eclipse-Dominator Nov 14, 2023
c5a8a09
switch to use public port of signalling server
Eclipse-Dominator Nov 14, 2023
dbbfdf2
Sync submission with frontend and execution
Eclipse-Dominator Nov 15, 2023
1c61f56
Fixed incorrect qn_id field
Eclipse-Dominator Nov 15, 2023
f2a8240
Add stun and turn server to p2p
Eclipse-Dominator Nov 15, 2023
fa13b2a
match buttons
cheehongw Nov 15, 2023
43c338a
update port
cheehongw Nov 15, 2023
642f78c
Remove chat button
cheehongw Nov 15, 2023
7e334a6
Fix GUI looks
Eclipse-Dominator Nov 15, 2023
9c1f030
Merge branch 'master' of https://github.com/CS3219-AY2324S1/ay2324s1-…
Eclipse-Dominator Nov 15, 2023
27390ba
Merge pull request #74 from Eclipse-Dominator/link_execution_w_submis…
cheehongw Nov 15, 2023
7270d32
Merge branch 'master' into password-strength
Eclipse-Dominator Nov 15, 2023
5239a14
Merge branch 'master' into match-buttons
cheehongw Nov 15, 2023
c1b6049
Merge pull request #73 from cheehongw/match-buttons
Eclipse-Dominator Nov 15, 2023
8932a4e
Merge branch 'master' into password-strength
cheehongw Nov 15, 2023
9c3c628
Hide passwords
cheehongw Nov 15, 2023
10b2e64
Merge pull request #71 from cheehongw/password-strength
Eclipse-Dominator Nov 15, 2023
893c78f
Merge branch 'master' into delete-user
cheehongw Nov 15, 2023
285676c
Delete user api endpoints fixed
cheehongw Nov 15, 2023
28e1e09
Show navbar only when logged in
cheehongw Nov 15, 2023
e4d42bf
Fix solved table sizing (#75)
cheehongw Nov 15, 2023
70832f9
Merge pull request #70 from cheehongw/delete-user
cheehongw Nov 15, 2023
beda92e
final submission
cheehongw Nov 15, 2023
624de99
fix submission
Eclipse-Dominator Nov 15, 2023
186224b
add deadline
github-classroom[bot] Nov 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions collab_service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./y-webrtc-signaling"
Expand Down
13 changes: 12 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
},
"scripts": {
"start": "react-scripts start",
"prod": "set \"REACT_APP_ENV_TYPE=prod\" && npm run start",
"prod": "run-script-os",
"prod:win32": "set \"REACT_APP_ENV_TYPE=prod\" && npm run start",
"prod:default": "REACT_APP_ENV_TYPE=prod npm run start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -68,6 +70,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"run-script-os": "^1.1.6"
}
}
7 changes: 1 addition & 6 deletions frontend/src/components/Navbar/Navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,10 @@ export const Navbar = () => {
) : (
<></>
)}

<MatchMakeBtn />

<Link to="/about">
<Button variant="ghost">About</Button>
</Link>
</HStack>

<HStack>
<MatchMakeBtn />
{isAuthenticated ? (
<>
<LogoutButton />
Expand Down
32 changes: 0 additions & 32 deletions question_service/dist/index.js

This file was deleted.

51 changes: 43 additions & 8 deletions question_service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading