[PR #224] [CLOSED] Gstack #377

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/224
Author: @lts-po
Created: 10/26/2023
Status: Closed

Base: devHead: gstack


📝 Commits (10+)

📊 Changes

175 files changed (+15509 additions, -13857 deletions)

View changed files

📝 api/Dockerfile (+1 -1)
📝 api/code/api.go (+70 -32)
📝 api/code/firewall.go (+71 -4)
📝 api/code/plugins.go (+16 -1)
📝 base/scripts/nft_rules.sh (+0 -6)
base/template_configs/base/firewall.json (+35 -0)
📝 build_docker_compose.sh (+1 -1)
📝 dyndns/docker-compose.yml (+2 -2)
📝 frontend/ios/Podfile (+1 -1)
📝 frontend/ios/Podfile.lock (+480 -322)
📝 frontend/ios/spr.xcodeproj/project.pbxproj (+27 -8)
📝 frontend/ios/spr/AppDelegate.mm (+3 -3)
📝 frontend/package.json (+36 -28)
📝 frontend/src/App.js (+34 -26)
📝 frontend/src/App.web.js (+21 -15)
frontend/src/FontAwesomeUtils.js (+0 -480)
frontend/src/IconUtils.js (+491 -0)
📝 frontend/src/Notifications.ios.js (+2 -2)
📝 frontend/src/Theme.js (+0 -13)
📝 frontend/src/__tests__/API.js (+8 -6)

...and 80 more files

📄 Description

100% move from native-base to gluestack-ui


🔄 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/224 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 10/26/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `gstack` --- ### 📝 Commits (10+) - [`cca15cf`](https://github.com/spr-networks/super/commit/cca15cfd0ab1e2e6edcda7bb9f7ed9116889ac1a) [ui] fix for mobile - [`a413f35`](https://github.com/spr-networks/super/commit/a413f355f8f56aa1a76041ae1b1e900484101f91) [ui] add gluestack-ui - [`0293e83`](https://github.com/spr-networks/super/commit/0293e83ab44359b9a47e8bec95ab4c477f81bae5) [ui] use gluestack in app, layouts, views - [`b31ab97`](https://github.com/spr-networks/super/commit/b31ab9706afde69ae477af1f46ac760a879b5446) [ui] use gluestack in app, layouts, views - [`9ea4686`](https://github.com/spr-networks/super/commit/9ea46865ea14c634100e80a29965dbf5588a1353) [ui] use gluestack - [`537e1c5`](https://github.com/spr-networks/super/commit/537e1c563d9a3831c43b51d34422140d2862e6b5) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`d4fe116`](https://github.com/spr-networks/super/commit/d4fe116f94f180cc81360b4d2fbc810bf329b3c0) Merge branch 'dev' into gstack - [`5c1a22c`](https://github.com/spr-networks/super/commit/5c1a22c004c62a7eef47ed4acf69630ada1aab38) [ui] lucide for icons - [`a16d7af`](https://github.com/spr-networks/super/commit/a16d7afdd55172c1be6643e9e13364058131e616) [ui] use gstack - [`26b4e3d`](https://github.com/spr-networks/super/commit/26b4e3d64d1849d89f4b7ffc866792d9313da6f1) [ui] use gstack ### 📊 Changes **175 files changed** (+15509 additions, -13857 deletions) <details> <summary>View changed files</summary> 📝 `api/Dockerfile` (+1 -1) 📝 `api/code/api.go` (+70 -32) 📝 `api/code/firewall.go` (+71 -4) 📝 `api/code/plugins.go` (+16 -1) 📝 `base/scripts/nft_rules.sh` (+0 -6) ➕ `base/template_configs/base/firewall.json` (+35 -0) 📝 `build_docker_compose.sh` (+1 -1) 📝 `dyndns/docker-compose.yml` (+2 -2) 📝 `frontend/ios/Podfile` (+1 -1) 📝 `frontend/ios/Podfile.lock` (+480 -322) 📝 `frontend/ios/spr.xcodeproj/project.pbxproj` (+27 -8) 📝 `frontend/ios/spr/AppDelegate.mm` (+3 -3) 📝 `frontend/package.json` (+36 -28) 📝 `frontend/src/App.js` (+34 -26) 📝 `frontend/src/App.web.js` (+21 -15) ➖ `frontend/src/FontAwesomeUtils.js` (+0 -480) ➕ `frontend/src/IconUtils.js` (+491 -0) 📝 `frontend/src/Notifications.ios.js` (+2 -2) 📝 `frontend/src/Theme.js` (+0 -13) 📝 `frontend/src/__tests__/API.js` (+8 -6) _...and 80 more files_ </details> ### 📄 Description 100% move from native-base to gluestack-ui --- <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:33 +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#377
No description provided.