3 files changed
+8
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 |
| - | |
| 8 | + | |
6 | 9 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - |
Submodule gitfiend-core updated 104 files
Submodule gitfiend-shell updated 96 files
- .gitignore+2-3
- README.md+4-2
- builder/builder.config.js+1-1
- globals.d.ts+2-37
- jest.config.js-7
- package-lock.json+502-94
- package.json+14-14
- resources/Webfonts/FantasqueSansMono-Regular-decl.css+9
- resources/Webfonts/FantasqueSansMono-Regular.svg+2.8k
- resources/Webfonts/FantasqueSansMono-Regular.woff
- resources/Webfonts/FantasqueSansMono-Regular.woff2
- resources/dist-ui/renderer.css+2
- resources/dist-ui/renderer.js+1
- resources/icon-font/css/GitFiend.css+37
- resources/icon-font/fonts/GitFiend.eot
- resources/icon-font/fonts/GitFiend.svg+1
- resources/icon-font/fonts/GitFiend.ttf
- resources/icon-font/fonts/GitFiend.woff
- resources/icons/SearchIcon.afdesign
- resources/icons/back-arrow.afdesign
- resources/icons/back-arrow.svg+7
- resources/icons/branches-view.afdesign
- resources/icons/branches-view.svg+7
- resources/icons/changes-view.afdesign
- resources/icons/changes-view.svg+7
- resources/icons/commits-view.afdesign
- resources/icons/commits-view.svg+7
- resources/icons/down.afdesign
- resources/icons/down.svg+7
- resources/icons/fetch.afdesign
- resources/icons/fetch.svg+7
- resources/icons/grab.afdesign
- resources/icons/grab.svg+5
- resources/icons/lock.afdesign
- resources/icons/menu.afdesign
- resources/icons/menu.svg+5
- resources/icons/pin.afdesign
- resources/icons/pin.svg+5
- resources/icons/pull.afdesign
- resources/icons/pull.svg+9
- resources/icons/push.afdesign
- resources/icons/push.svg+11
- resources/icons/spinner.afdesign
- resources/icons/spinner.svg+5
- resources/icons/stash.afdesign
- resources/icons/stash.svg+5
- resources/icons/tag.afdesign
- resources/icons/tag.svg+11
- resources/icons/trash.afdesign
- resources/icons/trash.svg+5
- resources/index-dev.html+16
- resources/index.html+16
- resources/other/GrabIcon.svg+1
- resources/other/LockIcon.svg+7
- resources/other/MenuIcon.svg+1
- resources/other/PinIcon.svg+1
- resources/other/PullIcon2.svg+1
- resources/other/PushIcon2.svg+1
- resources/other/Spinner.svg+1
- resources/other/Spinner2.svg+1
- resources/other/StashIcon.svg+1
- resources/other/TagIcon.svg+12
- resources/other/TrashIcon.svg+1
- resources/other/icon.svg+118
- resources/patch/deleted-file.svg+1
- resources/patch/modified-file.svg+1
- resources/patch/new-file.svg+1
- resources/preload.js+11
- resources/scripts/ask-pass.sh+3
- resources/toolbar/BranchesIcon.svg+31
- resources/toolbar/ChangesIcon.svg+31
- resources/toolbar/CommitsIcon.svg+36
- resources/toolbar/FetchIcon.svg+26
- resources/toolbar/PullIcon.svg+21
- resources/toolbar/PushIcon.svg+21
- scripts/build-rust.ts+4-4
- scripts/generate-types.ts-31
- scripts/main.config.ts-68
- scripts/run-and-print.ts-17
- scripts/shared.config.ts-86
- scripts/util.ts+70
- scripts/watch-dev.ts+20
- scripts/watch.ts+28
- src/lib/check-process.ts-30
- src/lib/general-functions.ts+15
- src/main-process/main-window.ts+12-25
- src/main-process/theming.ts+2-2
- src/main-process/util.ts-3
- src/rpc/call-in-renderer.ts-1
- src/rpc/electron-rpc.ts+3-4
- src/rpc/main-proxy.ts-42
- src/rpc/menus/convert-from-renderer.ts+47-47
- src/rpc/renderer-functions.ts-4
- src/rpc/rpc-call.ts+2-6
- tsconfig.json+1-5
- webpack.config.ts+108-47
0 commit comments