feat(chat): Create Room button + room filter + services filter (#42, #65)#113
Open
64johnlee wants to merge 4 commits into
Open
feat(chat): Create Room button + room filter + services filter (#42, #65)#11364johnlee wants to merge 4 commits into
64johnlee wants to merge 4 commits into
Conversation
- Add 'Create Room' button with + icon to Chat hub header - Add CreateRoomModal component with name, topic, private toggle - Uses /rsChats/createChatLobby API - Modal overlay with cancel/confirm actions - Respects existing chat room list layout - Implements issue RetroShare#42: 'You cant create yet a new chat room from webui'
- Add filter input to both Subscribed and Public chat room sections - Real-time filtering as user types - Case-insensitive search on room name - Implements issue RetroShare#42: 'Search filter for chat rooms'
- Add search bar to filter services by name or type - Case-insensitive filtering as user types - Implements issue RetroShare#65: 'More config options'
Contributor
|
same here not needed commits lots of |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Chat and Config improvements.
Chat (#42)
Config (#65)
Files Changed
webui-src/app/chat/chat.js- CreateRoomModal + filter inputswebui-src/app/config/config_services.js- search bar for serviceswebui-src/styles.css- Modal styles + Create Room button