mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #16] [MERGED] [core] Add "Get Started" Guide #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head: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.