[PR #225] [MERGED] Gstack #379

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/225
Author: @lts-po
Created: 10/26/2023
Status: Merged
Merged: 10/26/2023
Merged by: @lts-rad

Base: devHead: gstack


📝 Commits (10+)

📊 Changes

158 files changed (+15137 additions, -13968 deletions)

View changed files

📝 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 -30)
📝 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)
📝 frontend/src/__tests__/App.js (+3 -2)
📝 frontend/src/__tests__/ClientSelect.js (+4 -19)
📝 frontend/src/__tests__/DNS.js (+3 -19)
frontend/src/__tests__/DeviceList.js (+56 -0)
📝 frontend/src/__tests__/Pfw.js (+10 -20)
📝 frontend/src/__tests__/Widgets.js (+5 -19)
📝 frontend/src/__tests__/Wireguard.js (+23 -37)
📝 frontend/src/api/MockAPI.js (+157 -4)

...and 80 more files

📄 Description

  • move from native-base to gluetsack-ui
  • update to react 18 & react-native
  • replace fontawesome with lucide for icons
  • & lots of other ui-changes!

🔄 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/225 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 10/26/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **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 **158 files changed** (+15137 additions, -13968 deletions) <details> <summary>View changed files</summary> 📝 `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 -30) 📝 `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) 📝 `frontend/src/__tests__/App.js` (+3 -2) 📝 `frontend/src/__tests__/ClientSelect.js` (+4 -19) 📝 `frontend/src/__tests__/DNS.js` (+3 -19) ➕ `frontend/src/__tests__/DeviceList.js` (+56 -0) 📝 `frontend/src/__tests__/Pfw.js` (+10 -20) 📝 `frontend/src/__tests__/Widgets.js` (+5 -19) 📝 `frontend/src/__tests__/Wireguard.js` (+23 -37) 📝 `frontend/src/api/MockAPI.js` (+157 -4) _...and 80 more files_ </details> ### 📄 Description - move from native-base to gluetsack-ui - update to react 18 & react-native - replace fontawesome with lucide for icons - & lots of other ui-changes! --- <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#379
No description provided.