-
Notifications
You must be signed in to change notification settings - Fork 3
Localization, message sending, unread chats command, improved chat search and listing #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fery25
wants to merge
14
commits into
beeper:master
Choose a base branch
from
fery25:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
bf45127
Update function
fery25 70da296
Remove FindChatCommand component and its associated logic
fery25 65c2f6b
Add dropdown laguage select box
fery25 b507f31
Update coderabbit
fery25 9714e2d
Fix more CodeRabbit issues
fery25 e3071eb
Nitpick comments fix
fery25 c118e7f
Add unread count translations and refactor chat search functionality
fery25 8ce733a
Refactor ChatListItem props and enhance useChatSearch dependencies
fery25 30584b4
Add avatar/photo to contact
fery25 cecc5a0
Add fix for codereview
fery25 a604d5d
feat: Add message search command with new `useMessageSearch` hook and…
fery25 6f8b2ef
refactor: Extract `getChatIcon` into a shared utility and update chat…
fery25 6670b89
feat: Add `type` and `participants` to Chat interface and conditional…
fery25 954e284
Add pages to list
fery25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
simple-icons npm latest version 2025💡 Result:
As of December 4, 2025 the latest simple-icons npm version is 9.16.1. [1][2]
Sources:
[1] npm package page — simple-icons. [2] npm.io package summary for simple-icons.
🌐 Web query:
simple-icons npm security vulnerabilities CVE💡 Result:
Short answer: There are no public CVEs for the simple-icons npm package itself. The only CVE I found referencing "Simple Icons" is for the WordPress plugin "Popular Brand Icons – Simple Icons" (CVE-2021-24503, stored XSS); that CVE affects the WordPress plugin (versions < 2.7.8), not the npm simple-icons library. [1][2]
Sources:
If you want, I can run a package-specific scan (OSS advisory feeds: GitHub Advisory, Snyk, npm audit) against a particular simple-icons version you use.
Correct the
simple-iconsversion to an available release.The specified version
^15.22.0does not exist. The latest available version ofsimple-iconsis9.16.1. The version constraint will cause installation to fail. Update to a valid version (e.g.,^9.16.0or^9.0.0). No security vulnerabilities exist for the package itself.🤖 Prompt for AI Agents