mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 15:55:54 +03:00
[PR #5] [MERGED] feat: 0.1.0 release #72
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:cloudflare📝 Commits (3)
4774fe2feat: update readme4c3ee5bfeat: use cloudflare pages and add encryption4bf342bfix: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.