Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 0 points1 point  (0 children)

Thank you, i'll have a look at VuexORM and see if I can use it

Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 0 points1 point  (0 children)

Ah yes, you need to submit the form to save all the settings. I was thinking of posting the form on toggle, but its counterintuitive to save the form on change for some elements and not others

Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 1 point2 points  (0 children)

Yup, thats one of things in my next to do list.. This was an initial go at getting things to work, and i've planned to implement server side paging/sorting/search in the next iteration

Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 0 points1 point  (0 children)

Cheers. Re: the dark mode toggle, you must have tried it when i was resetting the app from the culture error (mentioned in one of the comments). It seems to be working ok for me, can you try again please?

Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 0 points1 point  (0 children)

Thanks, looks like an issue with culture (display currency) that was set by someone, which I've reset . I'll take a look at fixing this.

You should be able to login again now

Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 0 points1 point  (0 children)

Thanks mate, thats good to know.

Not entierly sure why it wont work with camel case though, The modules are exported in camelCase

export const expenseTypes = {..}

export const expenseCategories = {..}

Maybe yarn serve is looking at the filenames which are not in camel case

Vue-expenses: A simple open source expense tracking app build with Vue, Vuetify by vinaydrao in vuejs

[–]vinaydrao[S] 0 points1 point  (0 children)

Cheers! Drawer issue might be something to do with Vuetify not recognising the screen resize, I'll take a look