mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- implement tips on loading screen
- implement centralized sections - removed react-spinner package
This commit is contained in:
@ -21,7 +21,7 @@ const Builder = ({ user, id }) => {
|
||||
}, [id, getResume, dispatch]);
|
||||
|
||||
if (loading) {
|
||||
return <LoadingScreen type="Resume" />;
|
||||
return <LoadingScreen message="Loading Resume..." />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@ -13,7 +13,7 @@ const Dashboard = ({ user }) => {
|
||||
);
|
||||
|
||||
if (loading) {
|
||||
return <LoadingScreen />;
|
||||
return <LoadingScreen message="Connecting to database..." />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user