Adjust style of results and top bar
This commit is contained in:
@@ -132,7 +132,7 @@ async function loadResults() {
|
||||
|
||||
function renderPhasePill() {
|
||||
const phaseKey = typeof state.phase === "string" ? state.phase.toLowerCase() : null;
|
||||
$("phase-pill").textContent = phaseKey ? t(`phase.${phaseKey}`) : t("phase.loading");
|
||||
$("phase-pill").textContent = phaseKey ? "" : t("phase.loading");
|
||||
document.querySelectorAll(".phase-view").forEach((el) => el.classList.add("hidden"));
|
||||
const viewMap = {
|
||||
Suggest: "suggest-view",
|
||||
|
||||
Reference in New Issue
Block a user