Clustering (#75)

* Clustering

* Add package

* Shift markers based on the time control to keep they separated visually
This commit is contained in:
Timothy Armes
2023-07-06 18:11:10 +02:00
committed by GitHub
parent 8318265c87
commit 0a2dfa8743
7 changed files with 339 additions and 108 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const {
export const {
debouncedValueAtom: debouncedHoveredListTournamentIdAtom,
} = atomWithDebounce<string | null>(null);
} = atomWithDebounce<string | null>(null, 300, true);
export const filteredTournamentsByTimeControlAtom = atom((get) => {
const tournaments = get(tournamentsAtom);