In WhatsApp Web, you can drag the edge of the left sidebar (the one with all the chats) to make it wider or narrower. Ours doesn't do that — the sidebar with the mail/chat list is stuck at a fixed width (360px, see src/view/pages/MailPage.tsx) and there's no way to resize it.
It'd be nice to add a drag handle on the right edge of the sidebar so people can make it bigger or smaller depending on how much space they want for the list vs the message content. Bonus points if it remembers the width you picked (localStorage or similar) so it doesn't reset every time you reload.
Nothing fancy needed — just something you can grab and drag, with maybe a min/max width so it can't get resized into something unusable.
In WhatsApp Web, you can drag the edge of the left sidebar (the one with all the chats) to make it wider or narrower. Ours doesn't do that — the sidebar with the mail/chat list is stuck at a fixed width (360px, see
src/view/pages/MailPage.tsx) and there's no way to resize it.It'd be nice to add a drag handle on the right edge of the sidebar so people can make it bigger or smaller depending on how much space they want for the list vs the message content. Bonus points if it remembers the width you picked (localStorage or similar) so it doesn't reset every time you reload.
Nothing fancy needed — just something you can grab and drag, with maybe a min/max width so it can't get resized into something unusable.