Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Dec 1, 2024

πŸ“Œ Related Issue

close #120

πŸ“ Description

  • μŠ€νƒ€μΌ 쑰금 μΆ”κ°€

@ghost ghost added the 🎨HTML&CSS Issues or tasks specifically related to HTML structure or CSS styling label Dec 1, 2024
@ghost ghost self-assigned this Dec 1, 2024
@ghost ghost linked an issue Dec 1, 2024 that may be closed by this pull request
4 tasks
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.

κ³ μƒν•˜μ…¨μŠ΅λ‹ˆλ‹€~

Comment on lines +113 to +117
style={{
backgroundColor: snapshot.isDraggingOver
? 'var(--violet-light)'
: '',
}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 λ‹€μŒμ—λŠ” μΈλΌμΈμ•ˆμ“°κ³  클래슀둜 λ”°λ‘œ μ²˜λ¦¬ν•  수 μžˆμ„κ²ƒκ°™μŠ΅λ‹ˆλ‹€

export default function PrimarySection({ inView }: Props) {
return (
<section className={styles.section}>
<section id="secondary" className={styles.section}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

γ…‹γ…‹γ…‹idκ°€ λ°”λ€κ±°κ°™μ•„μš” secondary sectionμ—” primaryλ„£κ³  μ—¬κΈ°λŠ” PrimarySection인에 세컨더리..?

Comment on lines +11 to +21
useEffect(() => {
const handleScroll = () => {
setScroll(window.scrollY);
};

window.addEventListener('scroll', handleScroll);

return () => {
window.removeEventListener('scroll', handleScroll);
};
}, []);
Copy link
Collaborator

Choose a reason for hiding this comment

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

μ–˜λŠ” μ™œ ν•„μš”ν•œμΉœκ΅¬μ—μš” ?
λžœλ”©νŽ˜μ΄μ§€λŠ” ν΄λΌμ΄μ–ΈνŠΈμ‚¬μ΄λ“œλ Œλ”λ§ μ•ˆν•˜κ³ 
ssr둜 μ μš©ν•΄μ•Ό seo도 되고 λ‚˜λ¨Έμ§€ ssrμž₯점을 μ΅œλŒ€ν•œ ν™œμš©ν•  수 μžˆλŠ” νŽ˜μ΄μ§€μΌκ²ƒκ°™μ•„μš”

@ghost ghost merged commit 03180e8 into develop Dec 1, 2024
1 check passed
@ghost ghost deleted the 120-style-improve-dashboard-uiux branch December 1, 2024 12:37
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]>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎨HTML&CSS Issues or tasks specifically related to HTML structure or CSS styling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[style] improve dashboard UI/UX

1 participant