implement suggestion titles, search in history, show bookmark as icon indicator

This commit is contained in:
yggverse 2025-03-11 11:09:49 +02:00
parent 2b2ffd00de
commit 73c35d25d8
8 changed files with 71 additions and 19 deletions

View file

@ -205,5 +205,7 @@ fn snap_history(page: &Page) {
page.item_action
.history
.add(page.navigation.request(), true);
page.profile.history.open(page.navigation.request())
page.profile
.history
.open(page.navigation.request(), Some(page.title()))
}