implement response counter

This commit is contained in:
yggverse 2024-10-16 17:36:12 +03:00
parent 88aeab91be
commit b3b0892d62
17 changed files with 193 additions and 147 deletions

View file

@ -279,8 +279,10 @@ impl Page {
let title = gformat!("Input expected");
let description = gformat!("{placeholder}");
// Show input request
input.show(Some(&description), Some(&1024));
// Make input form
input.use_default(uri, Some(&description), Some(1024));
input.show();
// @TODO hide
// Update meta
meta.borrow_mut().status = Some(status);