mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
337ade9e4c
This patchset adds a bookmark bar that is backed by a json file backend. The json file is loaded and checked for the format. According to the format, the bookmarks bar is populated with the bookmark items. If the bookmarks do not fit into one line, an expader button is shown that brings up a menu containing the missing bookmark items. There is currently no way to add or remove bookmarks. A hover over a bookmark is also not yet showing the url in the statusbar.
7 lines
95 B
JSON
7 lines
95 B
JSON
[
|
|
{
|
|
"title": "SerenityOS.org",
|
|
"url": "http://www.serenityos.org/"
|
|
}
|
|
]
|