[PR #16] [MERGED] [core] Add "Get Started" Guide #23

Closed
opened 2025-10-31 16:55:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/16
Author: @ricoberger
Created: 10/2/2023
Status: Merged
Merged: 10/2/2023
Merged by: @ricoberger

Base: mainHead: core-add-get-started-guide


📝 Commits (1)

  • 9f7dafc [core] Add "Get Started" Guide

📊 Changes

34 files changed (+897 additions, -0 deletions)

View changed files

📝 app/lib/widgets/settings/settings_info.dart (+19 -0)
landing/app/get-started/desktop/page.tsx (+405 -0)
landing/app/get-started/mobile/page.tsx (+412 -0)
landing/components/getstartedentry.tsx (+61 -0)
landing/public/get-started/desktop/1-1.webp (+0 -0)
landing/public/get-started/desktop/1-2.webp (+0 -0)
landing/public/get-started/desktop/1-3.webp (+0 -0)
landing/public/get-started/desktop/2-1.webp (+0 -0)
landing/public/get-started/desktop/2-2.webp (+0 -0)
landing/public/get-started/desktop/3-1.webp (+0 -0)
landing/public/get-started/desktop/4-1.webp (+0 -0)
landing/public/get-started/desktop/4-2.webp (+0 -0)
landing/public/get-started/desktop/4-3.webp (+0 -0)
landing/public/get-started/desktop/5-1.webp (+0 -0)
landing/public/get-started/desktop/6-1.webp (+0 -0)
landing/public/get-started/desktop/7-1.webp (+0 -0)
landing/public/get-started/desktop/7-2.webp (+0 -0)
landing/public/get-started/desktop/8-1.webp (+0 -0)
landing/public/get-started/desktop/8-2.webp (+0 -0)
landing/public/get-started/mobile/1-1.webp (+0 -0)

...and 14 more files

📄 Description

This commit adds a "Get Started" guide for the mobile and desktop version of FeedDeck. The guide describes the basic concepts and settings of the app to make it easier to get started with the FeedDeck.

This is also used for the review process in the different app stores to make it easier to get the app approved.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/16 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-get-started-guide` --- ### 📝 Commits (1) - [`9f7dafc`](https://github.com/feeddeck/feeddeck/commit/9f7dafcb1e6c6aa599d8a997197636af379d6c7c) [core] Add "Get Started" Guide ### 📊 Changes **34 files changed** (+897 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/settings/settings_info.dart` (+19 -0) ➕ `landing/app/get-started/desktop/page.tsx` (+405 -0) ➕ `landing/app/get-started/mobile/page.tsx` (+412 -0) ➕ `landing/components/getstartedentry.tsx` (+61 -0) ➕ `landing/public/get-started/desktop/1-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/1-2.webp` (+0 -0) ➕ `landing/public/get-started/desktop/1-3.webp` (+0 -0) ➕ `landing/public/get-started/desktop/2-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/2-2.webp` (+0 -0) ➕ `landing/public/get-started/desktop/3-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/4-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/4-2.webp` (+0 -0) ➕ `landing/public/get-started/desktop/4-3.webp` (+0 -0) ➕ `landing/public/get-started/desktop/5-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/6-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/7-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/7-2.webp` (+0 -0) ➕ `landing/public/get-started/desktop/8-1.webp` (+0 -0) ➕ `landing/public/get-started/desktop/8-2.webp` (+0 -0) ➕ `landing/public/get-started/mobile/1-1.webp` (+0 -0) _...and 14 more files_ </details> ### 📄 Description This commit adds a "Get Started" guide for the mobile and desktop version of FeedDeck. The guide describes the basic concepts and settings of the app to make it easier to get started with the FeedDeck. This is also used for the review process in the different app stores to make it easier to get the app approved. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#23