[PR #66] [MERGED] Dev #284

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/66
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

17 files changed (+399 additions, -15983 deletions)

View changed files

📝 frontend/index.js (+8 -4)
📝 frontend/ios/Podfile.lock (+2 -2)
📝 frontend/macos/Podfile.lock (+279 -260)
📝 frontend/macos/supernetworks-SPR-ui-macOS/AppDelegate.m (+3 -1)
📝 frontend/macos/supernetworks-SPR-ui.xcodeproj/project.pbxproj (+4 -2)
📝 frontend/macos/supernetworks-SPR-ui.xcworkspace/xcuserdata/po.xcuserdatad/UserInterfaceState.xcuserstate (+0 -0)
📝 frontend/package.json (+2 -1)
📝 frontend/src/App.js (+25 -20)
📝 frontend/src/components/Auth/AuthTokenList.js (+5 -1)
📝 frontend/src/index.js (+5 -12)
📝 frontend/src/layouts/Admin.js (+3 -3)
📝 frontend/src/views/Home.js (+52 -43)
📝 frontend/src/views/SystemInfo.js (+1 -1)
frontend/yarn.lock (+0 -15631)
📝 installer/run-docker-image-build.sh (+1 -0)
📝 installer/scripts/install.sh (+0 -1)
📝 superd/Dockerfile (+9 -1)

📄 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/66 **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 **17 files changed** (+399 additions, -15983 deletions) <details> <summary>View changed files</summary> 📝 `frontend/index.js` (+8 -4) 📝 `frontend/ios/Podfile.lock` (+2 -2) 📝 `frontend/macos/Podfile.lock` (+279 -260) 📝 `frontend/macos/supernetworks-SPR-ui-macOS/AppDelegate.m` (+3 -1) 📝 `frontend/macos/supernetworks-SPR-ui.xcodeproj/project.pbxproj` (+4 -2) 📝 `frontend/macos/supernetworks-SPR-ui.xcworkspace/xcuserdata/po.xcuserdatad/UserInterfaceState.xcuserstate` (+0 -0) 📝 `frontend/package.json` (+2 -1) 📝 `frontend/src/App.js` (+25 -20) 📝 `frontend/src/components/Auth/AuthTokenList.js` (+5 -1) 📝 `frontend/src/index.js` (+5 -12) 📝 `frontend/src/layouts/Admin.js` (+3 -3) 📝 `frontend/src/views/Home.js` (+52 -43) 📝 `frontend/src/views/SystemInfo.js` (+1 -1) ➖ `frontend/yarn.lock` (+0 -15631) 📝 `installer/run-docker-image-build.sh` (+1 -0) 📝 `installer/scripts/install.sh` (+0 -1) 📝 `superd/Dockerfile` (+9 -1) </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#284
No description provided.