converse.js
converse.js copied to clipboard
Make it possible to resize the left sidebar (controlbox).
Describe the bug
Resizing using dragresize on the #controlbox
element is not functional. In the sidebar .occupants
is ok.
To Reproduce Steps to reproduce the behavior:
- Initialize Converse with
view_mode: 'fullscreen'
; - Click on the border between the chat room list and the conversation (
.dragresize-left
); - Drag to one side or the other;
- Does not resize.
Expected behavior It was expected to resize the div elements.
Screenshots
✔️ .occupants
(.dragresize-occupants-left
)
❌ #controlbox (.dragresize-left
)
Environment (please complete the following information):
- Desktop
- Edge 94.0.992.50 / Chrome 95.0.4638.54
- Converse.js version 8.0.1
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hello I am new to github and coding and would like to know how do I start working on this issue?
tried to make an account but wont not let me
Do you mean you tried to create an XMPP account? You can choose a provider here, and then create an account with them: https://providers.xmpp.net/
Then you can log in with that account details to Converse.
OK thank you. I am new to coding and wanted to fix this issue . I will give it a go!
@LewSplenda: Great, don't hesitate to ask if you get stuck.
The best place to ask is in our chatroom: https://inverse.chat/#converse/[email protected]
Please can we assign me this issue
Hey! I would love to work on this issue, if you could assign it to me.
It's not necessary to have the issue assigned to anyone. Just start working and when you're ready, make a pull request.
People come here and ask for issues to be assigned to them and then we never hear from them again.
I am trying to work on this issue. But I am having difficulties regarding the project setup . It would have been great if you would have a contributing where we could know the steps which are required for contributors. Thank you.
@RonitBaranwal what's missing from https://conversejs.org/docs/html/development.html ?
@RonitBaranwal Here you go: https://github.com/conversejs/converse.js/blob/master/CONTRIBUTING.md
Thank you will try to help whatever I can.