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

feat: Tray icon voice detection, customization and notification badge #517

Open
wants to merge 86 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    9c6b5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05def05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d77870 View commit details
    Browse the repository at this point in the history
  4. Fixed for tests

    PolisanTheEasyNick committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2dc3ff6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eec5eb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a55e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3d5dbd View commit details
    Browse the repository at this point in the history
  8. Revert "added ability to change icon to unread"

    This reverts commit 3ccb0c4.
    PolisanTheEasyNick committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6108823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b3c9b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c6d68e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9e5ad3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b89a10e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    5e54eb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b95521e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b268a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a12a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    562095e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    b314f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aee841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3098b58 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    da9f14d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fixed tray updating in minimized window at Windows. This also fixes r…

    …andom disconnects while window minimized.
    PolisanTheEasyNick committed May 2, 2024
    Configuration menu
    Copy the full SHA
    965522d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3cafc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    049891c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    f44f1b2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    c342a9a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    92888eb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f2bfba0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    36ebc20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    366c08a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    e191276 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce1a322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261aea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    c931d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44df8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52fd351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e5d25c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    74e3902 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    e899b16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775ad30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ecdb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89ed267 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d943d44 View commit details
    Browse the repository at this point in the history
  6. fix: add pencil icon/tray setting css classes

    MrGarlic1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4146fd1 View commit details
    Browse the repository at this point in the history
  7. ux: condense customize tray settings

    MrGarlic1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    871054f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    85f427f View commit details
    Browse the repository at this point in the history
  2. ui: fix delimeters

    PolisanTheEasyNick committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9553660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490b8c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e9e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1c210e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f759fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    1ddd933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c725352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d47582b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccbb094 View commit details
    Browse the repository at this point in the history
  5. fix: reset button

    PolisanTheEasyNick committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b775af8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bbe16b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb7363d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79835b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    183a388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9636a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb2e495 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. some clear-ups

    PolisanTheEasyNick committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    842f9b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    68daf93 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    05c15e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9521c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b631e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c1cc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    fccbb7f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    e82b52e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    01fbcff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    679b0b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    467134e View commit details
    Browse the repository at this point in the history
  2. fix: add setting

    PolisanTheEasyNick committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ba98e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37cd4e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    810be4e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    d379f96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    066afb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    267b0a0 View commit details
    Browse the repository at this point in the history
  4. fix exploded tests

    PolisanTheEasyNick committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a014cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    0571807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a76f1de View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e86b31c View commit details
    Browse the repository at this point in the history
  2. fix: svg scaling

    PolisanTheEasyNick committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    60d0f2c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    1416750 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    a7ae0eb View commit details
    Browse the repository at this point in the history