We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev와 main branch로 나누어 production과 dev를 나누어 작업하는 시점에서 강의방 참여를 위한 링크 공유 기능을 페이즈별로 다르게 가져갈 필요가 있습니다. 현재는 dev branch를 기준으로 작업했기 때문에 이를 변경할 필요가 있습니다.
dev
main
또한 state 관리에 있어서 곳곳에 흩어진 상태 관리 관련 코드를 한 곳에 모아 관리하도록 구조 개선을 위해 담당했던 작업 중 하나인 Toast의 state 관련 파트를 store directory에 분리해주고자 합니다.
store
The text was updated successfully, but these errors were encountered:
feat: 클립보드 공유 method 분리, env 설정 #249
cb8a3c5
- 클립보드 공유의 method를 따로 분리하고, env에서 url을 가져오도록 수정하였습니다.
refactor: toast recoil state 분리 #249
43717b4
- toast state 관련 파일을 src/stores로 이동하였습니다.
refactor: 상대 경로 수정 #249
ffbbd2c
- ToastContainer의 상대 경로를 수정하였습니다.
Merge pull request #250 from LellowMellow/refactor/231211-set-env-for…
f888d2d
…-share-link Refactor(#249): 링크 공유 개선, Toast state 분리
LellowMellow
Successfully merging a pull request may close this issue.
기존 문제점 설명
dev
와main
branch로 나누어 production과 dev를 나누어 작업하는 시점에서 강의방 참여를 위한 링크 공유 기능을 페이즈별로 다르게 가져갈 필요가 있습니다. 현재는dev
branch를 기준으로 작업했기 때문에 이를 변경할 필요가 있습니다.또한 state 관리에 있어서 곳곳에 흩어진 상태 관리 관련 코드를 한 곳에 모아 관리하도록 구조 개선을 위해 담당했던 작업 중 하나인 Toast의 state 관련 파트를
store
directory에 분리해주고자 합니다.The text was updated successfully, but these errors were encountered: