forked from andyburke/autonomous.contact
fix: ensure we are loading events properly during fsdb scan
fix: various styling issues on smaller screens fix: map z-index
This commit is contained in:
parent
873773bc91
commit
2d12104875
10 changed files with 126 additions and 38 deletions
|
|
@ -8,6 +8,7 @@
|
|||
});
|
||||
|
||||
APP.on( 'load', () => {
|
||||
console.log( 'loaded' );
|
||||
const tab_switchers = document.querySelectorAll(".tabswitch");
|
||||
for (const tab_switch of tab_switchers) {
|
||||
tab_switch.addEventListener("input", (event) => {
|
||||
|
|
@ -15,7 +16,7 @@
|
|||
const view = tab_selector.dataset.view;
|
||||
|
||||
if (view) {
|
||||
window.location.hash = `/${view}${ document.body.dataset.channel ? `/channel/${ document.body.dataset.channel }` : '' }`;
|
||||
window.location.hash = `/${view}`;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue