Marc Brooks
|
9a4d061034
|
Localize the client/browser UI with inlang paraglide-js (#864)
|
2025-10-23 14:27:29 +02:00 |
Aveline
|
c775979ccb
|
feat: refactoring network stack (#878)
Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
|
2025-10-15 18:32:58 +02:00 |
Marc Brooks
|
80a8b9e9e3
|
feat: Adds IPv6 disabling feature (#803)
* Allow disabling IPv6
Simply ignores any IPv6 addresses in the lease and doesn't offer them to the RPC
Also fixed display issue for IPv6 link local address.
Fixes https://github.com/orgs/jetkvm/projects/7/views/1?pane=issue&itemId=122761546&issue=jetkvm%7Ckvm%7C685
* Don't listen on disabled addresses in mDNS or web server.
* We have to set the IPv4 and IPv6 modes on the server.
|
2025-09-16 12:44:56 +02:00 |
Adam Shiervani
|
222a8470a5
|
refactor: network settings UI (#486)
* feat(ui): update prettier configuration and quote styles
- Add cx to tailwind functions
- Set tailwind stylesheet path
- Convert single quotes to double quotes in CSS
- Add prettier ignore comments for animation utilities
* refactor(ui): extract network information into separate components
- Create DhcpLeaseCard component
- Create Ipv6NetworkCard component
* style(ui): refine component styling and layout
- Add padding to AutoHeight component
- Improve lifetime label display format
- Enhance network information card layouts
* style(ui): enhance checkbox and radio button styling
- Update Checkbox component to use form-checkbox class
- Refactor radio button classes for consistency across components
* style(ui): Add opacity for fade-in animations
* refactor(ui): enhance Modal and network settings components
- Add stable scrollbar gutter to Modal component
- Refactor custom domain input handling and layout adjustments
|
2025-05-20 15:22:08 +02:00 |