mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #230] [MERGED] V2 #293
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#293
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/230
Author: @kusti8
Created: 9/21/2019
Status: ✅ Merged
Merged: 1/19/2020
Merged by: @kusti8
Base:
master← Head:v2📝 Commits (10+)
f3ff3d4Add initial test structure and some tests for Window48682e4Start on rewriting registerComponent4375fdeAdd View supporta310fcbAdd flexbox support, still need to test more3f02002Add styling and better props managementccf03d1Add nested text support03c8552Fix text measurement and qt hogging layout styles14421c6Font size must be in px, so convert if it isn'tada109cAdd stylesheet87df58eVarious changes, start adding tests📊 Changes
208 files changed (+31500 additions, -15202 deletions)
View changed files
📝
.babelrc(+3 -6)➕
.github/ISSUE_TEMPLATE/bug_report.md(+28 -0)➕
.github/ISSUE_TEMPLATE/documentation-issue.md(+16 -0)➕
.github/ISSUE_TEMPLATE/feature_request.md(+20 -0)📝
.gitignore(+1 -0)➕
.travis.yml(+23 -0)📝
.vscode/launch.json(+14 -29)📝
CONTRIBUTING.md(+2 -6)➖
Demo.js(+0 -17)📝
LICENSE(+18 -4)📝
README.md(+19 -15)➕
__mocks__/node-qt.js(+9 -0)📝
docs/README.md(+30 -7)📝
docs/_coverpage.md(+4 -3)📝
docs/_sidebar.md(+13 -45)📝
docs/about.md(+14 -29)➕
docs/calculator.png(+0 -0)➕
docs/catapi_v2.png(+0 -0)➖
docs/component_APIs/app.md(+0 -35)➖
docs/component_APIs/area.md(+0 -132)...and 80 more files
📄 Description
Merge v2 (tracked in #213 ).
Not all features are implemented, but most basic features are implemented.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.