store optional page title

This commit is contained in:
yggverse 2025-03-11 19:58:09 +02:00
parent 24ee6bb28f
commit ce2b02569d
4 changed files with 46 additions and 30 deletions

View file

@ -78,7 +78,7 @@ impl Page {
pub fn bookmark(&self) {
self.profile
.bookmark
.toggle(&self.navigation.request())
.toggle(&self.navigation.request(), Some(&self.title()))
.unwrap(); // @TODO
}