Code Monkey home page Code Monkey logo

ether1desktopwallet's Introduction

Etho Protocol Desktop Wallet

Clone and run to see it in action.

This is a desktop wallet for the Etho Protocol project.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/Ether1Project/Ether1DesktopWallet.git
# Go into the repository
cd Ether1DesktopWallet
# Install dependencies
yarn install
# Run the app
yarn run start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

License

CC0 1.0 (Public Domain)

ether1desktopwallet's People

Contributors

dependabot[bot] avatar dev-jamesr avatar exlo84 avatar fallengravity avatar iedsupo avatar kek-mex avatar taeguscromis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ether1desktopwallet's Issues

Buttons dont work

In "About Us" only buttons under Buy ETHO works.
None of them under "Ether-1 Links" or Ether-1 Social Media"

Upload issues

If you start an upload and give it files, then leave the tab and then go back and login, when you get to the part where you select files you get:

Uncaught TypeError: Cannot set property 'innerText' of undefined uploads.js:1119 

Registering with ethoFS (choosing name)

At the step which chooses the name, the text is black along with the background which obfuscates the text. In the attached screenshot I have already chosen the name and can see it when I select all the text within the black field.

Upload to ethoFS

Upload to ethoFS button no longer functions, no errors in the console.

connection issues

Mostly wallet doesn't connect to peers, and when it does it doesn't load blocks

Modals Error 2

Waiting For Confirmation | ethoFS Block Tracker - Does not appear.

Preparing Data Upload | ethoFS Block Tracker - Does not appear.

These are no big problems however it does make it seem like there is an error for the end-user which can be problematic

Add a button in the #wallets tab to remove a wallet

Suggestion: Add an 'X' Cross button right next to where the wallet balance displays (Same button layout as the qr code, transactions etc box), makes it easy and possible to remove a wallet from your wallet list in case people wan't to remove a wallet from their list.

Kind Regards,

Dylie Dylan

Duplicate Uploads Bug - Modal Close/Return To File Upload

When closing modal mid ethoFS upload and trying to return to finish upload or add additional files/directories some odd behaviors occur.

  1. When re-uploading same files, no output on file upload table
  2. Duplicate file output when returning to upload additional content.

Account upload.

I intentionally uploaded the wrong file. I tried with a .jpg, .pdf and .txt. After the error box closed the wallet froze forcing you to restart it.

clipboard01

Table Headings

Table headings on the wallet page are messed up.

Screenshot 2019-10-15 at 01 50 46

They should be in line.

Incorrect MB sizing

Screenshot 2019-10-17 at 14 50 00
Seems as though the sizes of directories are not being calculated correctly

About Us tab Links

Under the About Us tab, the links to social media and markets and exchanges. Once you click on the link, there is no way to go back to the wallet and have to restart the wallet.

Wallet name change option color scheme

Hey, the coloring scheme for the name change menu inside the #Wallets tab is not on point yet.

I suggest changing the fully black {WALLET NAME] To White. Also the line that marks the downside of the box where u have to type shows a blue line when hovering. This should be changed to the main ETHO colors.

Kinds regards,

Dylie Da Real G

Feature: Basic Accounting Logic

If the address which sends or receives funds it should appear the address list as it is named on the wallets tab with either a + when it receives funds or a - when funds have been sent.

Transaction page

Uncaught (in promise) TypeError: Cannot set property 'textContent' of null
caused by:
document.getElementById("nodestorage").textContent=(round(2+((averageAvailableStorageTotal)/1000000), 1)) + "TB";

AND:
Uncaught TypeError: Cannot read property 'moment' of undefined
caused by:
$.fn.dataTable.moment("MMM Do YYYY HH:mm:ss");

Deleting the contract via the table

If you dismiss the modal which appears it will break the page with a dark overlay - which can be removed by clicking out of the area. After this has happened the page is no longer scrollable and requires a refresh to begin operating again.

Send screen white space

When clicking on a wallet using drop down, it should show the wallet address or name and not the white space

E48E9C1A-D6B2-462B-904E-364D58C2D37E

Spacing

The sidebar should have more air

Click to Upload

Click to upload no longer functions - It doesn't error out but also doesn't allow uploading through the desktop wallet. Drag & drop is still functional (I tried multiple things for click to upload to work). I haven't had any issues with drag & drop directories breaking up as you would see on the web version.

Add Change Active Account/ethoFS Wallet

This will allow the user to switch between hosting accounts easily based on private key or any active wallet they are using in the broader desktop wallet application.

Modals

All the modals ended up getting shall we say "broken" in the merge. I think it has to do with the locations of </main> tags.

Buttons

Buttons on the upload page to view deployed contracts do not function

Connection Error

All the sudden when I open the app it won't sync, I just get Application error something went wrong, don't kill the fish. Error Connection not open.

Scrolling

On the ethoFS tab - you're unable to scroll, I'm not sure why - I spent a good 30-45 minutes, trying to figure it out with no luck.

Outgoing transactions icon

Right now the incoming transactions icon on the #Transactions tab is green and pointing inwards (This is good imo) BUT the outgoing transactions show a grey arrow going both ways. It might be good to change this arrow to a red arrow pointing away.

Kind Regards,

Dylie

Data Upload completion.

After the data upload is completed if you attempt to upload more data immediately then you will be met with the error message:

TypeError: Cannot set property 'innerHTML' of null
    at resetUploadSystem (<anonymous>:443:25)
    at finishUploadModal (<anonymous>:413:5)
    at verifyDataUpload (<anonymous>:356:25)

 Data Confirmation Error: undefined

contractDetailModal

contractDetailModal displays 2 modals on top of each other, the first modal is dismissable & the second can only be escaped via hitting ESC (on mac)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.