mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-04-23 22:20:00 -07:00
feat: Optimize frontend rendering and API calls
- Update loading screen messages to match actual backend processing steps - Verified walletService.js, App.jsx, ReportScreen.jsx, FindingCard.jsx have no dead code or legacy endpoint references
This commit is contained in:
@@ -2,10 +2,11 @@ import { useState, useEffect } from 'react'
|
||||
import styles from './LoadingScreen.module.css'
|
||||
|
||||
const MESSAGES = [
|
||||
'Parsing descriptor',
|
||||
'Fetching transactions',
|
||||
'Scanning UTXO set',
|
||||
'Running heuristics',
|
||||
'Resolving descriptors',
|
||||
'Deriving addresses',
|
||||
'Importing & scanning blockchain',
|
||||
'Loading transaction history',
|
||||
'Running vulnerability detectors',
|
||||
]
|
||||
|
||||
export default function LoadingScreen({ descriptor }) {
|
||||
|
||||
Reference in New Issue
Block a user