mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-26 00:05:50 +03:00
[GH-ISSUE #125] Vue 3 rewrite available on vue branch #64
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#64
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?
Originally created by @tkima on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/usenocturne/nocturne-ui/issues/125
Hello,
I hope this is a proper way to let you know I've rewritten nocturne-ui from scratch using Vue 3 + TypeScript + Pinia for personal use.
Simpler codebase, easy state management, most used functionality.
Branch: vue
Stack:
Vue 3 with Composition API
TypeScript
Pinia for state management
Vite 7
Try it:
git clone -b vue https://github.com/tkima/nocturne-ui.git
cd nocturne-ui
npm install
npm run dev
Works with the shared Client ID out of the box.
Have been using it trough the Raspberry pi dongle.
Known issue:
Bluetooth NAP tethering (iPhone Personal Hotspot) doesn't work reliably - iPhone disconnects after ~5 seconds before DHCP completes.
@itsnebulalol commented on GitHub (Dec 29, 2025):
We appreciate the work, but unfortunately at this time we are not using a rewrite of the UI or planning on switching from React. Hope you understand!
@tkima commented on GitHub (Dec 30, 2025):
No worries just letting you know it exists now.