mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[PR #243] [CLOSED] A piece of improvements part II #296
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/kusti8/proton-native/pull/243
Author: @evhenious
Created: 1/14/2020
Status: ❌ Closed
Base:
v2← Head:v2📝 Commits (2)
548edd9separated qt backend classes2435ab9a lot of elseifs, better be switch instead📊 Changes
11 files changed (+273 additions, -211 deletions)
View changed files
➖
src/backends/qt.ts(+0 -211)➕
src/backends/qt/AppElement.ts(+13 -0)➕
src/backends/qt/BaseElement.ts(+63 -0)➕
src/backends/qt/ButtonElement.ts(+17 -0)➕
src/backends/qt/ImageElement.ts(+69 -0)➕
src/backends/qt/PickerElement.ts(+33 -0)➕
src/backends/qt/TextElement.ts(+13 -0)➕
src/backends/qt/TextInputElement.ts(+17 -0)➕
src/backends/qt/ViewElement.ts(+9 -0)➕
src/backends/qt/WindowElement.ts(+17 -0)➕
src/backends/qt/index.ts(+22 -0)📄 Description
Just tiny update to code structure, and one refactor. Hope this looks reasonable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.