-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-36] seasonlist #798
[GGFE-36] seasonlist #798
Conversation
λ³κ²½μ¬ν νμΈνμ΅λλ€! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
νμΈνμ΅λλ€!
components/Layout/MenuBar.tsx
Outdated
// const resetOpenMenuBar = useResetRecoilState(openMenuBarState); | ||
const HeaderState = useContext<HeaderContextState | null>(HeaderContext); | ||
|
||
const setModal = useSetRecoilState(modalState); | ||
const menuList = [ | ||
{ | ||
name: `${seasonMode === 'normal' ? 'VIP' : 'λνΉ'}`, | ||
name: `'λνΉ'`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μ΄κ±°λ name: 'λνΉ',
μΌλ‘λ§ μ μ΄λ λ κ±°κ°μμ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
λ€ μμ νμ΅λλ€
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
λ³κ²½μ¬ν νμΈνμ΅λλ€!!! μκ³ νμ ¨μ΅λλ€ ππ
name: `${ | ||
MenuContext?.seasonMode.seasonMode === 'normal' ? 'VIP' : 'λνΉ' | ||
}`, | ||
name: `${MenuContext?.seasonMode === 'normal' ? 'VIP' : 'λνΉ'}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seasonModeκ° μΈμ normalμ΄ λλμ§ κΆκΈν©λλ€!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
νμ¬ λ°λλ λΆλΆμ μλμ§λ§ λ©μΈλνΉλ¦¬μ€νΈμ λ©λ΄λ°κ°μ΄ normalμΌλ cssκ° λ³νλ λΆλΆμ΄ μλ κ²½μ°λ ν¬κ² μμ νμ§ μμμ΅λλ€.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
λμ€μλ normalμΈ κ²½μ°κ° μμ κ² κ°μμ λμ€μ CSSλ κ°μ΄ λΆνμνκ² normal μ¬μ©λλ λΆλΆ μμ νκΈ΄ ν΄μΌ ν κ² κ°λ€μ!! μκ² μ΅λλ€ π
import { Modal } from 'types/modalTypes'; | ||
|
||
export interface NewMenuContextState { | ||
seasonMode: SeasonList; | ||
seasonMode: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seasonMode
μ νμ
μ stringμΌλ‘ νλ κ² λ³΄λ€λ SeasonMode
νμ
μΌλ‘ μ§μ νλκ² μ’ λ μλ―Έμ μΌλ‘ μ’μ κ² κ°μμ!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
κ°μ¬ν©λλ€! μμ νκ² μ΅λλ€.
π κ°μ
π» μμ μ¬ν
μμ μ
/pingpong/seasonlist
μμ ν
β λ³κ²½λ‘μ§