mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
Replaces the Connect Settings form at Settings > Management Access with a webcomponent containing a generated form. CodeRabbit: - **New Features** - Enhanced connection settings with an updated UI, including a new custom element `<unraid-connect-settings>`. - Introduced several new form components (e.g., `NumberField`, `StringArrayField`, `Select`, `Switch`, `PreconditionsLabel`, `ControlLayout`, and `VerticalLayout`) for a more dynamic experience. - Added a notification system with the `Toaster` component for user feedback. - New GraphQL operations for managing connection settings and API updates. - **Chores** - Upgraded multiple backend and frontend dependencies and refined configuration files. - **Tests** - Expanded test coverage for CSV conversion, form settings merging, and the new `csvStringToArray` function. - **Documentation** - Added introductory documentation for form components and a readme for the forms directory.
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
VITE_ACCOUNT=https://account.unraid.net
|
|
VITE_CONNECT=https://connect.myunraid.net
|
|
VITE_UNRAID_NET=https://unraid.net
|
|
VITE_CALLBACK_KEY=Uyv2o8e*FiQe8VeLekTqyX6Z*8XonB
|
|
# Keep console logs until components are stabilized
|
|
VITE_ALLOW_CONSOLE_LOGS=true
|