070cd4d5a5
Add generated .pi-map.md and .pi-map.index.md files across the repository so the project navigation maps are shared and versioned. These artifacts are maintained by project_map_init/patch/validate and must be kept in sync with source edits. Note: .cache/ remains ignored (added in previous commit).
1.1 KiB
1.1 KiB
apps/web/src/components/features/ssh-keys
dir: apps/web/src/components/features/ssh-keys
index: apps/web/src/components/features/ssh-keys/.pi-map.index.md
role
Provides UI components for SSH key lifecycle management including creation and list operations with cryptographic signing/verification features.
files
- SSHKeyCreateForm.tsx | Renders a form for creating/generating a new SSH key with name input and submit button. | exp: SSHKeyCreateForm | dep: ../../icon, React, Icon component
- SSHKeyList.tsx | Renders a list of SSH keys with signing and verification capabilities | exp: SSHKeyList | dep: ../../icon, ../../data-states, ../../../api/ssh-keys, Icon, EmptyState, ErrorState, SSHKey type
arch
Feature-based component composition with form/list separation pattern, likely using React functional components with hooks for state management and API integration.
tags
sshkey, form, list, create, ssh, icon, renders, keys
symbols
- SSHKeyCreateForm
- SSHKeyList
workflows
- change ssh-keys behavior read: SSHKeyCreateForm.tsx, SSHKeyList.tsx