mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #402] [MERGED] Remaining implementation of the NativeTheme API #1159
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/402
Author: @konstantingross
Created: 5/17/2020
Status: ✅ Merged
Merged: 5/18/2020
Merged by: @GregorBiswanger
Base:
master← Head:feature/Additional_NativeTheme_implementations📝 Commits (3)
7f2269cRemaining implementation of the NativeTheme API: shouldUseHighContrastColors, shouldUseInvertedColorScheme, get/set themeSource and updated evente77f48bFix formatting and summaryb7960ebPR fixes📊 Changes
5 files changed (+241 additions, -8 deletions)
View changed files
➕
ElectronNET.API/Entities/ThemeSourceMode.cs(+28 -0)📝
ElectronNET.API/NativeTheme.cs(+163 -6)📝
ElectronNET.Host/api/nativeTheme.js(+20 -0)📝
ElectronNET.Host/api/nativeTheme.js.map(+1 -1)📝
ElectronNET.Host/api/nativeTheme.ts(+29 -1)📄 Description
'shouldUseHighContrastColors', 'shouldUseInvertedColorScheme', get/set 'themeSource' and 'updated' event added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.