Review of "CryptoStash" version 9

Details Page Preview

Keep an eye on the real time value of your crypto coins collections. You can create multiple "stashes" (portfolios) of coins and monitor the accumulated value in USD or EUR. Or if you prefer, you can simply track the current value of your favorite coin. This extension uses the cryptostash.filidorwiese.nl to fetch cryptocurrency rates.

Extension Homepage
https://github.com/filidorwiese/gnome-shell-crypto-stash

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
10 Active
9 Rejected
8 Active
7 Rejected
6 Rejected
5 Rejected
4 Active
3 Active
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection rejected
1. You should destroy on window close request `prefs.js`: ```js window.connect('close-request', () => { HTTP.destroy(); }); ``` 2. Timeout should be removed before creating a new one (line 71 `CryptoRatesApi.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 3. Please remove the version from the import (line 1 `HTTP.js`). Not needed.