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

Various performance optimizations #310

Merged
merged 5 commits into from
Jun 22, 2023
Merged

Various performance optimizations #310

merged 5 commits into from
Jun 22, 2023

Commits on Jun 22, 2023

  1. Various performance optimizations

    - Remove linear gradient commands, it comes with a hefty performance penalty
      to render a gradient layer with blended colors
    - Remove the shadow from the command views
    - Add debouncing when editing application names
    - Add new `AppCheckbox` & `AppToggle`
    - Replace all use of `Toggle` with wither `AppCheckbox` or `AppToggle`
    - Fix warnings about using `var` instead of `let`
    - Refactor performance data generator in `ContentStore`
    zenangst committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    09971c1 View commit details
    Browse the repository at this point in the history
  2. Fix the AppCheckbox preview

    zenangst committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e259390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c4aa0e View commit details
    Browse the repository at this point in the history
  4. Add missing return to switch

    zenangst committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d3477f9 View commit details
    Browse the repository at this point in the history
  5. Add missing returns

    zenangst committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    75434a7 View commit details
    Browse the repository at this point in the history