Skip to content

Conversation

@najitwo
Copy link
Owner

@najitwo najitwo commented Dec 1, 2024

πŸ“Œ Related Issue

close #125

πŸ“ Description

  • μ „μ—­μƒνƒœλ₯Ό μ—¬λŸ¬κ³³μ—μ„œ 같이 μ“°λ©΄ λ§ˆμ§€λ§‰μ— μ„ΈνŒ…λœ 값이 계속 ν‘œμ‹œλ¨
    ν™”λ©΄ 캑처 2024-12-01 091407

  • μ „μ—­μƒνƒœμ—μ„œ μΉ΄λ“œλ₯Ό λ°°μ—΄λ‘œ κ΄€λ¦¬ν•˜κ²Œ 끔 μˆ˜μ •

@najitwo najitwo added the 🐞BugFix An error or bug that needs to be fixed label Dec 1, 2024
@najitwo najitwo self-assigned this Dec 1, 2024
@najitwo najitwo linked an issue Dec 1, 2024 that may be closed by this pull request
closeModal();
useCardStore.getState().removeCard(cardId);
updateTrigger.card();
router.replace(`/dashboard/${dashboard?.id}`);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ν•„μš” μ—†λŠ”μ•  κ°™μ•„μ„œ μ§€μ› μ–΄μš”

Comment on lines +16 to +19
const handleClick = () => {
useCardStore.getState().clearCards();
router.push(`/dashboard/${id}`);
};
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

μ‚¬μ΄λ“œλ°”λž‘ λ‚΄ λŒ€μ‹œλ³΄λ“œμ—μ„œ λŒ€μ‹œλ³΄λ“œ μ„ νƒν•΄μ„œ 이동할 λ•Œ
μΉ΄λ“œ λΉ„μ›Œμ£Όκ²Œ μ²˜λ¦¬ν•΄λ’€μŠ΅λ‹ˆλ‹€.

@najitwo najitwo changed the title πŸ› fix: manage multiple cards in card store [fix] manage multiple cards in card store Dec 1, 2024
Copy link
Collaborator

@devmanta devmanta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ν•œκ°œλ‘œ ν•˜λ‹ˆκΉŒ μ €λŸ° 였λ₯˜κ°€ μžˆμ—ˆκ΅°μš”..!! πŸ‘
μ›λž˜ storeμ•ˆμ“°λ €λ‹€κ°€ μˆ˜μ •λͺ¨λ‹¬ λœ¨λ©΄μ€ 뒀에 ν• μΌμ‘°νšŒ λͺ¨λ‹¬μ΄ λ‚¨μ•„μžˆμ–΄μ„œ
λ©”μΈλŒ€μ‹œλ³΄λ“œ refetchν•˜λ©΄ λͺ¨λ‹¬μ΄ λ‹€ λ‹«κΈ°κΈΈλž˜ store μžˆλŠ”κ±° μ¨λ΄€λ”λ‹ˆ λ˜κ°€μ§€κ΅¬ μ“°κΈ΄ν–ˆλŠ”λ°
μ „μ—­μƒνƒœμ—μ„œ μ“°λŠ”κ±°κ°€.. κ·Έλ ‡κ²Œ μ’‹κ²Œ λŠκ»΄μ§€μ§„μ•ŠλŠ”κ²ƒκ°™κΈ΄ ν•©λ‹ˆλ‹€ πŸ˜‡
버그 κ³ μ³μ£Όμ…”μ„œ 감삼닀!! 🫢

@najitwo najitwo merged commit a5b4b6e into develop Dec 1, 2024
1 check passed
ghost pushed a commit that referenced this pull request Dec 1, 2024
* [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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞BugFix An error or bug that needs to be fixed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] manage multiple cards in card store

3 participants