mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #422] [MERGED] App API enhancements #1170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/422
Author: @konstantingross
Created: 6/1/2020
Status: ✅ Merged
Merged: 6/2/2020
Merged by: @GregorBiswanger
Base:
master← Head:feature/App_API_Enhancements📝 Commits (2)
eee84d2App API:9ddb1b1Removed dock methods from app API and moved to dock API📊 Changes
29 files changed (+984 additions, -732 deletions)
View changed files
📝
ElectronNET.API/App.cs(+440 -534)➕
ElectronNET.API/Dock.cs(+206 -0)📝
ElectronNET.API/Electron.cs(+6 -1)📝
ElectronNET.API/Entities/AboutPanelOptions.cs(+18 -3)📝
ElectronNET.API/Entities/CPUUsage.cs(+5 -5)📝
ElectronNET.API/Entities/DockBounceType.cs(+10 -6)➕
ElectronNET.API/Entities/FocusOptions.cs(+15 -0)📝
ElectronNET.API/Entities/GPUFeatureStatus.cs(+13 -13)📝
ElectronNET.API/Entities/JumpListCategory.cs(+3 -4)📝
ElectronNET.API/Entities/JumpListCategoryType.cs(+1 -1)📝
ElectronNET.API/Entities/JumpListSettings.cs(+6 -3)📝
ElectronNET.API/Entities/LoginItemSettings.cs(+11 -11)📝
ElectronNET.API/Entities/LoginSettings.cs(+5 -6)📝
ElectronNET.API/Entities/MemoryInfo.cs(+5 -17)📝
ElectronNET.API/Entities/PathName.cs(+33 -17)📝
ElectronNET.API/Entities/ProcessMetric.cs(+35 -17)📝
ElectronNET.API/Entities/RelaunchOptions.cs(+2 -2)📝
ElectronNET.API/Entities/UserTask.cs(+6 -1)📝
ElectronNET.API/QuitEventArgs.cs(+2 -2)📝
ElectronNET.Host/api/app.js(+23 -38)...and 9 more files
📄 Description
App API:
Dock API:
Removed dock methods from app API and moved to dock API
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.