Files
manage/frontend/.pi-map.index.md
T
Developer 3d331e4c72 Make service connection config editable on service page
The service detail page showed non-secret connection config (base_url,
user_id, username, timeout_seconds) as read-only. Render schema-driven
editable inputs (reusing the create-dialog pattern) with a draftConfig
state hydrated from the instance, and unify the save button to persist
both config and secrets. Number fields render as type=number; the base_url
schema description surfaces as helper text.
2026-06-26 09:52:43 +00:00

1.2 KiB

frontend (index)

dir: frontend

role

Frontend SPA for the "Manage" application, built with React, Vite, and TypeScript, providing the user interface with OIDC authentication and API integration.

parent

index: ./.pi-map.index.md map: ./.pi-map.md

children

  • frontend/public index: frontend/public/.pi-map.index.md map: frontend/public/.pi-map.md
  • frontend/src index: frontend/src/.pi-map.index.md map: frontend/src/.pi-map.md
  • frontend/tests index: frontend/tests/.pi-map.index.md map: frontend/tests/.pi-map.md

files

  • .gitignore
  • Dockerfile
  • README.md
  • components.json
  • eslint.config.js
  • index.html
  • nginx.conf
  • package-lock.json
  • package.json
  • postcss.config.cjs
  • tailwind.config.cjs
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • vite.config.ts
  • vitest.config.ts

index: frontend/.pi-map.index.md map: frontend/.pi-map.md

workflows

  • change frontend behavior read: .gitignore, Dockerfile, eslint.config.js
  • change frontend config read: components.json, eslint.config.js, package-lock.json
  • explore frontend subdirectories index: frontend/public/.pi-map.index.md, frontend/src/.pi-map.index.md, frontend/tests/.pi-map.index.md

dirty