File: SimpleBuildingCreator.tsx
Location: Lines 179-200 (building operations)
Problem:
Certain building operations do not show a loading indicator during asynchronous actions. Users may not realize when an operation is in progress, leading to confusion or repeated actions.
Impact:
- Users may think the app is unresponsive
- Increased risk of duplicate or failed submissions
- Poor overall user experience
Suggested Fix:
- Add loading indicators (spinners, overlays, or button states) for all async building operations
- Prevent duplicate actions while loading is in progress
- Ensure accessibility for loading feedback
File: SimpleBuildingCreator.tsx
Location: Lines 179-200 (building operations)
Problem:
Certain building operations do not show a loading indicator during asynchronous actions. Users may not realize when an operation is in progress, leading to confusion or repeated actions.
Impact:
Suggested Fix: