[PR #5] [MERGED] feat: 0.1.0 release #72

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

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/5
Author: @brandonsaldan
Created: 11/9/2024
Status: Merged
Merged: 11/9/2024
Merged by: @brandonsaldan

Base: mainHead: cloudflare


📝 Commits (3)

  • 4774fe2 feat: update readme
  • 4c3ee5b feat: use cloudflare pages and add encryption
  • 4bf342b fix: use experimental-edge

📊 Changes

24 files changed (+1194 additions, -185 deletions)

View changed files

.env.example (+15 -0)
📝 .gitignore (+49 -3)
📝 README.md (+332 -1)
📝 bun.lockb (+0 -0)
📝 next.config.mjs (+5 -1)
📝 package.json (+3 -2)
📝 src/components/AuthSelection.jsx (+5 -15)
src/lib/cryptoUtils.js (+77 -0)
📝 src/lib/supabaseClient.js (+13 -8)
📝 src/pages/_app.jsx (+46 -23)
📝 src/pages/api/device-stats.js (+34 -8)
📝 src/pages/api/lyrics.js (+49 -22)
📝 src/pages/api/refresh-token.js (+92 -32)
📝 src/pages/api/token.js (+128 -34)
📝 src/pages/api/validate-credentials.js (+62 -23)
📝 src/pages/now-playing.jsx (+12 -12)
src/workers/keyRotation.js (+23 -0)
workers/key-rotation/.gitignore (+169 -0)
workers/key-rotation/README.md (+15 -0)
workers/key-rotation/bun.lockb (+0 -0)

...and 4 more files

📄 Description

  • moved to cloudflare pages
  • added client secret encryption
  • bug fixes

🔄 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/5 **Author:** [@brandonsaldan](https://github.com/brandonsaldan) **Created:** 11/9/2024 **Status:** ✅ Merged **Merged:** 11/9/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `main` ← **Head:** `cloudflare` --- ### 📝 Commits (3) - [`4774fe2`](https://github.com/usenocturne/nocturne-ui/commit/4774fe27bd8f60cd6217a865f7f1c8813146e61e) feat: update readme - [`4c3ee5b`](https://github.com/usenocturne/nocturne-ui/commit/4c3ee5b2f7668be221439bdee672498e77d5a3a2) feat: use cloudflare pages and add encryption - [`4bf342b`](https://github.com/usenocturne/nocturne-ui/commit/4bf342b5f9c199f973641df063b9edf6109fd244) fix: use experimental-edge ### 📊 Changes **24 files changed** (+1194 additions, -185 deletions) <details> <summary>View changed files</summary> ➕ `.env.example` (+15 -0) 📝 `.gitignore` (+49 -3) 📝 `README.md` (+332 -1) 📝 `bun.lockb` (+0 -0) 📝 `next.config.mjs` (+5 -1) 📝 `package.json` (+3 -2) 📝 `src/components/AuthSelection.jsx` (+5 -15) ➕ `src/lib/cryptoUtils.js` (+77 -0) 📝 `src/lib/supabaseClient.js` (+13 -8) 📝 `src/pages/_app.jsx` (+46 -23) 📝 `src/pages/api/device-stats.js` (+34 -8) 📝 `src/pages/api/lyrics.js` (+49 -22) 📝 `src/pages/api/refresh-token.js` (+92 -32) 📝 `src/pages/api/token.js` (+128 -34) 📝 `src/pages/api/validate-credentials.js` (+62 -23) 📝 `src/pages/now-playing.jsx` (+12 -12) ➕ `src/workers/keyRotation.js` (+23 -0) ➕ `workers/key-rotation/.gitignore` (+169 -0) ➕ `workers/key-rotation/README.md` (+15 -0) ➕ `workers/key-rotation/bun.lockb` (+0 -0) _...and 4 more files_ </details> ### 📄 Description - moved to cloudflare pages - added client secret encryption - bug fixes --- <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: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/nocturne-ui#72
No description provided.