FEATURE: add user opt to select bookmarks as home (#10597)

Admins can currently add the bookmarks discovery route link
to the homepage interface, but users can't presently select
that as their default home view.  This change facilitates that,
adding the option to the existing Default Home Page dropdown on
the User Preferences Interface page.
This commit is contained in:
Robert
2020-09-10 16:13:12 +01:00
committed by GitHub
parent 5a34c7cc9e
commit dee451605b
6 changed files with 289 additions and 9 deletions

View File

@ -29,7 +29,15 @@ PreloadStore.store("site", {
{ id: 20, name: "ubuntu" },
{ id: 21, name: "test" },
],
filters: ["latest", "unread", "new", "starred", "read", "posted"],
filters: [
"latest",
"unread",
"new",
"starred",
"read",
"posted",
"bookmarks",
],
periods: ["all", "yearly", "monthly", "weekly", "daily"],
top_menu_items: [
"latest",