Squash merge nostrfeed-localStorage into ario
This commit is contained in:
parent
5e6bc32f02
commit
5ceb12ca3b
5 changed files with 432 additions and 121 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { onMounted, onUnmounted, ref } from 'vue'
|
||||
import Navbar from '@/components/layout/Navbar.vue'
|
||||
import Footer from '@/components/layout/Footer.vue'
|
||||
import ConnectionStatus from '@/components/nostr/ConnectionStatus.vue'
|
||||
|
||||
import PasswordDialog from '@/components/nostr/PasswordDialog.vue'
|
||||
import { Toaster } from '@/components/ui/sonner'
|
||||
import 'vue-sonner/style.css'
|
||||
|
|
@ -11,7 +11,7 @@ import { identity } from '@/composables/useIdentity'
|
|||
import { toast } from 'vue-sonner'
|
||||
import { useNostrStore } from '@/stores/nostr'
|
||||
|
||||
const { isConnected, isConnecting, error, connect, disconnect } = useNostr()
|
||||
const { connect, disconnect } = useNostr()
|
||||
const nostrStore = useNostrStore()
|
||||
|
||||
const showPasswordDialog = ref(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue