Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

FTXUI

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Arthur Sonzogni authored
    1. Stop taking Ref<XxxOption> in Component constructors. Instead, use
       the XxxOption directly. Passing by copy avoid problems developers had
       where one was shared in between multiple component, causing issues.
    
    2. Add variants of most component constructors taking a struct only.
    
    This replaces:
    https://github.com/ArthurSonzogni/FTXUI/pull/670
    
    This fixes:
    https://github.com/ArthurSonzogni/FTXUI/issues/426
    455998d7
    History
    Name Last commit Last update