draft limit notification badge

This commit is contained in:
yggverse 2024-10-16 14:24:21 +03:00
parent edef963287
commit 88aeab91be
12 changed files with 167 additions and 25 deletions

View file

@ -280,7 +280,7 @@ impl Page {
let description = gformat!("{placeholder}");
// Show input request
input.show(Some(&description));
input.show(Some(&description), Some(&1024));
// Update meta
meta.borrow_mut().status = Some(status);