Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add theme settings #566

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    b857a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2f973 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5da277 View commit details
    Browse the repository at this point in the history
  4. perf(chat-history): Render the shader directly to bubbles

    Rendering big texture into a lot of small bubbles results into bad
    performance (30fps on my laptop while scrolling). Rendering the shader
    to small bubbles fixes that issue.
    yuraiz committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    05b00cf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    e780d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bcd2b View commit details
    Browse the repository at this point in the history
  3. perf(theme-settings): Initialize ContentBackground resources only once

    rendering texture from svg is very slow, now it's done only once
    yuraiz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a0710b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    cf2fae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78693f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26736ec View commit details
    Browse the repository at this point in the history