Add contributing file, rename some files

This commit is contained in:
Jon Staab
2025-08-21 15:01:31 -07:00
parent d4943daa82
commit ba80ebac63
155 changed files with 438 additions and 349 deletions
+6 -6
View File
@@ -25,12 +25,12 @@
getEventsForUrl,
PROTECTED,
REACTION_KINDS,
} from "@app/state"
import {prependParent, canEnforceNip70} from "@app/commands"
import {setChecked, checked} from "@app/notifications"
import {pushToast} from "@app/toast"
import {makeFeed} from "@app/requests"
import {popKey} from "@app/implicit"
} from "@app/core/state"
import {prependParent, canEnforceNip70} from "@app/core/commands"
import {setChecked, checked} from "@app/util/notifications"
import {pushToast} from "@app/util/toast"
import {makeFeed} from "@app/core/requests"
import {popKey} from "@lib/implicit"
const mounted = now()
const lastChecked = $checked[$page.url.pathname]