Add loading context and loading bar component; integrate axios for API calls and update routing for locker registration

This commit is contained in:
2024-12-22 15:59:24 +05:30
parent bfe22a61a5
commit a6a67d69d5
14 changed files with 487 additions and 40 deletions

View File

@@ -70,6 +70,12 @@ export default {
'0%': { opacity: '1' },
'100%': { opacity: '0' },
},
loading: {
'0%': { left: '-10%' },
'30%': { width: '30%' },
'80%': { width: '10%' },
'100%': { left: '100%' },
}
},
},
},