chore: patch project maps for loading-overlay and orphaned session entries

- Add loading-overlay.tsx to component maps
- Remove orphaned session-progress-panel.tsx and session-operations.tsx entries
- Refresh parent indexes after manual map edits

Quality gates: pytest 313 passed/34 skipped, npm run typecheck/lint clean,
npm test -- --run 87 passed
This commit is contained in:
Developer
2026-06-13 12:31:35 +00:00
parent 1e43ea48aa
commit db6ae38568
16 changed files with 78 additions and 79 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
# apps/web/src/components/features
dir: apps/web/src/components/features
# features
dir: features
index: apps/web/src/components/features/.pi-map.index.md
index: features/.pi-map.index.md
## role
Contains reusable UI components that implement specific business features and user-facing functionality across the web application.
Contains modular, feature-based components that encapsulate specific domain functionality or user-facing capabilities within the project.
## files
## arch
Feature-based component organization with domain-specific groupings, likely using composition patterns, container/presentational separation, and integration with hooks/state management for feature logic.
Feature-based modular architecture with self-contained, cohesive units that likely combine related components, logic, and assets to support vertical slicing of application functionality.
## tags
-
## symbols