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 'minimize to tray' and fixed native controls in popups #86

Closed
wants to merge 9 commits into from
Closed

Add 'minimize to tray' and fixed native controls in popups #86

wants to merge 9 commits into from

Commits on Oct 5, 2020

  1. Explicitely set prettier to 80 so running it doesn't use the user's p…

    …rint width (mine is at 120)
    stamoun committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    ec9b4e2 View commit details
    Browse the repository at this point in the history
  2. Use vscode's settings for prettier's 80 printWidth

    The workspace settings doesn't work, nor is .prettierrc.json... :|
    stamoun committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    d668bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    453b602 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Settings improvments

    - Added `show in taskbar` setting
    - Apply new settings without reloading
    - Only reset user-modifiable settings when resetting to factory defaults (i.e. do not remove the auth tokens)
    - Fixed white background when closing the debug console
    stamoun committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b79ec6b View commit details
    Browse the repository at this point in the history
  2. FIx About class name

    stamoun committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    04299a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6742a56 View commit details
    Browse the repository at this point in the history
  4. Fix for #83

    Use native titlebar buttons
    stamoun committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8d80082 View commit details
    Browse the repository at this point in the history
  5. Upgrade frameless-titlebar to latest version,

    This hides the min/max buttons when disabled
    stamoun committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    81be43e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Removed focusable

    Focusable will always be true
    This causes bug #87
    stamoun committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    bef82ad View commit details
    Browse the repository at this point in the history