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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user