Added JS to fetch romanization from an endpoint and log it; added a CSS class to the loading bar to show while the data is being fetched

This commit is contained in:
2025-03-05 07:07:40 -05:00
parent 4671ba40e7
commit c5ff92f941
2 changed files with 16 additions and 1 deletions

View File

@@ -71,7 +71,7 @@
.loading-indicator {
display: none;
}
.htmx-request.loading-indicator /* While request is being made */ {
.loading, .htmx-request.loading-indicator /* While request is being made */ {
display: inline;
}
</style>