Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

[Release]Increase general app performance by optimizing layers #6672

Merged
merged 2 commits into from
Aug 25, 2021

Commits on Aug 24, 2021

  1. Improve layering for chat

    Currently we have a lot of unnecessary layers being created in the app,
    which is extremely problematic on Windows when using Chrome, as it
    deoptimises fonts rendering due to layers mismatch; chrome's algorithm
    can't figure out if the layers won't resize or overlap so it creates a
    lot of additional layers, which has a side effect of turning off
    sub-pixel antialiasing on Windows.
    This is a first step to improve the layering in the entire app.
    Dariusz Niemczyk committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    798da0f View commit details
    Browse the repository at this point in the history
  2. Force a new layer for backdrop panel

    Dariusz Niemczyk committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9726821 View commit details
    Browse the repository at this point in the history