From 5232e3847b4aeb812c44ad0e153b95189ceda607 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 9 Jun 2025 18:47:20 +0100 Subject: [PATCH] feat: update About component with new guide URLs and enhance Getting Started section --- .../frontend/src/components/menu/about.tsx | 145 ++++++++++++------ 1 file changed, 102 insertions(+), 43 deletions(-) diff --git a/packages/frontend/src/components/menu/about.tsx b/packages/frontend/src/components/menu/about.tsx index 30c296a8..89286431 100644 --- a/packages/frontend/src/components/menu/about.tsx +++ b/packages/frontend/src/components/menu/about.tsx @@ -49,10 +49,8 @@ function Content() { const version = status?.tag || 'Unknown'; const githubUrl = 'https://github.com/Viren070/AIOStreams'; const releasesUrl = 'https://github.com/Viren070/AIOStreams/releases'; - const stremioGuideUrl = - 'https://github.com/Viren070/AIOStreams/wiki/Stremio-Guide'; - const configGuideUrl = - 'https://github.com/Viren070/AIOStreams/wiki/Configuration-Guide'; + const stremioGuideUrl = 'https://guides.viren070.me/stremio/'; + const configGuideUrl = 'https://guides.viren070.me/stremio/addons/aiostreams'; const discordUrl = 'https://discord.viren070.me'; const donationModal = useDisclosure(false); const customizeModal = useDisclosure(false); @@ -134,46 +132,107 @@ function Content() { )} - {/* Main content: Quick Start & Guides and Changelog */} -
- -
-
- Welcome to AIOStreams!
-
- - To get started, use the sidebar to configure each section to - your preferences. When you're ready, visit the Install menu to - create your personal configuration, protected by a password. - You can then install the addon in Stremio or compatible apps. - -
-
- - To update your configuration, click configure within your app, - and you'll be prompted for the password you entered when - creating your configuration. You can then update your settings - at any time, and in most cases - you won't need to reinstall - AIOStreams! - -
- -
-
+ {/* Main content: Getting Started */} + +
+ {/* Welcome section */} +
+ Welcome to AIOStreams!
+
+ + Click the Configure button below to start customizing AIOStreams + to your preferences. You'll be guided through each section where + you can set up your configuration. Once complete, you'll create + a password-protected configuration that you can install in + Stremio or other compatible apps. + +
+
+ + Need to make changes later? Simply click configure within your + app and enter your password. You can update your settings at any + time, and in most cases - you won't need to reinstall + AIOStreams! +
- + +
+ +
+ + + + + {/* What's New section in its own row */} +