kvm/ui
Adam Shiervani e4bb4f288c
feat(cloud): Add support for custom cloud app URL configuration (#207)
* feat(cloud): Add support for custom cloud app URL configuration

- Extend CloudState and Config to include CloudAppURL
- Update RPC methods to handle both API and app URLs
- Modify cloud adoption and settings routes to support custom app URLs
- Remove hardcoded cloud app URL environment file
- Simplify cloud URL configuration in UI

* fix(cloud): Improve cloud URL configuration and adoption flow

- Update error handling in cloud URL configuration RPC method
- Modify cloud adoption route to support dynamic cloud URLs
- Remove hardcoded default cloud URLs in device access settings
- Refactor cloud adoption click handler to be more flexible

* refactor(cloud): Simplify cloud URL configuration RPC method

- Update rpcSetCloudUrl to return only an error
- Remove unnecessary boolean return value
- Improve error handling consistency

* refactor(ui): Simplify cloud provider configuration and URL handling
2025-02-28 13:48:52 +01:00
..
public Release 202412292127 2024-12-29 21:27:42 +01:00
src feat(cloud): Add support for custom cloud app URL configuration (#207) 2025-02-28 13:48:52 +01:00
.env.cloud-development feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
.env.cloud-production feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
.env.cloud-staging feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
.eslintrc.cjs Release 202412292127 2024-12-29 21:27:42 +01:00
.gitignore Release 202412292127 2024-12-29 21:27:42 +01:00
.prettierrc Release 202412292127 2024-12-29 21:27:42 +01:00
dev_device.sh feat(dev): use npx and update dev_device.sh to accept IP address as a command-line argument (#169) 2025-02-18 17:22:35 +01:00
index.html feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
package-lock.json feat(ui): Add feature flag system (#208) 2025-02-28 12:49:55 +01:00
package.json feat(ui): Add feature flag system (#208) 2025-02-28 12:49:55 +01:00
postcss.config.js Release 202412292127 2024-12-29 21:27:42 +01:00
tailwind.config.js Release 202412292127 2024-12-29 21:27:42 +01:00
tsconfig.json Release 202412292127 2024-12-29 21:27:42 +01:00
tsconfig.node.json Release 202412292127 2024-12-29 21:27:42 +01:00
vite-env.d.ts Release 202412292127 2024-12-29 21:27:42 +01:00
vite.config.ts feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00