[PR #229] [MERGED] gluestack-ui #378

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/229
Author: @lts-po
Created: 11/3/2023
Status: Merged
Merged: 11/3/2023
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 6e77b3a [ui] fix mdns name form on mobile
  • d9bb93e [ui] click logo for home
  • 90d73c7 [ui] increase width for menu items
  • e2e63bd [ui] update mobile view, more generic lists, buttons and text for forms
  • 1e62df3 [ui] Fix wireguard endpoint assignment when null
  • 97be632 [api] [multicast_udp_proxy] Add additional support for iface mappings and multicast tags
  • b6ef801 [api] Dont populate downlink routes for entries with a PSK set
  • 32bdd7b [dyndns] Move dyndns to be a true built-in plugin, which starts off by default until enabled
  • f60188e [ui] padding on desktop
  • dfe1499 [ui] Add support for updating tags on multicast ports

📊 Changes

181 files changed (+16383 additions, -14237 deletions)

View changed files

📝 .github/workflows/ios-build.yml (+4 -3)
📝 api/code/dhcp.go (+7 -6)
📝 api/code/interfaces.go (+8 -2)
📝 api/code/plugins.go (+12 -1)
📝 api/code/uplink.go (+1 -1)
📝 api_sample_plugin/Dockerfile (+1 -1)
api_sample_plugin/docker-compose.yml (+23 -0)
📝 db/code/go.mod (+2 -2)
📝 db/code/go.sum (+4 -0)
📝 frontend/ios/Podfile (+22 -1)
📝 frontend/ios/Podfile.lock (+480 -322)
📝 frontend/ios/spr.xcodeproj/project.pbxproj (+38 -8)
📝 frontend/ios/spr/AppDelegate.mm (+3 -3)
📝 frontend/ios/spr/Info.plist (+4 -0)
📝 frontend/ios/update-version.sh (+6 -0)
📝 frontend/package.json (+38 -29)
📝 frontend/src/App.js (+24 -9)
📝 frontend/src/App.web.js (+21 -15)
📝 frontend/src/AppContext.js (+1 -3)
frontend/src/FontAwesomeUtils.js (+0 -480)

...and 80 more files

📄 Description

move from native base to gluestack-ui, lots of ui fixes & improvements


🔄 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/229 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 11/3/2023 **Status:** ✅ Merged **Merged:** 11/3/2023 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6e77b3a`](https://github.com/spr-networks/super/commit/6e77b3ac2952ce654b38a830ec476cecf2e3fb74) [ui] fix mdns name form on mobile - [`d9bb93e`](https://github.com/spr-networks/super/commit/d9bb93e42613f1b0c4f501969fb1f318016292da) [ui] click logo for home - [`90d73c7`](https://github.com/spr-networks/super/commit/90d73c7e764198773fb3f846bfa58474924f870d) [ui] increase width for menu items - [`e2e63bd`](https://github.com/spr-networks/super/commit/e2e63bda67480a3585d3fd8edb1bd8c153aa30ea) [ui] update mobile view, more generic lists, buttons and text for forms - [`1e62df3`](https://github.com/spr-networks/super/commit/1e62df335f07bd7f83a77c727a24ab5c75d07ea2) [ui] Fix wireguard endpoint assignment when null - [`97be632`](https://github.com/spr-networks/super/commit/97be63270ee5a948789eca209b14b07cbac162eb) [api] [multicast_udp_proxy] Add additional support for iface mappings and multicast tags - [`b6ef801`](https://github.com/spr-networks/super/commit/b6ef80118c31dbb93cc2cd8e0a8cd2985c907dbe) [api] Dont populate downlink routes for entries with a PSK set - [`32bdd7b`](https://github.com/spr-networks/super/commit/32bdd7b22a15fb7027aa8fcabe0e428d3dc89c62) [dyndns] Move dyndns to be a true built-in plugin, which starts off by default until enabled - [`f60188e`](https://github.com/spr-networks/super/commit/f60188e37767e4a885196e59453d96e23ba6c7b3) [ui] padding on desktop - [`dfe1499`](https://github.com/spr-networks/super/commit/dfe1499d2ef5bb49d67ed2d3516e83966704b430) [ui] Add support for updating tags on multicast ports ### 📊 Changes **181 files changed** (+16383 additions, -14237 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ios-build.yml` (+4 -3) 📝 `api/code/dhcp.go` (+7 -6) 📝 `api/code/interfaces.go` (+8 -2) 📝 `api/code/plugins.go` (+12 -1) 📝 `api/code/uplink.go` (+1 -1) 📝 `api_sample_plugin/Dockerfile` (+1 -1) ➕ `api_sample_plugin/docker-compose.yml` (+23 -0) 📝 `db/code/go.mod` (+2 -2) 📝 `db/code/go.sum` (+4 -0) 📝 `frontend/ios/Podfile` (+22 -1) 📝 `frontend/ios/Podfile.lock` (+480 -322) 📝 `frontend/ios/spr.xcodeproj/project.pbxproj` (+38 -8) 📝 `frontend/ios/spr/AppDelegate.mm` (+3 -3) 📝 `frontend/ios/spr/Info.plist` (+4 -0) 📝 `frontend/ios/update-version.sh` (+6 -0) 📝 `frontend/package.json` (+38 -29) 📝 `frontend/src/App.js` (+24 -9) 📝 `frontend/src/App.web.js` (+21 -15) 📝 `frontend/src/AppContext.js` (+1 -3) ➖ `frontend/src/FontAwesomeUtils.js` (+0 -480) _...and 80 more files_ </details> ### 📄 Description move from native base to gluestack-ui, lots of ui fixes & improvements --- <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#378
No description provided.