Hedera-Lang-Learn / hedera

MIT License
10 stars 2 forks source link

Consolidate vocab lists #445

Closed jaguillette closed 1 year ago

jaguillette commented 1 year ago

This PR makes a number of changes to consolidate the personal vocab list detail view with the regular vocab list detail view. The goal is to use the same Vue component, regardless of what kind of vocab list is being displayed.

To that end, the following changes have been made:

Note that after review, I'll move the contents of PersonalVocab.vue into Vocab.vue, update the necessary references, and remove PersonalVocab.vue. I've left the changes on PersonalVocab.vue since that is the template that is being applied to regular vocab lists, so it's easier to look at this way.