Popular repositories Loading
-
-
-
-
-
slint
slint PublicForked from slint-ui/slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
Rust
110 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created a pull request in slint-ui/slint that received 4 comments
Opened 7 other pull requests in 1 repository
slint-ui/slint
3
merged
4
closed
-
added single file support in case of bidirectional collection imports
This contribution was made on Apr 16
-
single file default if circular collection reference and started a readme
This contribution was made on Apr 16
-
swapped current-scheme with current-mode for usability. also removed a bunch of console.log messages
This contribution was made on Apr 14
-
abstracted some functions to make others more understandable
This contribution was made on Apr 11
-
figma variables export ready for functionality testing
This contribution was made on Apr 3
-
try, try again. test files for figma-variable-export
This contribution was made on Apr 2
-
test variable export in export inspect mode
This contribution was made on Apr 2
Reviewed 4 pull requests in 1 repository
slint-ui/slint
4 pull requests
-
Re-use existing slint color generation function
This contribution was made on Apr 17
-
Clean up TS <> React communication and restore clipboard copy notific…
This contribution was made on Apr 11
-
figma variables export ready for functionality testing
This contribution was made on Apr 5
-
Make the new color picker work in the data tab mode
This contribution was made on Apr 2
Created an issue in slint-ui/slint that received 4 comments
access ids to components inside a component as nested hierarchy
Feature Description
component foo { property <int> val: 3;
}
component bar { foo:= foo{}
}
component baz { property <int> val: mybar.foo.val mybar:…
4
comments