Jeel Rupareliya

Results 5 issues of Jeel Rupareliya

In client/src/components/Join/Join.js, the link to /chat uses raw values for name and room. Special characters or spaces break parsing (query-string) and routing. Expected behavior - Query params should be URL-encoded;...

In client/src/components/Chat/Chat.js, the socket connection is created in a useEffect without a cleanup. Event listeners are also registered without off() on unmount. Navigating in and out of the chat can...

In server/index.js, getUser(socket.id) can return undefined (e.g., if a client emits sendMessage before completing join or after disconnect). Accessing user.room then throws and can crash the server. Steps to reproduce...

- Prevent tab-napping by pairing target="_blank" with rel="noopener noreferrer". - Updated links in: - client/modules/IDE/components/AssetListRow.jsx - client/modules/IDE/components/Preferences/index.jsx - client/modules/IDE/components/show-hint.js - client/modules/IDE/components/QuickAddList/QuickAddList.jsx - client/modules/About/pages/About.jsx - README.md - translations/contributor_docs/ko/README.md No behavior changes;...

Fixes #i3579 Changes: 1. Storage bar on assets page - fixed progress bar colors 2. Search bar outline contrast - improved border colors in all themes 3. File menu disabled...