move info component into navigation request level

This commit is contained in:
yggverse 2025-03-21 22:44:33 +02:00
parent d1623bda9e
commit 05a8647f28
7 changed files with 34 additions and 23 deletions

View file

@ -40,7 +40,7 @@ impl Client {
self.page.escape();
// Deprecate page info but keep it data as is
self.page.info.borrow_mut().deprecate();
self.page.navigation.request.info.borrow_mut().deprecate();
// Initially disable find action
self.page