Description
When a campaign is running, the UI shows basic text like "Graph Building..." but no visual feedback. Adding skeleton/shimmer loading states would make the wait feel shorter.
What needs to happen
- Add CSS skeleton animation component
- Show skeleton cards in place of Graph, Actions Feed, and Report sections while loading
- Replace skeletons with real content as each stage completes
Files to modify
frontend/src/views/CampaignView.vue
frontend/src/style.css
Difficulty
Beginner-friendly. CSS + Vue template only.
Description
When a campaign is running, the UI shows basic text like "Graph Building..." but no visual feedback. Adding skeleton/shimmer loading states would make the wait feel shorter.
What needs to happen
Files to modify
frontend/src/views/CampaignView.vuefrontend/src/style.cssDifficulty
Beginner-friendly. CSS + Vue template only.