Opened 2 months ago
Last modified 4 weeks ago
#3366 new task
Add brand to matrix web client
Reported by: | strk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Unplanned |
Component: | SysAdmin/Matrix | Keywords: | branding |
Cc: | lnicola |
Description
We want a branded favicon for matrix-client.osgeo.org It was already provided by volunteers: https://mapstodon.space/@strk/114183259995882930
It is a bit problematic to do: https://github.com/element-hq/element-web/issues/12020
We might need to upload from ansible at deploy time.
Change History (7)
comment:1 by , 2 months ago
comment:2 by , 2 months ago
I've filed an issue to the OSGeo branding repo to save the icon contributed by Harry Wood: https://github.com/OSGeo/osgeo/issues/259
From there we could have Ansible download it and deploy it were needed. I guess I'd be happy with just the "shortcut icon" (a 48x48 size) but from the SVG I suppose we could generate all sizes too, and Ansible could change those lines in the index.html page of element-web
comment:3 by , 2 months ago
I've pushed a matrix-web-branding branch to ansible-deployment as a draft implementation of branding and an associated PR: https://git.osgeo.org/gitea/sac/ansible-deployment/pulls/71 ( only visible to SAC members, sorry )
comment:4 by , 8 weeks ago
Cc: | added |
---|
lnicola did something on the container host with a script that changes the index.html file installed by the element package and a custom .deb package that invokes it when the element package installation modifies that file.
I don't know at the moment where the source code of that work is, hopefully he can say something here.
As a result, the current matrix-client.osgeo.org comes with an "osgeo-matrix" favicon as contributed by Harry Wood ( https://en.osm.town/@harry_wood )
comment:5 by , 8 weeks ago
I don't know at the moment where the source code of that work is, hopefully he can say something here.
I think you found it already, given https://git.osgeo.org/gitea/lnicola/element-web-mangler/issues/1.
comment:6 by , 8 weeks ago
I've added a brand to our Element, so it should at least be easier to find in the tab list.
comment:7 by , 4 weeks ago
Yes, tab icon now is recognizable. There are other places that need to be branded, I guess, like #3376
So many icons to provide !
From view-source:https://matrix-client.osgeo.org/
This looks like a solution we could implement: https://github.com/element-hq/element-web/issues/12020#issuecomment-1453367292