Clone sib-chat (branch fullscreen) to path/to (Or another path :))
On this lib directory, ln -s ../path/to/sib-chat ./sib-chat
You can make your changes on themes/converse-hd.css as before.
Please sync with @rachel for what to hide and what to keep.
test-paris config.json
{"xmpp":"https://jabber.happy-dev.fr/http-bind/","authority":"https://api.test-paris.happy-dev.fr/","clientName":"Happy Dev Paris - Test","clientLogo":"https://cdn.happy-dev.fr/logos/paris.png","clientLogoHeight":"72px","authorityName":"test-paris","publicDirectory":false,"libLocal":false,"endpoints":{"get":{"customers":"https://api.test-paris.happy-dev.fr/customers/","businessproviders":"https://api.test-paris.happy-dev.fr/businessproviders/","circles":"https://api.test-paris.happy-dev.fr/sources/circles","projects":"https://api.test-paris.happy-dev.fr/sources/projects/","skills":"https://api.test-paris.happy-dev.fr/skills/","users":"https://api.test-paris.happy-dev.fr/sources/users/"},"post":{"customers":"https://api.test-paris.happy-dev.fr/customers/","businessproviders":"https://api.test-paris.happy-dev.fr/businessproviders/","circles":"https://api.test-paris.happy-dev.fr/circles/","projects":"https://api.test-paris.happy-dev.fr/projects/","skills":"https://api.test-paris.happy-dev.fr/skills/","users":"https://api.test-paris.happy-dev.fr/users/"}}}
By Jean-Baptiste Pasquier on 2020-02-20T15:09:07 (imported from GitLab project)
@gaelleM some notes for our call on Monday so I don't forget anything:
we need to hide the second right bar menu. Participants are already in the main right bar menu, so we don't loose any info by hidding it. I'm unsure about the need to keep somewhere. I would just hide it for the moment.
The left menu is disappearing if I try to MP someone. I'm not sure this is a CSS only issue.
When I hover on one of my messages, I see two options : edit and delete The bin/trash icon is not working. Apparently it is something that was hidden before? In that case, we should hide it again.
By Rachel on 2020-02-21T11:58:32 (imported from GitLab project)
When I hover on one of my messages, I see two options : edit and delete The bin/trash icon is not working. Apparently it is something that was hidden before? In that case, we should hide it again.
The pencil enables selective message correction and the bin/trash icon is for a new Converse 6.x feature which allows for message retraction.
so my conclusion on this is that I should open an issue for the bin icon which does not work or @dele are you saying this will be fixed in the next Converse upgrade?