Currently zoom (Cmd+/Cmd-) affects the entire window including the sidebar. Zoom should only scale the chat/session view area. Sidebar should remain at a fixed, readable size. Likely need to intercept default Electron zoom and apply CSS font-size scaling to the chat container instead. Zoom level should persist across sessions.
Currently zoom (Cmd+/Cmd-) affects the entire window including the sidebar. Zoom should only scale the chat/session view area. Sidebar should remain at a fixed, readable size. Likely need to intercept default Electron zoom and apply CSS font-size scaling to the chat container instead. Zoom level should persist across sessions.