dat-menubar icon indicating copy to clipboard operation
dat-menubar copied to clipboard

deprecated

Results 6 dat-menubar issues
Sort by recently updated
recently updated
newest added

Should show feedback to the user when any action is performed, for example, stopping a dat should show a green success banner.

``` (electron) ipc module is deprecated. Use require("electron").ipcMain instead. (electron) loadUrl is deprecated. Use loadURL instead. (electron) 'clicked' event is deprecated. Use 'click' event instead. ```

Sharing a directory, then while the spinner is still visible right-clicking and choosing 'copy link' leads to: ``` "Uncaught TypeError: Error processing argument -1.\n/Users/rds45/code/karissa/dat-desk/static/index.js:90" ```

On initial `npm start` with node `5.7.0` I got: ``` App threw an error when running [Error: Module version mismatch. Expected 46, got 47.] ``` Downgrading to `4.3.0` and running...