oaregithub / oare_mono

1 stars 0 forks source link

Connect spelling search frontend #1696

Closed jbro-lab closed 1 year ago

jbro-lab commented 1 year ago

closes #1690. This creates a new component ConnectPossibleSpellingOccurrence.vue that searches for possible spellings given the placement of broken signs and known signs. Due to the number of possibilities that could come up with such a search, I made another component called EpigraphyConext.vue. This component will allow the words to be displayed fairly quickly while context loads (it takes a lot longer). Only those contexts that will be displayed are loaded, making this much faster than it would have been. I also added this to ConnectSpellingOccurrence.vue