[PR #79] [MERGED] Fxed critical bug on bands table when viewing on mobile #123

Closed
opened 2026-02-27 14:39:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/79
Author: @dr-dolomite
Created: 10/3/2024
Status: Merged
Merged: 10/3/2024
Merged by: @iamromulan

Base: development-SDXPINNHead: QuecManager


📝 Commits (4)

  • a9f8ae7 fixed critical bug on bands table when viewing on mobile
  • 148fb5d fixed data fetching error
  • af8aee6 added nr5g_dc on bandlocking
  • f93a4d8 fixed data fetching error

📊 Changes

14 files changed (+740 additions, -253 deletions)

View changed files

📝 www/about.html (+20 -12)
📝 www/advance-settings.html (+17 -11)
📝 www/bandlock.html (+407 -60)
📝 www/cell-locking.html (+17 -14)
📝 www/cell-scanner.html (+17 -14)
📝 www/cell-settings.html (+17 -14)
📝 www/cell-sms.html (+17 -14)
📝 www/css/custom.css (+5 -0)
📝 www/home.html (+14 -11)
📝 www/index.html (+54 -48)
www/js/band-locking.js/fetch-bands.js (+0 -0)
📝 www/js/home/main.js (+84 -53)
📝 www/js/utils/reboot.js (+2 -2)
www/js/utils/restart-connection.js (+69 -0)

📄 Description

  • Fixed carousel card being generated for each data refresh resulting in UI bug and crashing the page
  • Added bandlocking page functionality
  • Add potential fixes for bandwidth parsing error when using SA
  • Added restart connection functionality

Known bugs:
APN fetched is wrong when a custom APN was used.


🔄 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/iamromulan/quectel-rgmii-toolkit/pull/79 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 10/3/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `development-SDXPINN` ← **Head:** `QuecManager` --- ### 📝 Commits (4) - [`a9f8ae7`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/a9f8ae753bbd4dfc08bd9bee10651b9b04097704) fixed critical bug on bands table when viewing on mobile - [`148fb5d`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/148fb5df1bfa06f77a630907ee5694a7384047a1) fixed data fetching error - [`af8aee6`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/af8aee60ff950e84adf3929fc96cdf075891879f) added nr5g_dc on bandlocking - [`f93a4d8`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/f93a4d80820f1d542b3156a5136c4a9c4308e50a) fixed data fetching error ### 📊 Changes **14 files changed** (+740 additions, -253 deletions) <details> <summary>View changed files</summary> 📝 `www/about.html` (+20 -12) 📝 `www/advance-settings.html` (+17 -11) 📝 `www/bandlock.html` (+407 -60) 📝 `www/cell-locking.html` (+17 -14) 📝 `www/cell-scanner.html` (+17 -14) 📝 `www/cell-settings.html` (+17 -14) 📝 `www/cell-sms.html` (+17 -14) 📝 `www/css/custom.css` (+5 -0) 📝 `www/home.html` (+14 -11) 📝 `www/index.html` (+54 -48) ➕ `www/js/band-locking.js/fetch-bands.js` (+0 -0) 📝 `www/js/home/main.js` (+84 -53) 📝 `www/js/utils/reboot.js` (+2 -2) ➕ `www/js/utils/restart-connection.js` (+69 -0) </details> ### 📄 Description - Fixed carousel card being generated for each data refresh resulting in UI bug and crashing the page - Added bandlocking page functionality - Add potential fixes for bandwidth parsing error when using SA - Added restart connection functionality Known bugs: APN fetched is wrong when a custom APN was used. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:39:08 +03:00
Sign in to join this conversation.
No labels
pull-request
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/quectel-rgmii-toolkit#123
No description provided.