UX: enable menu drawer on index page, slightly reorder index page

This commit is contained in:
Pieter Vander Vennet 2025-02-25 02:16:00 +01:00
parent b71f07974e
commit 383eebfdca
10 changed files with 280 additions and 263 deletions

View file

@ -16,10 +16,9 @@ export default class ContributorCount {
perLayer: ReadonlyMap<string, GeoIndexedStore>
}) {
this.perLayer = state.perLayer
const self = this
state.mapProperties.bounds.mapD(
(bbox) => {
self.update(bbox)
this.update(bbox)
},
[state.dataIsLoading]
)