refactor: update routing paths in app.vue, enhance AnnualBudget component layout, and streamline dashboard and budget pages for improved user experience
This commit is contained in:
parent
09d8794d72
commit
864a81065c
23 changed files with 3211 additions and 1978 deletions
|
|
@ -66,9 +66,6 @@ export const useSetupState = () => {
|
|||
navigateTo('/settings#members')
|
||||
}
|
||||
|
||||
const goToRevenueMix = () => {
|
||||
navigateTo('/mix')
|
||||
}
|
||||
|
||||
return {
|
||||
isSetupComplete,
|
||||
|
|
@ -78,6 +75,5 @@ export const useSetupState = () => {
|
|||
setupProgress,
|
||||
goToSetup,
|
||||
goToMemberManagement,
|
||||
goToRevenueMix
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue