[PR #43] [MERGED] [core] Fix Status Bar for iOS #48

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

📋 Pull Request Information

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

Base: mainHead: core-fix-status-bar-for-ios


📝 Commits (1)

  • f407610 [core] Fix Status Bar for iOS

📊 Changes

4 files changed (+86 additions, -90 deletions)

View changed files

📝 CONTRIBUTING.md (+8 -24)
📝 app/ios/Podfile.lock (+6 -0)
📝 app/ios/Runner/Info.plist (+66 -66)
📝 app/macos/Podfile.lock (+6 -0)

📄 Description

The status bar wasn't visible on iOS when the application was launched. This is now fixed so that a user can still see the current time, battery life, etc. when the application is running.

This commit also updates the Podfile for iOS and macOS, which was not done within #42, so that some dependencies were missing.


🔄 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/43 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/22/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-fix-status-bar-for-ios` --- ### 📝 Commits (1) - [`f407610`](https://github.com/feeddeck/feeddeck/commit/f407610b6c429f3be71c78cbe472763cf43fa84e) [core] Fix Status Bar for iOS ### 📊 Changes **4 files changed** (+86 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+8 -24) 📝 `app/ios/Podfile.lock` (+6 -0) 📝 `app/ios/Runner/Info.plist` (+66 -66) 📝 `app/macos/Podfile.lock` (+6 -0) </details> ### 📄 Description The status bar wasn't visible on iOS when the application was launched. This is now fixed so that a user can still see the current time, battery life, etc. when the application is running. This commit also updates the Podfile for iOS and macOS, which was not done within #42, so that some dependencies were missing. <!-- 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:56:19 -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#48