Skip to content

Commit

Permalink
Updated onboarding videos
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Dec 12, 2024
1 parent c1c3bdf commit f64328c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.14.0-beta.1 - 2025-xx-xx

- Updated Onboarding videos
- Changed Mods of the Month to Mods Spotlight
- Added filter search bar to FBLO

## [1.13.3] - 2024-12-10

- Added notification for optional extension requirements
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/onboarding_dashlet/Dashlet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function OnBoardingDashletWrapper(props: {
? <CompletedOnBoardingDashlet getMoreMods={getMoreMods} />
: <Dashlet title={t('Get Started')} className='dashlet-onboarding'>
<p className='onboarding-subtitle'>
{t('Watch these 4 videos to guide you on how to start modding your favorite games.')}
{t('Watch these videos to guide you on how to start modding your favorite games.')}
</p>
<div className='onboarding-card-list'>
{
Expand Down
32 changes: 8 additions & 24 deletions src/extensions/onboarding_dashlet/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,19 @@ export const STEPS: IStep[] = [
{
title: 'Manage your game',
desc: 'Learn how to add games for Vortex to manage.',
length: '2:28',
length: '2:25',
img: 'assets/images/dashlets/add-game.png',
video: 'https://www.youtube.com/embed/vmJFBHD6gvg',
video: 'https://www.youtube.com/embed/_9ZT49X9fvQ',
id: 'add-game',
},
{
title: 'Log in',
desc: 'Link your Nexus Mods account to Vortex.',
length: '2:25',
img: 'assets/images/dashlets/login-link.png',
video: 'https://www.youtube.com/embed/IMySUQ1flkQ',
id: 'login-and-link',
},
{
title: 'Install Tools',
desc: 'Install any required tools that will allow you to mod your game. ',
length: '4:13',
img: 'assets/images/dashlets/install-tools.png',
video: 'https://www.youtube.com/embed/boaEMPpmGDc',
id: 'install-tools',
},
{
title: 'Download Mods',
desc: 'Download and install the first of many mods for your game. ',
length: '3:00',
title: 'Download mods',
desc: 'Learn how to download mods to your games.',
length: '3:24',
img: 'assets/images/dashlets/add-mods.png',
video: 'https://www.youtube.com/embed/Kt_6lwGd2Ns',
id: 'download-mods',
},
video: 'https://www.youtube.com/embed/noVpQl3mkfE',
id: 'add-mods',
}
];

export interface IStep {
Expand Down

0 comments on commit f64328c

Please sign in to comment.