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

Added progress bar for electron #1266

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

Commits on Jan 20, 2023

  1. Added progress bar for electron

    * Added progress on the icon to show progress of files downloaded.
    * Dialog box for asking file location is switched on by default.
    * File location where the file is downloaded is opened by default.
    varun-s22 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    513c7dc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fixed issues

    Fixed some bugs
    Refactored code
    Works well on mac-os
    varun-s22 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    08ac76c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Updated progress bar

    Updated progress bar, to show live progress.
    Progress is calculated by recivedBytes/totalBytes.
    varun-s22 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ab76f36 View commit details
    Browse the repository at this point in the history