feat: Tooltips and Better Surface Management
This commit is contained in:
parent
c7edd37b03
commit
337b80d4ca
90 changed files with 3651 additions and 977 deletions
|
|
@ -20,9 +20,7 @@ pub fn section<'a, Message: 'static>() -> Section<'a, Message> {
|
|||
}
|
||||
|
||||
/// A section with a pre-defined list column.
|
||||
pub fn with_column<'a, Message: 'static>(
|
||||
children: ListColumn<'a, Message>,
|
||||
) -> Section<'a, Message> {
|
||||
pub fn with_column<Message: 'static>(children: ListColumn<'_, Message>) -> Section<'_, Message> {
|
||||
Section {
|
||||
title: Cow::Borrowed(""),
|
||||
children,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue