-
Notifications
You must be signed in to change notification settings - Fork 1
[style] improve dashboard uiux #129
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
devmanta
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.
κ³ μνμ ¨μ΅λλ€~
| style={{ | ||
| backgroundColor: snapshot.isDraggingOver | ||
| ? 'var(--violet-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.
μ΄κ±° λ€μμλ μΈλΌμΈμμ°κ³ ν΄λμ€λ‘ λ°λ‘ μ²λ¦¬ν μ μμκ²κ°μ΅λλ€
| export default function PrimarySection({ inView }: Props) { | ||
| return ( | ||
| <section className={styles.section}> | ||
| <section id="secondary" className={styles.section}> |
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.
γ γ γ idκ° λ°λκ±°κ°μμ secondary sectionμ primaryλ£κ³ μ¬κΈ°λ PrimarySectionμΈμ μΈμ»¨λ리..?
| useEffect(() => { | ||
| const handleScroll = () => { | ||
| setScroll(window.scrollY); | ||
| }; | ||
|
|
||
| window.addEventListener('scroll', handleScroll); | ||
|
|
||
| return () => { | ||
| window.removeEventListener('scroll', handleScroll); | ||
| }; | ||
| }, []); |
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.
μλ μ νμνμΉκ΅¬μμ ?
λλ©νμ΄μ§λ ν΄λΌμ΄μΈνΈμ¬μ΄λλ λλ§ μνκ³
ssrλ‘ μ μ©ν΄μΌ seoλ λκ³ λλ¨Έμ§ ssrμ₯μ μ μ΅λν νμ©ν μ μλ νμ΄μ§μΌκ²κ°μμ
* [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
close #120
π Description