mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #242] [CLOSED] Separated backend classes and few additional small improvements #294
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#294
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/242
Author: @evhenious
Created: 1/13/2020
Status: ❌ Closed
Base:
v2← Head:v2📝 Commits (10+)
4531298slightly improved importa30476ebetter type defseedda36merged append and insert as they pretty same0542baeRun prettier0e11bd9Bump version for wx backend4c65903Add issue templates (#241)2df98d5qt backend classes separatedfa64e7fa lot of else-ifs better be switchaffdc26wx backend classes separated (except commented ones)721cc3cfully static objects better to have out of funcs, may be faster a bit📊 Changes
34 files changed (+570 additions, -409 deletions)
View changed files
➕
.github/ISSUE_TEMPLATE/bug_report.md(+28 -0)➕
.github/ISSUE_TEMPLATE/documentation-issue.md(+16 -0)➕
.github/ISSUE_TEMPLATE/feature_request.md(+20 -0)📝
README.md(+1 -1)📝
package.json(+1 -1)➖
src/backends/qt.ts(+0 -211)➕
src/backends/qt/AppElement.ts(+13 -0)➕
src/backends/qt/BaseElement.ts(+64 -0)➕
src/backends/qt/ButtonElement.ts(+17 -0)➕
src/backends/qt/ImageElement.ts(+69 -0)➕
src/backends/qt/PickerElement.ts(+32 -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(+18 -0)➕
src/backends/qt/index.ts(+22 -0)➕
src/backends/wx/AppElement.ts(+12 -0)📝
src/backends/wx/BaseElement.ts(+10 -73)➕
src/backends/wx/ButtonElement.ts(+32 -0)➕
src/backends/wx/ViewElement.ts(+22 -0)...and 14 more files
📄 Description
Seems like big PR but actual changes are quite straightforward
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.