mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 22:40:32 +01:00
[PR #94] [MERGED] iOS app release (TestFlight) (minimal mobile app that can read/write user's notes) #32
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/linsa-io/linsa/pull/94
Author: @nikivdev
Created: 1/15/2024
Status: ✅ Merged
Merged: 3/17/2024
Merged by: @nikivdev
Base:
dev← Head:feature/gh-108-ios-app-release-testflight-minimal-mobile-app-that-can📝 Commits (10+)
2d4028a.24bdb26.a4c52f6.1facffbtrying swiftui416987a.4096317moved to App_Resources20efb33.4530ae8.52d5683chore: cleanup76baa68Merge remote-tracking branch 'upstream/dev' into feature/gh-108-ios-app-release-testflight-minimal-mobile-app-that-can📊 Changes
28 files changed (+546 additions, -82 deletions)
View changed files
➕
mobile/.prettierignore(+6 -0)➕
mobile/.prettierrc(+41 -0)📝
mobile/App_Resources/Android/app.gradle(+3 -3)📝
mobile/App_Resources/iOS/Podfile(+4 -3)📝
mobile/App_Resources/iOS/build.xcconfig(+1 -1)➕
mobile/App_Resources/iOS/src/TestView.swift(+88 -0)➕
mobile/App_Resources/iOS/src/TestViewProvider.swift(+25 -0)➕
mobile/app/Global/global.tsx(+36 -0)➕
mobile/app/Pages/Home.tsx(+48 -0)➕
mobile/app/Pages/Note.tsx(+16 -0)➕
mobile/app/Pages/Settings.tsx(+51 -0)➕
mobile/app/Pages/SettingsMember.tsx(+9 -0)➕
mobile/app/Pages/SettingsPreference.tsx(+9 -0)➕
mobile/app/Pages/SettingsProfile.tsx(+9 -0)➕
mobile/app/Utils/Device.util.ts(+11 -0)➖
mobile/app/app.ts(+0 -14)📝
mobile/app/app.tsx(+47 -39)➕
mobile/app/index.ts(+13 -0)➕
mobile/app/router.ts(+21 -0)➕
mobile/custom_types/TestViewProvider.d.ts(+10 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.