mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Fix open articles in the TTY, as it is broken while in the demo. And
Added YouTube OnBoarding to the App (Currently in testing and this is the beta branch :) Oh also updated some more stuff as well!
This commit is contained in:
parent
378689da87
commit
3d392dd788
5 changed files with 54 additions and 36 deletions
|
@ -60,6 +60,7 @@ import NewsViewWindow from "~/components/app/windows/newsView.vue";
|
|||
import SettingsWindow from "~/components/app/windows/settings.vue";
|
||||
import PrivacyPolicyWindow from "~/components/app/windows/privacypolicy.vue";
|
||||
import TOSWindow from "~/components/app/windows/tos.vue";
|
||||
import onBoardingWindow from "~/components/app/windows/onBoarding.vue";
|
||||
|
||||
// Import Icons
|
||||
import {
|
||||
|
@ -203,6 +204,13 @@ const associAppWindow = [
|
|||
component: TOSWindow,
|
||||
translatable: false,
|
||||
},
|
||||
{
|
||||
name: "onboard",
|
||||
id: "14",
|
||||
title: "OnBoarding",
|
||||
component: onBoardingWindow,
|
||||
translatable: false,
|
||||
},
|
||||
];
|
||||
|
||||
// OnBoarding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue