-
Couldn't load subscription status.
- Fork 0
Dev : Fix by QA #83
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
Merged
Merged
Dev : Fix by QA #83
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3631609
feat: added staff scan qr page
dhanavadh fe86339
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh 076210b
fix: firstdate staff bg
dhanavadh a25dc69
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh 2eb62c2
feat: add @yudiel/react-qr-scanner
dhanavadh 4cbcbd3
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh a70b642
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh 2fa23d2
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh 560d6a0
Feat: added staff-qr page
dhanavadh 382c2c8
Merge branch 'dev' into feat/firstdate/staff-qr
neennera a5e278f
chore: fix middleware doesn't work
Dpyde 9846fda
feat: Implement qr scan with api
Dpyde 6b9742a
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh 9447040
fix: staff-qr code
dhanavadh d3ac27c
Merge branch 'feat/firstdate/staff-qr' of https://github.com/isd-sgcu…
neennera cd6e983
Merge branch 'dev' into feat/firstdate/staff-qr
neennera e53584f
fix: conflicts
MasterIceZ 707f4a7
fix: qr scan error, body stream err, cannot send cookie to backend err
dhanavadh 8395fc4
Fix: alternative form handle error
dhanavadh 919a945
fix: no event active layout
dhanavadh 9523a05
Merge branch 'dev' into feat/firstdate/staff-qr
dhanavadh 7878eff
Merge branch 'feat/firstdate/staff-qr' of https://github.com/isd-sgcu…
neennera 4104be7
[Fix] Staff-QR (#71)
dhanavadh 80569df
feat: getGroupByInviteCode
BadLuckZ 0b94782
fix: fest content
neennera e0c6a73
fix: qrcode in /events go to /firstdate/qrcode
neennera f6e264a
add : checkin not found & remove freshmennight
neennera d0acd9f
feat: joinGroup and leaveGroup
BadLuckZ 09d2d67
add: fix event period
neennera 1c252d1
fix: staff with navbar
neennera 0bd0a31
Update Routes.ts
BadLuckZ 82d9fc3
feat: add nonStartedRoutes time constraint whitelist
Taihenc c3c7d6a
fix : home & map unclickable
neennera 8448136
fix: new Date()
neennera 05e7123
Merge pull request #80 from isd-sgcu/fix/qr-code-not-scan
neennera 375308a
fix: qr load
Taihenc be3ec12
Merge branch 'main' into dev
Taihenc 366cf26
fix: check in not found event
neennera c56c4d6
fix: qa profile , firstdate register
neennera 2b8d55e
Merge branch 'main' into dev
neennera b8cf671
Merge pull request #79 from isd-sgcu/feat/rpkm/groupAPI
RawSalmon69 96e5daf
fix: qrcode
neennera 6a6f02d
Merge branch 'dev' into feat/firstdate/staff-qr
neennera ac39a95
Merge branch 'feat/firstdate/staff-qr' into fix/qr-code-not-scan
neennera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| import type { User } from "@/types/common"; | ||
|
|
||
| export interface ProfileProps { | ||
| user: User | null; | ||
| variant?: "blue-star" | "red-star" | "blue" | "red"; | ||
| className?: string; | ||
| } | ||
|
|
||
| export const AvatarMap: Record<number, string> = { | ||
| 1: "/images/rpkm/profile/robot-01.png", | ||
| 2: "/images/rpkm/profile/robot-02.png", | ||
| 3: "/images/rpkm/profile/robot-03.png", | ||
| 4: "/images/rpkm/profile/robot-04.png", | ||
| 5: "/images/rpkm/profile/robot-05.png", | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.