Closed dwhieb closed 2 years ago
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-ocean-09018b510-473.centralus.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-ocean-09018b510-473.centralus.azurestaticapps.net
Related Issue:
closes #469
Description of Changes
This PR integrates the Lexemes List into the Lexicon page. The list just displays the lexemes for the language; it doesn't allow for adding/deleting/displaying lexemes yet.
Lots of other miscellaneous changes in this one too:
renderPage
anddisplayPage
methods, which simplifies the rendering logic.renderPage
is only called when the<main>
element for a page isn't already present.App#changeLanguage
, which deletes the<main>
element for the Languages page so it will rerender.<main>
elements to take into account that now there can be more than 1<main>
element.Languages.e2e.js
.