Add indexer, maybe improve safe area support

This commit is contained in:
Jon Staab
2025-05-15 10:15:41 -07:00
parent b14c3ab345
commit fd9fee8f50
5 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ VITE_PLATFORM_RELAY=
VITE_PLATFORM_ACCENT="#7161FF"
VITE_PLATFORM_SECONDARY="#EB5E28"
VITE_PLATFORM_DESCRIPTION="Flotilla is nostr — for communities."
VITE_INDEXER_RELAYS=wss://purplepag.es/,wss://relay.damus.io/,wss://relay.nostr.band/
VITE_INDEXER_RELAYS=wss://purplepag.es/,wss://relay.damus.io/,wss://relay.nostr.band/,wss://indexer.coracle.social/
VITE_SIGNER_RELAYS=wss://relay.nsec.app/,wss://bucket.coracle.social/
VITE_NOTIFIER_PUBKEY=27b7c2ed89ef78322114225ea3ebf5f72c7767c2528d4d0c1854d039c00085df
VITE_NOTIFIER_RELAY=wss://anchor.coracle.social/

2
.gitattributes vendored
View File

@@ -1 +1 @@
package-lock.json -diff
pnpm-lock.yaml -diff

View File

@@ -37,6 +37,7 @@
},
"type": "module",
"dependencies": {
"@capacitor-community/safe-area": "7.0.0-alpha.1",
"@capacitor/android": "^7.0.0",
"@capacitor/app": "^7.0.0",
"@capacitor/cli": "^7.0.0",

BIN
pnpm-lock.yaml generated

Binary file not shown.

View File

@@ -1,5 +1,6 @@
<script lang="ts">
import "@src/app.css"
import "@capacitor-community/safe-area"
import {onMount} from "svelte"
import * as nip19 from "nostr-tools/nip19"
import {get, derived} from "svelte/store"