Commit graph

31671 commits

Author SHA1 Message Date
tidy-dev ba1ce675d2
Remove unneeded export identifier
Co-authored-by: Markus Olsson <j.markus.olsson@gmail.com>
2022-01-28 07:58:30 -05:00
Sergio Padrino 302e7ae2e8 Track if high-signal notifications are enabled 2022-01-28 13:35:23 +01:00
Sergio Padrino 98ae6c9e69 Track some basic metrics on "checks failed" notifications 2022-01-28 13:11:07 +01:00
Sergio Padrino 707009b08d Remove code that shouldn't be there O_o 2022-01-28 13:05:12 +01:00
Sergio Padrino e25f4ea970 Document public function 2022-01-28 13:02:16 +01:00
Sergio Padrino 9908a389d1 Show check re-run confirmation dialog from "checks failed" dialog 2022-01-28 13:02:16 +01:00
Markus Olsson 60c7b6083a Removed to much 2022-01-28 12:14:57 +01:00
Markus Olsson 8cd70782cf 🎨 cleanup 2022-01-28 12:02:19 +01:00
Markus Olsson 0fcda1a61f Clean up already defined types 2022-01-28 11:57:07 +01:00
Markus Olsson a459a3373b Use Electron's types for net request
headers in options work but is undocumented

Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2022-01-28 11:54:17 +01:00
Markus Olsson ed57db7732 Remove more types already defined in TS lib 2022-01-28 11:34:17 +01:00
Markus Olsson 45bd925479 These exist in TS own lib now 2022-01-28 11:32:26 +01:00
Markus Olsson 0356ce451b This is why we can't have nice things
Webpack complains that it doesn't understand the emitted JS
2022-01-28 11:27:38 +01:00
Markus Olsson d8cdf1c2c2 Gotta emit in ts-loader land 2022-01-28 11:27:00 +01:00
Markus Olsson c13fbabfef Wrong return type 2022-01-28 10:58:26 +01:00
Markus Olsson c4dfe1bf4f Use typed instance 2022-01-28 10:57:43 +01:00
Markus Olsson 222a4f97e9 Abstract methods can't have implementations 2022-01-28 10:57:30 +01:00
Markus Olsson 2c637f3e42 We're using ts-loader now 2022-01-28 10:57:12 +01:00
Sergio Padrino 983d77acd6 Focus main window without remote module 2022-01-28 10:47:28 +01:00
Markus Olsson 844f527b4a It's a thing 2022-01-28 10:33:31 +01:00
Markus Olsson fb82d08c2f hello darkness my old friend
typescript no longer recognizes showModal
2022-01-28 10:32:26 +01:00
Markus Olsson c19f07dc01 Can't pass Element as HTMLElement 2022-01-28 10:31:07 +01:00
Markus Olsson 2ef0451e14 Abstract methods can't have implementations 2022-01-28 10:30:56 +01:00
Markus Olsson 42a3b75308 Use ts-loader instead of awesome-typescript-loader
awesome-typescript-loader requires TS ^3
2022-01-28 10:30:48 +01:00
Markus Olsson 84db990fa7 Pragmatic upgrade 2022-01-28 10:29:50 +01:00
Markus Olsson 4777d5302f Let's see if we can get by with es2020 2022-01-28 10:29:44 +01:00
Markus Olsson 9169feff3d Fix TS 4.5 errors 2022-01-28 10:18:40 +01:00
Markus Olsson 0fe569b016 Bump TS to 4.5 2022-01-28 10:18:26 +01:00
Markus Olsson 9a91638124 Clean up and prepare for TS 4.5 2022-01-28 10:18:07 +01:00
Sergio Padrino 55f09e2fd4 Fix notifications on Windows 2022-01-28 10:08:34 +01:00
Sergio Padrino c60abfee64 Add debug menu option to test notifications 2022-01-28 10:06:46 +01:00
Sergio Padrino 8c96c1b8f1 Focus on Desktop when the user clicks on a notification 2022-01-28 10:06:26 +01:00
Spotlight f99966bbe6
Use perl to resolve symlinks 2022-01-27 21:48:39 -06:00
Becca df0a8c349e Merge branch 'development' into electron-v14 2022-01-27 14:27:35 -05:00
Becca 70690d071f Merge branch 'development' into refactor-show-save-dialog-to-main-process 2022-01-27 10:27:10 -05:00
Becca a5a39a35fd Merge branch 'development' into Refactor-getAppArchitecture(remote.app)-to-main-process 2022-01-27 09:52:19 -05:00
tidy-dev 10d2eb7744
Merge pull request #13752 from desktop/refactor-remote-move-to-app-folder-to-main-process
Refactor `remote.app.moveToApplicationFolder` to main process
2022-01-27 09:38:12 -05:00
Becca 48fc0def61 Merge branch 'development' into electron-v14 2022-01-27 08:01:43 -05:00
Becca 1de32293b6 Merge branch 'development' into remote-app-in-application-folder-refactor 2022-01-27 07:54:10 -05:00
Becca 9df9fe7448 Merge branch 'development' into refactor-remote-move-to-app-folder-to-main-process 2022-01-27 07:42:07 -05:00
tidy-dev dad9ed579d
Merge pull request #13749 from desktop/refactor-remote-select-all-to-main-process
Refactor `remote.getCurrentWebContents().selectAll()` to main process
2022-01-27 07:36:31 -05:00
tidy-dev 4ded5bbceb
Merge pull request #13750 from desktop/refactor-window-is-focused-to-main-process
Refactor `remote.getCurrentWindow().isFocused` to main process
2022-01-27 07:35:55 -05:00
Becca fcf48aac66 Refactor remote.app.moveToApplicationFolder to main process 2022-01-26 19:21:59 -05:00
uttiya10 0f7fe0701a Add "Copy Relative File Path" Option to Changed Files' Context Menu 2022-01-26 19:02:43 -05:00
Becca 66f82e59d8 Refactor remote.getCurrentWindow().isFocused to main process 2022-01-26 16:54:23 -05:00
Becca 17874c6229 Refactor remote.getCurrentWebContents().selectAll() to main process 2022-01-26 16:01:41 -05:00
Becca 202031432a Refactor remote.dialog.showSaveDialog to main process 2022-01-26 15:45:37 -05:00
Becca ed3cc6f014 Refactor getArchitecture(remote.app) to main process 2022-01-26 15:15:49 -05:00
Becca 60bf6a300b Merge branch 'development' into electron-v14 2022-01-26 15:02:44 -05:00
Becca 023108253a Merge branch 'development' into remote-app-in-application-folder-refactor 2022-01-26 14:20:22 -05:00