[PR #8] [MERGED] [core] Add Info Section to Settings #17

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/8
Author: @ricoberger
Created: 9/15/2023
Status: Merged
Merged: 9/15/2023
Merged by: @ricoberger

Base: mainHead: core-add-info-section-to-settings


📝 Commits (1)

  • 28393a6 [core] Add Info Section to Settings

📊 Changes

7 files changed (+192 additions, -2 deletions)

View changed files

📝 app/lib/widgets/settings/profile/settings_profile.dart (+3 -0)
📝 app/lib/widgets/settings/settings.dart (+5 -0)
app/lib/widgets/settings/settings_info.dart (+163 -0)
📝 app/lib/widgets/settings/settings_payment_banner.dart (+2 -2)
📝 app/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -0)
📝 app/pubspec.lock (+16 -0)
📝 app/pubspec.yaml (+1 -0)

📄 Description

The settings page now contains an info section, which is used to show the current app version via the "package_info_plus" package, the link to our website, the link to our GitHub repository and the link to our X account.


🔄 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/8 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/15/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-info-section-to-settings` --- ### 📝 Commits (1) - [`28393a6`](https://github.com/feeddeck/feeddeck/commit/28393a64083f3db0dd41a946006fc9617e4f8a88) [core] Add Info Section to Settings ### 📊 Changes **7 files changed** (+192 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/settings/profile/settings_profile.dart` (+3 -0) 📝 `app/lib/widgets/settings/settings.dart` (+5 -0) ➕ `app/lib/widgets/settings/settings_info.dart` (+163 -0) 📝 `app/lib/widgets/settings/settings_payment_banner.dart` (+2 -2) 📝 `app/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -0) 📝 `app/pubspec.lock` (+16 -0) 📝 `app/pubspec.yaml` (+1 -0) </details> ### 📄 Description The settings page now contains an info section, which is used to show the current app version via the "package_info_plus" package, the link to our website, the link to our GitHub repository and the link to our X account. --- <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:43 -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#17