[PR #65] [MERGED] Dev #281

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/65
Author: @lts-rad
Created: 9/14/2022
Status: Merged
Merged: 9/14/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • f08de8e [ui] fix issue #59 - add device fab covers device menu
  • f48ce78 [ui] add support for fetching error msg from api to alert
  • 15bfa14 [ui] fix for #45 - show alert if there is a pending device
  • c7dcdd6 [ui] default iface value for select
  • 29a7ee5 [ui] smaller fixes for ui in mobile
  • 74c5f76 [ui] smaller fixes for ui in mobile
  • 491c5dc [ui] build version
  • 7bc85ca [ui] ios height
  • 82d9af2 [ui] update react-native to latest version
  • 14a886f [ui] revert - wait for native-base update

📊 Changes

10 files changed (+1428 additions, -593 deletions)

View changed files

📝 .github/workflows/test-ui.yml (+2 -2)
📝 api/code/firewall.go (+3 -2)
📝 frontend/Dockerfile (+1 -1)
📝 frontend/ios/spr.xcodeproj/project.pbxproj (+2 -2)
📝 frontend/package.json (+3 -3)
📝 frontend/src/layouts/Admin.js (+1 -1)
📝 frontend/yarn.lock (+1389 -577)
📝 multicast_udp_proxy/Dockerfile (+2 -5)
multicast_udp_proxy/code/go.mod (+11 -0)
multicast_udp_proxy/code/go.sum (+14 -0)

📄 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/65 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 9/14/2022 **Status:** ✅ Merged **Merged:** 9/14/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f08de8e`](https://github.com/spr-networks/super/commit/f08de8e884156620151d02276dddc487fab1205e) [ui] fix issue #59 - add device fab covers device menu - [`f48ce78`](https://github.com/spr-networks/super/commit/f48ce78c854bcabb40c5399d4c8037eec5ccc771) [ui] add support for fetching error msg from api to alert - [`15bfa14`](https://github.com/spr-networks/super/commit/15bfa142967548920d250de7aa914a8a04bfb70b) [ui] fix for #45 - show alert if there is a pending device - [`c7dcdd6`](https://github.com/spr-networks/super/commit/c7dcdd657f669e427b7a9e7944eaf1819ef2538c) [ui] default iface value for select - [`29a7ee5`](https://github.com/spr-networks/super/commit/29a7ee551a4a057ba5f7be529de4d71bd6bf95fa) [ui] smaller fixes for ui in mobile - [`74c5f76`](https://github.com/spr-networks/super/commit/74c5f7608d76299b64559b7e45ba0acb70ab6fe8) [ui] smaller fixes for ui in mobile - [`491c5dc`](https://github.com/spr-networks/super/commit/491c5dc2ce71e5478ef15970bfc6d844c3815a02) [ui] build version - [`7bc85ca`](https://github.com/spr-networks/super/commit/7bc85cac9709ffe17ebf21031af566ec88ab5a94) [ui] ios height - [`82d9af2`](https://github.com/spr-networks/super/commit/82d9af2db24d512ad5e034a5f9cb9597a0addeea) [ui] update react-native to latest version - [`14a886f`](https://github.com/spr-networks/super/commit/14a886f78d2e9c45cb18972f941395dd662e6d10) [ui] revert - wait for native-base update ### 📊 Changes **10 files changed** (+1428 additions, -593 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-ui.yml` (+2 -2) 📝 `api/code/firewall.go` (+3 -2) 📝 `frontend/Dockerfile` (+1 -1) 📝 `frontend/ios/spr.xcodeproj/project.pbxproj` (+2 -2) 📝 `frontend/package.json` (+3 -3) 📝 `frontend/src/layouts/Admin.js` (+1 -1) 📝 `frontend/yarn.lock` (+1389 -577) 📝 `multicast_udp_proxy/Dockerfile` (+2 -5) ➕ `multicast_udp_proxy/code/go.mod` (+11 -0) ➕ `multicast_udp_proxy/code/go.sum` (+14 -0) </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:04 +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#281
No description provided.