draft page reload action

This commit is contained in:
yggverse 2024-09-25 01:14:45 +03:00
parent 4e0ec422ca
commit fd73dc3d7c
7 changed files with 45 additions and 2 deletions

View file

@ -37,6 +37,10 @@ impl Page {
}
// Actions
pub fn reload(&self) {
self.content.reload(self.navigation.request_text());
}
pub fn update(&self) {
self.navigation.update();
// @TODO self.content.update();