Code clean-up and some fit and finish

- Add a lot more suggestions cards, improve mobile rendering of suggestion cards, improve alignment of chat input, shift message when starts recording voice, remove dead code
This commit is contained in:
sabaimran
2024-07-28 15:19:36 +05:30
parent 1a1d9c7257
commit 551630f0f1
6 changed files with 324 additions and 72 deletions

View File

@@ -53,10 +53,6 @@ export default function NavMenu(props: NavMenuProps) {
useEffect(() => {
const mq = window.matchMedia(
"(prefers-color-scheme: dark)"
);
window.addEventListener('resize', () => {
setIsMobileWidth(window.innerWidth < 768);
});