mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement progressbar
This commit is contained in:
parent
63bc991bda
commit
195860c342
3 changed files with 140 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ class Content
|
|||
bool $history = true
|
||||
): void
|
||||
{
|
||||
// Show progressbar
|
||||
$this->page->progressbar->infinitive();
|
||||
|
||||
// Parse address
|
||||
$address = new \Yggverse\Net\Address(
|
||||
$this->page->navbar->request->getValue()
|
||||
|
|
@ -412,5 +415,8 @@ class Content
|
|||
$this->page->title->getValue(),
|
||||
$this->page->title->getSubtitle(),
|
||||
);
|
||||
|
||||
// Hide progressbar
|
||||
$this->page->progressbar->hide();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue