-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(kiosk-browser): remove uses of non-trivial APIs
Closes #4531 Removes all uses of the following `kiosk-browser` APIs: - `captureScreenshot` + `saveAs` (replaced with `dev-dock/backend` API + `gnome-screenshot`) - `showOpenDialog` (selecting election package to load in dev is removed) - `showSaveDialog` ("Save As" in a few places is removed) We still use `kiosk.quit` and `kiosk.log`, but these can be trivially reimplemented.
- Loading branch information
1 parent
c4d9e0f
commit f1813fb
Showing
13 changed files
with
33 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.