implement notice banner

This commit is contained in:
yggverse 2025-03-03 09:54:02 +02:00
parent a68033bc01
commit 12474b0f44
7 changed files with 71 additions and 16 deletions

View file

@ -63,6 +63,7 @@ impl Item {
));
target_child.append(&page.navigation.g_box);
target_child.append(&page.notice);
target_child.append(&page.content.g_box);
target_child.append(&page.search.g_box);
target_child.append(&page.input.clamp);