[PR #87] [CLOSED] iOS updates #296

Closed
opened 2026-03-04 01:36:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/87
Author: @lts-po
Created: 10/7/2022
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • 482f318 [build] trigger ios build
  • f6038c9 [ui] update ios bundle id
  • caf653a [build] fix pods cache
  • 79c9012 [ui] try fetching version from git in ios build, fallback to package.json
  • 2272131 [build] use x.y.z for versioning docker images, default to latest
  • 4a4a17b [ui] fix pfw for mobile
  • 0af5eee [ui] sidebar on iOS
  • b14b017 [ui] device cleanup, get rid of ScrollView
  • 6a8f810 Merge branch 'dev' into ios
  • c1255be [build] verify if external ip is public, else ask to fetch from ifconfig.me

📊 Changes

13 files changed (+152 additions, -117 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+9 -1)
📝 .github/workflows/ios-build.yml (+4 -4)
📝 docker-compose-virt.yml (+10 -10)
📝 docker-compose.yml (+14 -14)
📝 frontend/ios/spr.xcodeproj/project.pbxproj (+2 -2)
📝 frontend/ios/update-version.sh (+5 -2)
📝 frontend/src/components/Devices/Device.js (+4 -4)
📝 frontend/src/components/Devices/DeviceListing.js (+38 -42)
📝 frontend/src/components/Flow/FlowCard.js (+0 -1)
📝 frontend/src/components/Flow/FlowList.js (+28 -10)
📝 frontend/src/components/Sidebar/Sidebar.js (+13 -6)
📝 frontend/src/layouts/Admin.js (+14 -12)
📝 virtual_install.sh (+11 -9)

📄 Description

No description provided


🔄 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/spr-networks/super/pull/87 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 10/7/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`482f318`](https://github.com/spr-networks/super/commit/482f31897791930c11b01b1c2b5bd48e37f115d7) [build] trigger ios build - [`f6038c9`](https://github.com/spr-networks/super/commit/f6038c990fe7a15c40aa8fc2f6658a3a5258c57b) [ui] update ios bundle id - [`caf653a`](https://github.com/spr-networks/super/commit/caf653a7ae9e0e911fbe2d2ca91f36e58416476f) [build] fix pods cache - [`79c9012`](https://github.com/spr-networks/super/commit/79c9012aa021093074cc3c5be38ececd446b8bc9) [ui] try fetching version from git in ios build, fallback to package.json - [`2272131`](https://github.com/spr-networks/super/commit/2272131e77eef7266f28d468a48f4fa4e6c3ba83) [build] use x.y.z for versioning docker images, default to latest - [`4a4a17b`](https://github.com/spr-networks/super/commit/4a4a17b9eed7db23cfa569ad2fef853271a5f4b9) [ui] fix pfw for mobile - [`0af5eee`](https://github.com/spr-networks/super/commit/0af5eee9e0a49d518f67773664527f4e1eef6d4f) [ui] sidebar on iOS - [`b14b017`](https://github.com/spr-networks/super/commit/b14b0174e07c3e43cba53ab9966fd7ee8f42cd13) [ui] device cleanup, get rid of ScrollView - [`6a8f810`](https://github.com/spr-networks/super/commit/6a8f8100f841b3452b8cc5f170ddf7f611c5d6b1) Merge branch 'dev' into ios - [`c1255be`](https://github.com/spr-networks/super/commit/c1255be7d1ed709f43ca7174a68a6dec0f644ee7) [build] verify if external ip is public, else ask to fetch from ifconfig.me ### 📊 Changes **13 files changed** (+152 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+9 -1) 📝 `.github/workflows/ios-build.yml` (+4 -4) 📝 `docker-compose-virt.yml` (+10 -10) 📝 `docker-compose.yml` (+14 -14) 📝 `frontend/ios/spr.xcodeproj/project.pbxproj` (+2 -2) 📝 `frontend/ios/update-version.sh` (+5 -2) 📝 `frontend/src/components/Devices/Device.js` (+4 -4) 📝 `frontend/src/components/Devices/DeviceListing.js` (+38 -42) 📝 `frontend/src/components/Flow/FlowCard.js` (+0 -1) 📝 `frontend/src/components/Flow/FlowList.js` (+28 -10) 📝 `frontend/src/components/Sidebar/Sidebar.js` (+13 -6) 📝 `frontend/src/layouts/Admin.js` (+14 -12) 📝 `virtual_install.sh` (+11 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#296
No description provided.