[PR #80] [MERGED] fix network check (for real this time) #115

Closed
opened 2026-02-28 15:42:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/80
Author: @68p
Created: 1/21/2025
Status: Merged
Merged: 1/21/2025
Merged by: @brandonsaldan

Base: mainHead: attempt-2


📝 Commits (3)

  • 367141d fix(network): currently working files
  • 55f90c7 fix(network): actually fix network
  • 7a3ab41 fix(auth): auto login after setting up bluetooth network

📊 Changes

3 files changed (+52 additions, -47 deletions)

View changed files

📝 src/components/auth/AuthSelection.jsx (+17 -6)
📝 src/lib/networkChecker.js (+20 -27)
📝 src/pages/_app.jsx (+15 -14)

📄 Description

changes:

  • uses OPTIONS instead of GET request on devices endpoint, fixes network check failing if access token is expired
  • bluetooth networking works now, instead of it failing the network checks all the time
  • loads straight into nocturne ui if network check passes and stored credentials are available

issues:

  • not that I know of

🔄 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/usenocturne/nocturne-ui/pull/80 **Author:** [@68p](https://github.com/68p) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `main` ← **Head:** `attempt-2` --- ### 📝 Commits (3) - [`367141d`](https://github.com/usenocturne/nocturne-ui/commit/367141d57ab456d601dbd96347d1a2400dff901d) fix(network): currently working files - [`55f90c7`](https://github.com/usenocturne/nocturne-ui/commit/55f90c751bb4f888017c7122ef787d70ac2a54d9) fix(network): actually fix network - [`7a3ab41`](https://github.com/usenocturne/nocturne-ui/commit/7a3ab41c2c720e9c60cc041a3b641cb9481f0e25) fix(auth): auto login after setting up bluetooth network ### 📊 Changes **3 files changed** (+52 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `src/components/auth/AuthSelection.jsx` (+17 -6) 📝 `src/lib/networkChecker.js` (+20 -27) 📝 `src/pages/_app.jsx` (+15 -14) </details> ### 📄 Description changes: - uses OPTIONS instead of GET request on devices endpoint, fixes network check failing if access token is expired - bluetooth networking works now, instead of it failing the network checks all the time - loads straight into nocturne ui if network check passes and stored credentials are available issues: - not that I know of --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:42:13 +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/nocturne-ui#115
No description provided.