rename container constructors

This commit is contained in:
yggverse 2024-10-08 06:38:37 +03:00
parent e514312f84
commit 0a0d7b0481
8 changed files with 12 additions and 11 deletions

View file

@ -43,9 +43,9 @@ impl Item {
let id = uuid_string_random();
// Init components
let label = Label::new(id.clone(), false);
let label = Label::new_arc(id.clone(), false);
let page = Page::new(
let page = Page::new_arc(
id.clone(),
page_navigation_request_text.clone(),
action_tab_page_navigation_base.clone(),