* doFetchModBlockedList: don't block ui thread
doFetchModBlockedList is blocking the ui thread.
Duplicate data in `doFetchModBlockedList::blockListsPerChannel` to about 1000. The tab is dead when function hits, about 4s after reload.
- Yield occasionally using the `setTimeout` method.
- Doing a chunk size of 1 for now so we don't have to yield the inner loop as well (seems good enough). This is just based on a relatively large blocklist size.
- Can't do `await` in a callback, so must change the `forEach` to a `for`.
* yield thread in storeList
Co-authored-by: infinite-persistence <inf.persistence@gmail.com>
* changed the color of the editor-toolbar_hover class
* Fixed hover, colors and spacing of editor-toolbar_hover class
* active editor-toolbar class modified
* var --color-editor-button-hover-bg and --color-editor-button-active-bg created
* --color-editor-button-hover-bg and --color-editor-button-active-bg
color corrected in light
* fix hover style for char count field
* vertically align character counter and emoji button
* add new comment icon class
* Revert "add new comment icon class"
This reverts commit 8a163e0f02.
* created and corrected the icon class
* button--comment-icons-active removed
* Prevent .deb packages from being opened with archive manager.
* Allow to properly cancel download upgrade and prevent multiple downloads.
* Fix missing app-update.yml file for .deb builds.
* Small fix for allowPrerelease prop in autoUpdater.
* Use release/tags endpoint to get the release details.
* Handle error case for auto updater.
* Make install now button display the upgrade modal.
* Use GitHub as provider for manual update url.
* Small fixes in updater.
* Fix small lint errors.
* Properly handle auto download on/off.
* Added checkbox to enable/disable background
* bug fix in enable disable button
* small fix in translation
* rename background setting to be disable backgroud; add default value for background setting.
* add hosting to first run, enable auto hosting
* take welcomeVersion out of sync
* app strings fix
* recommended view hosting limit
* small changes
* fixes
* appstrings
* small fix