Go to file
2021-12-17 18:11:49 +01:00
img new showcase screen 2021-12-11 11:28:02 +01:00
patch Update code_patches.sh 2021-08-06 07:31:47 +00:00
prebuilt updating to v.1.9.7-33, QoL: styling the upload bar, making the notification counter red when receiving a private message or highlight 2021-12-17 18:11:49 +01:00
_QoLEnhancements.scss updating to v.1.9.7-33, QoL: styling the upload bar, making the notification counter red when receiving a private message or highlight 2021-12-17 18:11:49 +01:00
config.json css fixes for 1.9.6 2021-12-13 23:06:18 +01:00
LICENSE Add LICENSE 2021-05-19 17:21:24 +00:00
README.md Update 'README.md' 2021-12-11 11:28:28 +01:00

Element Web Modifications

For version f0ck.it version: 1.9.6 (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