Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Improve [UI/UX] [Front End] [Chat] Scrolling #255

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Improve [UI/UX] [Front End] [Chat] Scrolling #255

merged 1 commit into from
Feb 7, 2024

Conversation

H0llyW00dzZ
Copy link
Owner

  • [+] feat(chat.tsx): add debounced scrolling effect to chat body
  • [+] refactor(chat.tsx): optimize onChatBodyScroll function with useCallback
  • [+] refactor(chat.tsx): replace direct event handling with debounced effect in chat body onScroll event
  • [+] refactor(chat.tsx): import debounce from lodash
  • [+] refactor(chat.tsx): replace e.currentTarget with e in onChatBodyScroll event handler

- [+] feat(chat.tsx): add debounced scrolling effect to chat body
- [+] refactor(chat.tsx): optimize onChatBodyScroll function with useCallback
- [+] refactor(chat.tsx): replace direct event handling with debounced effect in chat body onScroll event
- [+] refactor(chat.tsx): import debounce from lodash
- [+] refactor(chat.tsx): replace e.currentTarget with e in onChatBodyScroll event handler
Copy link

github-actions bot commented Feb 7, 2024

CodeQL analysis is complete for PR #255

@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review February 7, 2024 10:01
@H0llyW00dzZ H0llyW00dzZ merged commit 8ae0735 into main Feb 7, 2024
4 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the frontend branch February 7, 2024 10:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant