[PR #68] [MERGED] Bug Fixes #287

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • 42b51e5 [ui] flexwrap instead of truncate to show blocklists on mobile
  • 722ec52 [ui] add pod-install for ios build with github actions
  • 8f6789a [ui] avoid autoFocus on device name
  • d80dcd4 [ui] height fix on mobile
  • f71f47c [ui] height fix on mobile
  • 7065fb9 [ui] fix new scroll in app
  • bd6b74c [ui] fix scroll on list for mobile view
  • e65297b [ui] build and sign
  • c830b44 [build] add ios build workflow
  • 1f8e6d3 [ui] manual signing

📊 Changes

12 files changed (+130 additions, -78 deletions)

View changed files

📝 api/code/api.go (+6 -1)
📝 api/code/firewall.go (+30 -7)
📝 base/scripts/startup.sh (+3 -1)
📝 docker-compose-virt.yml (+2 -0)
📝 docker-compose.yml (+2 -0)
📝 frontend/ios/spr.xcodeproj/project.pbxproj (+6 -3)
📝 frontend/package.json (+2 -0)
📝 frontend/src/components/DNS/DNSBlocklist.js (+3 -3)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+67 -61)
📝 frontend/src/components/Devices/Device.js (+1 -0)
📝 frontend/src/components/Devices/DeviceListing.js (+3 -2)
📝 frontend/yarn.lock (+5 -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/68 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 9/16/2022 **Status:** ✅ Merged **Merged:** 9/16/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`42b51e5`](https://github.com/spr-networks/super/commit/42b51e51f36ea69fa856a188a48eccb49e7f95c5) [ui] flexwrap instead of truncate to show blocklists on mobile - [`722ec52`](https://github.com/spr-networks/super/commit/722ec523070863454feda01efc89031199e32604) [ui] add pod-install for ios build with github actions - [`8f6789a`](https://github.com/spr-networks/super/commit/8f6789a93f642dfd828681457063e4848e14c3af) [ui] avoid autoFocus on device name - [`d80dcd4`](https://github.com/spr-networks/super/commit/d80dcd48220aa104ae164eb21fd8181c58b0a23f) [ui] height fix on mobile - [`f71f47c`](https://github.com/spr-networks/super/commit/f71f47c9989ec93d3cb395e972c21c68814bc207) [ui] height fix on mobile - [`7065fb9`](https://github.com/spr-networks/super/commit/7065fb9bed72c528e47b7c08bc18e5d3d42fcc96) [ui] fix new scroll in app - [`bd6b74c`](https://github.com/spr-networks/super/commit/bd6b74c3f15fcbc0b8ebfc85e5997c1c3504f184) [ui] fix scroll on list for mobile view - [`e65297b`](https://github.com/spr-networks/super/commit/e65297b7605ad9126b8f7932a136eb08527c3c2a) [ui] build and sign - [`c830b44`](https://github.com/spr-networks/super/commit/c830b44236cd6900bd8aaf82b7c2a5522d832c05) [build] add ios build workflow - [`1f8e6d3`](https://github.com/spr-networks/super/commit/1f8e6d3e81108856b4f2342a92efc88249149e42) [ui] manual signing ### 📊 Changes **12 files changed** (+130 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+6 -1) 📝 `api/code/firewall.go` (+30 -7) 📝 `base/scripts/startup.sh` (+3 -1) 📝 `docker-compose-virt.yml` (+2 -0) 📝 `docker-compose.yml` (+2 -0) 📝 `frontend/ios/spr.xcodeproj/project.pbxproj` (+6 -3) 📝 `frontend/package.json` (+2 -0) 📝 `frontend/src/components/DNS/DNSBlocklist.js` (+3 -3) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+67 -61) 📝 `frontend/src/components/Devices/Device.js` (+1 -0) 📝 `frontend/src/components/Devices/DeviceListing.js` (+3 -2) 📝 `frontend/yarn.lock` (+5 -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:06 +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#287
No description provided.