mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft limit notification badge
This commit is contained in:
parent
edef963287
commit
88aeab91be
12 changed files with 167 additions and 25 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue