mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement response counter
This commit is contained in:
parent
88aeab91be
commit
b3b0892d62
17 changed files with 193 additions and 147 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue