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

Sidebar transparency effect #175

Merged
merged 6 commits into from
Mar 6, 2022
Merged

Sidebar transparency effect #175

merged 6 commits into from
Mar 6, 2022

Commits on Jan 16, 2022

  1. Transparency sidebar effect

    Added a transparency effect to the sidebar
    mj-shifu committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    80eda9b View commit details
    Browse the repository at this point in the history
  2. fix: Formatted window.dart

    mj-shifu committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    a0b48e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb31496 View commit details
    Browse the repository at this point in the history
  4. fix: removed unused imports

    mj-shifu committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    f3f91d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. fix: applied enhancement from @jmatth

    this fixes weird behavior on windows and web
    mj-shifu committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7b05721 View commit details
    Browse the repository at this point in the history
  2. fix: double null check

    widget.sidebar.decoration.color was checked twice
    (according to suggestion by @jmatth)
    mj-shifu committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    53bcb4b View commit details
    Browse the repository at this point in the history