Files
karyaman-project/adventure-rental-app
Emmanuel Rizky 64bd6d59e2 feat(chat): auto-scroll to latest message
Implement an auto-scrolling feature for the chat window.

This uses the `useEffect` and `useRef` hooks to automatically scroll the message container to the bottom whenever new messages are added or the typing indicator appears, ensuring the latest content is always in view.
2025-08-03 13:07:34 +07:00
..

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.