Hi, since there's no discussions panels, I sure share some feedbacks.
I'll edit with time, let me know if it helps!
-
keyboardScrollable: true: need a full example, got the manual part working but no idea how to move to auto and still receive the idx to mark the list as selected. Idem for the list entry.
-
focus navigation maybe require examples too. How to navigate from panel to panel then inner elements of let's say a form.
-
Looking standard QuoteComponent component, not sure how to implement it. Vertical line color is configurable
-
Looking for standard ListTileComponent Component, same vertical than Quote with Title and Sub-Title sub being just faded like Quote.
-
Looking for a TabComponent from Posting
- Looking for standard 'ShortcutsComponent', mostly the common bottom helper
On the side, Im running theme like this but no effect on the display. Did I miss a conf?
runApp(
TuiTheme(
data: TuiThemeData.catppuccinMocha,
child: NoctermApp(home: const App()),
),
);
It's my first termapp, you where right Flutter is adequate and fast!
Hi, since there's no discussions panels, I sure share some feedbacks.
I'll edit with time, let me know if it helps!
keyboardScrollable: true: need a full example, got the manual part working but no idea how to move to auto and still receive the idx to mark the list as selected. Idem for the list entry.
focus navigation maybe require examples too. How to navigate from panel to panel then inner elements of let's say a form.
Looking standard
QuoteComponentcomponent, not sure how to implement it. Vertical line color is configurableLooking for standard
ListTileComponentComponent, same vertical than Quote with Title and Sub-Title sub being just faded like Quote.Looking for a
TabComponentfrom PostingOn the side, Im running theme like this but no effect on the display. Did I miss a conf?
It's my first termapp, you where right Flutter is adequate and fast!