I am trying to customize the welcome page, i can able to change the background color and images but not texts. help will be very useful.
Hi,
I was successfully changing the texts (in the /usr/share/jitsi-meet/lang/main-??.json, take backups, file ist overwritten with updates).
But I didn’t figure out how to change colors. Tried css/_welcome_page.scss and stuff, but no success so far.
Can we swap information?
@damencho or another wizzard:
Or, in general: Is there ONE place to get up-to-date information on (welcome page) customization? I find hints about _welcome_page.scss, react and several other places.
Too dumb to make a consistent picture of all of this, sorry.
Can someone please enlighten me?
Many Thanks,
HP.
Are you rebuilding and re-deploying the app after your css changes?
Negative, tbh I don’t know howto - (I’m the networker guy, no programmers around here)
But keen on learning, if you had me some reference.
Thanks!!
Ahaaa - this is exactly what I was seeking for the last half year.
Many thanks, Freddie!
HP.
Not quite successful so far.
At step 3, npm update (separated from npm install) :
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: jitsi-meet@0.0.0
npm ERR! Found: react@16.9.0
npm ERR! node_modules/react
npm ERR! react@“16.9” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@“15.6.0 - 16.2.0” from @atlaskit/inline-dialog@5.3.0
npm ERR! node_modules/@atlaskit/inline-dialog
npm ERR! @atlaskit/inline-dialog@“5.3.0” from the root project
I’ve found some similar posts about warnings, but now, this seems to become a show stopper.
Do I get this right: I should try and downgrade react from 16.9 to 16.2?