Maybe it would be good to polish the ReactorGallery examples first? #538
Closed
zd (WWW4R4E)
started this conversation in
General
Replies: 2 comments
|
Whoops, thought I fixed that bug, must have been more cases! this was a porting issue from the original WinUI gallery control... i'll do the scrub right now. Great catch! |
0 replies
|
Could use more polish, but I fished the big problem here... Also this exposed a left over bug from the migration to Optional that broken expander, very helpful to find :) The whole gallery needs a deeper scrub though, but should be workable now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm just getting started with trying to use Reactor to build some components to bring into my XAML project, so I began roughly going through the documentation. However, I can't fully grasp it in a short amount of time, and I still need to refer to the Gallery while writing code. But when I opened the Gallery, it's currently way too bare-bones — the source code has no copy button, and it hardcodes \n, which combined with @ directly causes line breaks not to work, making the content overflow beyond the display range. I know this project is still in its early exploration phase, may even be quite a few breaking changes down the road,but improving the onboarding experience would also make it easier for more people to try it out and provide feedback.

All reactions