pano9000 / freeCodeCamp_backend_exercise-tracker

My WIP for the Exercise Tracker project from freeCodeCamp
0 stars 0 forks source link

feat/refactor(frontend/vue): Introduce DataTablePage component to reduce code duplication #53

Closed pano9000 closed 1 year ago

pano9000 commented 1 year ago

Overhauled the whole DataTable/UserList/ExerciseListAll thingy, introducing a "DataTablePage" component and new UserList and ExerciseList "pages".

Code duplication is reduced a lot this way