Add support for client-side watch history. (#370)

* Add support for client-side watch history.

* Update watched videos more often.
This commit is contained in:
Kavin
2021-08-22 15:57:09 +05:30
committed by GitHub
parent 6688fafeaa
commit 8feb4fbc41
13 changed files with 193 additions and 23 deletions

View File

@@ -60,6 +60,11 @@ const routes = [
name: "Subscriptions",
component: () => import("../components/SubscriptionsPage.vue"),
},
{
path: "/history",
name: "Watch History",
component: () => import("../components/HistoryPage.vue"),
},
];
const router = createRouter({