* show window if hidden on preferences
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* unhide window on about too
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* add option to enable/disable following logs
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* keep scroll in current position on unfollow
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* Added ElectronBuilder
* build info
* added release targets in scripts
* ignore dist-electron-builder
* main changed
* .
* .
* now more near final solution
* more fix
* Seems Pretty good
* updated electron-builder last version
* updated electron-builder
* electron-version fixed
* Bump to electron 1.7.11
Signed-off-by: French Ben <frenchben@docker.com>
* Updated package lock
Signed-off-by: French Ben <frenchben@docker.com>
* Bump npm to latest LTS Argon
Signed-off-by: French Ben <frenchben@docker.com>
* Removed package-lock in favor of shrinkwrap, supported in node 4.8.7
Signed-off-by: French Ben <frenchben@docker.com>
* Removed unneeded packages
Signed-off-by: French Ben <frenchben@docker.com>
* Update Circle make target
Signed-off-by: French Ben <frenchben@docker.com>
* Updated jquery as recommended by github
* Attempt to update brew to avoid issues with ruby
* Adding core-js into unmockedModulePathPatterns
* Trying to cleanup the environment before build begins
* Force wine 2.0.4 install
* noob copy pasta
Signed-off-by: French Ben <frenchben@docker.com>
* add logs to clipboard when copy button is pressed
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* remove ansi codes from logs
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* enable adjusting font size for logs
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* style font size select
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* change btn text to copied on copy logs
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* remove box border from both buttons
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
* change Copied ! btn text color to white
Replaced electron-prebuild with electron
Where there was shell useg replaced
`import shell from 'shell'`
withd
`import {shell} from 'electron'`
Also minor style issues occured. I fixed all of the ones that I saw, but ther might be more.
* Added links section to network container tab
- list linked containers
- add and remove links
- restyle select input
- added new link validation
Signed-off-by: Fabio Gollinucci <fbgolly@gmail.com>
* Let link only containers in the same network
Signed-off-by: Fabio Gollinucci <fbgolly@gmail.com>
* Start linked containers
Signed-off-by: Fabio Gollinucci <fbgolly@gmail.com>
* Added small reset button for settings
Signed-off-by: French Ben <frenchben@docker.com>
* Fixed a typo (#2725)
* Added small reset button for settings
Signed-off-by: French Ben <frenchben@docker.com>
If the email is correct, then the `else if` would always be false.
Fix it by nesting the email check _only_ if a `@` is detected.
[Fixes#2571]
Signed-off-by: Nicolas Brugneaux <nicolas.brugneaux@gmail.com>