-
Notifications
You must be signed in to change notification settings - Fork 1
[feat] dashboard restore #122
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
Conversation
| setValue={setValue} | ||
| defaultAssignee={ | ||
| members?.filter((member) => member.userId == card?.assignee.id)[0] | ||
| members?.filter((member) => member.userId == card?.assignee?.id)[0] |
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.
๋ด๋น์์์๋ ์์ ๋๋ฅด๋ฉด ์๋ฌ๋์ ์ถ๊ฐํ์ด๋ค
| }); | ||
|
|
||
| useEffect(() => { | ||
| refetch(); |
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.
์ด๊ฑด useDashboards์์ ๊ฐ์ ธ๋ค์ฐ๋ useApi๊ฐ ๊ตฌ์กฐ์ ์ผ๋ก ๋ฌธ์ ?๊ฐ์์ด์ (useApi ๋ถ๋ฌ์ค๋ฉด ๋ฐ๋กapi๋ฅผ ๋จผ์ ์จ)
์ต์ด๋ ๋๋ง๋ ๋ 2๋ฒํธ์ถํ๋ ์ด์ ์์ต๋๋ค^.^
| duration = 2000, | ||
| showButton = true, | ||
| theme = 'dark' | ||
| theme = 'light' |
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.
์ ํฌ ๋์๋ณด๋ ํ์ด์ง๊ฐ ์ ์ฒด์ ์ผ๋ก light ํ ๋ง์ฌ์ ๊ธฐ๋ณธ๊ฐ ๋ผ์ดํธ๋ก ๋ฐ๊ฟ์คฌ์ต๋๋ค..!
| .container { | ||
| max-height: 580px; | ||
| min-width: 330px; | ||
| overflow-y: auto; |
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.
์ด๋ ๊ฒํ๋๊น ๋๊ธ์ชฝ overflow๋ ๊ฒน์ณ์ ๋ญ๊ฐ ๋ด๋ง๋๋ก ์๋๊ธดํ๋ฐ ์ผ๋จ ์ด๋ฌ์ผ ๋์ด์..
| rgba(255, 255, 255, 0.6) 50%, | ||
| rgba(255, 255, 255, 0.2) 100% | ||
| ); | ||
| animation: shine 1.5s infinite; |
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.
โ
najitwo
left a comment
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.
refetch ์ ์ฒด์ ์ผ๋ก ๋ค ์ ์ฉํ์ ๊ฑด๊ฐ์???
๊ณ ์ํ์
จ์ต๋๋ค. ๐๐
@najitwo |
* [feat] implement toast message (#117) * โจ feat: implement toast message * ๐ fix: resolve lint error * โจ feat: apply toast notifications * โก๏ธ refactor: improve toast * ๐ท๏ธ chore: update type * [feat] add modal for adding columns (#119) * โจ feat: add create column modal * โจ feat: add create column modal * :chore: fix styling and type * โจ feat: add delete and update column modal * ๐ fix: resolve lint error * ๐ fix: resolve lint error * โป๏ธ refactor: reflect to review * ๐ fix: resolve build error * [feat] dashboard restore (#122) * ๐ fix: null check for assignee * ๐ style: check assignee exist * โจ feat: set dashboard to null if deleted * โจ feat: add toast message after update or delete * โป๏ธ refactor: refetch dashboards if data is changed and add toast msg * โฐ๏ธ remove: remove dead code * ๐ style: skeleton linear effect * ๐ style: add no wrap for card column label * ๐ style: remove button outline * ๐ style: add z-index on header dropdown menu * ๐ style: responsivce css * ๐ style: modal height * โป๏ธ refactor: remove header my menu if ouside clicked * [refactor] refetch card data once card is created, deleted, updated (#124) * โป๏ธ refactor: trigger store add card * โป๏ธ refactor: refetch card data once create,update,delete * โจ feat: redirect to mydashboard if token is existed * [feat] add login and signup modal (#118) * ๐ฅ remove: styled components โจ feat: add authlayout component and implement responsive design โป๏ธ refactor: rename layout file update login page structure and modify package-lock.json * โจ feat: add signup page and css * ๐ fix: type error * โป๏ธ refactor: signup page css and move api folder * โ๏ธ feat: add login signup modal * ๐ fix: install js-cookie * Revert "๐ fix: install js-cookie" This reverts commit bcc9109. * โป๏ธ refactor: css structure and finalize styles * [fix] manage multiple cards in card store (#126) * ๐ fix: manage multiple cards in card store * ๐ fix: prevent duplicate cards and clear cards on dashboard navigation * ๐ fix: push to index after logout (#128) * [style] improve dashboard uiux (#129) * ๐ style: add min height to create column button * ๐ style: improve UI/UX * ๐ fix build error * ๐ fix build error * ๐ fix build error * ๐ฉ style: update min-width for responsive design * ๐ฉ style: update for responsive design * [fix] redirection for non token (#130) * ๐ fix: redirection for non token * ๐ fix: get total count on header members * โ๏ธ fix: typo * ๐ remove: console * ๐ fix: logout router replace * ๐ fix: resolve delete column error (#132) --------- Co-authored-by: naji <[email protected]> Co-authored-by: ๊น์ง์ค <[email protected]> Co-authored-by: ๋์น์ฝ <[email protected]>
๐ Related Issue
๐ Description
๐ธ Screenshot