Skip to content

feat(chat): Create Room button + room filter + services filter (#42, #65)#113

Open
64johnlee wants to merge 4 commits into
RetroShare:masterfrom
64johnlee:ralph/RS-065
Open

feat(chat): Create Room button + room filter + services filter (#42, #65)#113
64johnlee wants to merge 4 commits into
RetroShare:masterfrom
64johnlee:ralph/RS-065

Conversation

@64johnlee
Copy link
Copy Markdown

@64johnlee 64johnlee commented May 3, 2026

Summary

Chat and Config improvements.

Chat (#42)

  1. Create Room Button - "+ Create Room" button with modal
  2. Room Search/Filter - Real-time filtering on Subscribed and Public room lists

Config (#65)

  1. Services Search/Filter - Filter services by name or type

Files Changed

  • webui-src/app/chat/chat.js - CreateRoomModal + filter inputs
  • webui-src/app/config/config_services.js - search bar for services
  • webui-src/styles.css - Modal styles + Create Room button

64johnlee added 2 commits May 4, 2026 01:16
- 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'
@64johnlee 64johnlee changed the title feat(chat): add Create Room button and modal to Chat page feat(chat): add Create Room button and room search/filter May 3, 2026
- Add search bar to filter services by name or type
- Case-insensitive filtering as user types
- Implements issue RetroShare#65: 'More config options'
@64johnlee 64johnlee changed the title feat(chat): add Create Room button and room search/filter feat(chat): Create Room button + room filter + services filter (#42, #65) May 3, 2026
@defnax
Copy link
Copy Markdown
Contributor

defnax commented May 14, 2026

same here not needed commits lots of chore: bump PR commits ...
and file is attached too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants