Go to file
2022-01-04 16:19:52 +01:00
img screenshot update 2021-12-24 16:31:25 +01:00
patch Update code_patches.sh 2021-08-06 07:31:47 +00:00
prebuilt adding 1.9.8-8 prebuilt with config 2022-01-04 16:19:37 +01:00
_QoLEnhancements.scss adding fix for normal dark theme 2022-01-04 16:19:52 +01:00
config.json bumping version + some css fixes 2021-12-24 15:48:30 +01:00
LICENSE Add LICENSE 2021-05-19 17:21:24 +00:00
README.md update readme 2021-12-24 16:33:01 +01:00

Element Web Modifications

For version f0ck.it 1.9.8 (Develop Branch)

Element Showcase

Running at https://chat.f0ck.it

  • glowers patchset (greentexting)
  • Quality of Life css enhancements

Compile yourself with patchset

git pull https://github.com/vector-im/element-web

cd element-web

yarn install

Copy the patch directory to the root of the element-web directory and run the patch after yarn install

After successful yarn install copy the _QoLEhancements.scc file to $element-web-path/node_modules/matrix-react-sdk/res/css/structures/ then go back one folder and run rethemendex.sh to regenerate the components file.

Continue like normal...

(cd node_modules/matrix-react-sdk; yarn reskindex)

yarn dist

If weak male download prebuilt

See prebuilt folder for that

Stickers

Go to any chatroom and type:

/devtools

Select 'Send account data'

m.widgets

Fill in this:

{
    "stickerpicker": {
        "content": {
            "type": "m.stickerpicker",
            "url": "https://matrix.f0ck.it/stickers/?theme=$theme",
            "name": "Stickerpicker",
            "data": {}
        },
        "sender": "@you:server.tld",
        "state_key": "stickerpicker",
        "type": "m.widget",
        "id": "stickerpicker"
    }
}

SEND