web: Added nav icon state for desktop.

This commit is contained in:
Thomas Mathews 2022-11-18 09:25:34 -08:00 committed by William Casarin
parent 9f2af26fa6
commit a28fad9ef2
11 changed files with 157 additions and 134 deletions

View file

@ -631,6 +631,8 @@ function switch_view(name, opts={})
// TODO find out if having multiple event divs is slow
redraw_timeline_events(DAMUS, name)
find_node("#nav > div[data-active]").dataset.active = name;
if (current_el)
current_el.classList.remove("hide");
}
@ -659,7 +661,7 @@ function log_error(fmt, ...args) {
}
function log_debug(fmt, ...args) {
console.log("[debug] " + fmt, ...args)
console.debug(fmt, ...args)
}
function load_our_contacts(contacts, our_pubkey, ev) {