mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement suggestion titles, search in history, show bookmark as icon indicator
This commit is contained in:
parent
2b2ffd00de
commit
73c35d25d8
8 changed files with 71 additions and 19 deletions
|
|
@ -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()))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue