* memoize chat related components
* Avoid re-rendering ChatInput on every message udpate
* change the way the horizontal scrollbar is hidden
* make the scroll event listener passive
* perf(Chat): fix performances issues related to autoscroll
Uses the intersection API to determine autoscroll mode instead of listening for scroll events
* tuning detection of autoscroll
* mobile ui updates
* fixes sidebar btn
* return if null
* mobile input blur
* handle mobile enter key
* new convo name
* new delete mechanism
* test height
* revert
* change padding
* remove overflow
* check relative
* padding
* done
* retry
* test
* test
* should work now
* test
* test
* more
* max h
* revert
* done