perf: rewrite plebchan completely

This commit is contained in:
plebeius.eth
2024-02-27 17:58:08 +01:00
parent 8f1831b69f
commit c4a5cfec49
95 changed files with 2658 additions and 39527 deletions
+8
View File
@@ -0,0 +1,8 @@
declare global {
interface Window {
STICKY_MENU_SCROLL_LISTENER: boolean;
isElectron: boolean;
}
}
export {};