I use a self-hosted Rocket Chat installation and I use it via the Rocket Chat Electron desktop application.
I want to customize front-end of Rocket Chat by including some open PRs (https://github.com/RocketChat/Rocket.Chat/pull/10366).
I wonder where does the front end comes from when I use the Rocket Chat Electron app? If I modify the front end at my self-hosted installation will the changes be there when I use the service via the official unchanged Rocket Chat Electron application?
I'm new to Electron development so I don't know how exactly Electron app work and where does the front end comes from - the server side or the client desktop app.