diff --git a/package-lock.json b/package-lock.json index b1a2cf4..3486759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "qr-scanner": "^1.4.2", "qrcode": "^1.5.4", "radix-vue": "^1.9.13", - "reka-ui": "^2.5.0", + "reka-ui": "^2.7.0", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "unique-names-generator": "^4.7.1", @@ -12172,9 +12172,9 @@ } }, "node_modules/reka-ui": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.5.0.tgz", - "integrity": "sha512-81aMAmJeVCy2k0E6x7n1kypDY6aM1ldLis5+zcdV1/JtoAlSDck5OBsyLRJU9CfgbrQp1ImnRnBSmC4fZ2fkZQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.7.0.tgz", + "integrity": "sha512-m+XmxQN2xtFzBP3OAdIafKq7C8OETo2fqfxcIIxYmNN2Ch3r5oAf6yEYCIJg5tL/yJU2mHqF70dCCekUkrAnXA==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.13", diff --git a/package.json b/package.json index 304528e..00b5554 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "qr-scanner": "^1.4.2", "qrcode": "^1.5.4", "radix-vue": "^1.9.13", - "reka-ui": "^2.5.0", + "reka-ui": "^2.7.0", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "unique-names-generator": "^4.7.1", diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index ba8df07..82ca06c 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/favicon.ico b/public/favicon.ico index 84495b0..8d9e452 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/icon-192.png b/public/icon-192.png index 17abda4..4e6b3a3 100644 Binary files a/public/icon-192.png and b/public/icon-192.png differ diff --git a/public/icon-512.png b/public/icon-512.png index 3819dee..94f8c6b 100644 Binary files a/public/icon-512.png and b/public/icon-512.png differ diff --git a/public/icon-maskable-192.png b/public/icon-maskable-192.png index b280cd5..738f5f1 100644 Binary files a/public/icon-maskable-192.png and b/public/icon-maskable-192.png differ diff --git a/public/icon-maskable-512.png b/public/icon-maskable-512.png index bdd4754..3c734e6 100644 Binary files a/public/icon-maskable-512.png and b/public/icon-maskable-512.png differ diff --git a/src/App.vue b/src/App.vue index 127cdd6..559d0bf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,7 @@ + + diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue new file mode 100644 index 0000000..351ef6a --- /dev/null +++ b/src/components/layout/AppSidebar.vue @@ -0,0 +1,135 @@ + + + diff --git a/src/components/layout/AppTopBar.vue b/src/components/layout/AppTopBar.vue new file mode 100644 index 0000000..3fae1d2 --- /dev/null +++ b/src/components/layout/AppTopBar.vue @@ -0,0 +1,242 @@ + + + diff --git a/src/components/layout/MobileDrawer.vue b/src/components/layout/MobileDrawer.vue new file mode 100644 index 0000000..20c4dad --- /dev/null +++ b/src/components/layout/MobileDrawer.vue @@ -0,0 +1,158 @@ + + + diff --git a/src/components/layout/Navbar.vue b/src/components/layout/Navbar.old.vue similarity index 97% rename from src/components/layout/Navbar.vue rename to src/components/layout/Navbar.old.vue index 07fbba1..6eb160f 100644 --- a/src/components/layout/Navbar.vue +++ b/src/components/layout/Navbar.old.vue @@ -1,3 +1,13 @@ + + + diff --git a/src/components/ui/sheet/SheetClose.vue b/src/components/ui/sheet/SheetClose.vue new file mode 100644 index 0000000..0295976 --- /dev/null +++ b/src/components/ui/sheet/SheetClose.vue @@ -0,0 +1,12 @@ + + + diff --git a/src/components/ui/sheet/SheetContent.vue b/src/components/ui/sheet/SheetContent.vue new file mode 100644 index 0000000..50f3de6 --- /dev/null +++ b/src/components/ui/sheet/SheetContent.vue @@ -0,0 +1,53 @@ + + + diff --git a/src/components/ui/sheet/SheetDescription.vue b/src/components/ui/sheet/SheetDescription.vue new file mode 100644 index 0000000..455c2f4 --- /dev/null +++ b/src/components/ui/sheet/SheetDescription.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/components/ui/sheet/SheetFooter.vue b/src/components/ui/sheet/SheetFooter.vue new file mode 100644 index 0000000..5f481e5 --- /dev/null +++ b/src/components/ui/sheet/SheetFooter.vue @@ -0,0 +1,19 @@ + + + diff --git a/src/components/ui/sheet/SheetHeader.vue b/src/components/ui/sheet/SheetHeader.vue new file mode 100644 index 0000000..f97d24a --- /dev/null +++ b/src/components/ui/sheet/SheetHeader.vue @@ -0,0 +1,16 @@ + + + diff --git a/src/components/ui/sheet/SheetTitle.vue b/src/components/ui/sheet/SheetTitle.vue new file mode 100644 index 0000000..5870787 --- /dev/null +++ b/src/components/ui/sheet/SheetTitle.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/components/ui/sheet/SheetTrigger.vue b/src/components/ui/sheet/SheetTrigger.vue new file mode 100644 index 0000000..a4fc3ee --- /dev/null +++ b/src/components/ui/sheet/SheetTrigger.vue @@ -0,0 +1,12 @@ + + + diff --git a/src/components/ui/sheet/index.ts b/src/components/ui/sheet/index.ts new file mode 100644 index 0000000..a370633 --- /dev/null +++ b/src/components/ui/sheet/index.ts @@ -0,0 +1,32 @@ +import type { VariantProps } from "class-variance-authority" +import { cva } from "class-variance-authority" + +export { default as Sheet } from "./Sheet.vue" +export { default as SheetClose } from "./SheetClose.vue" +export { default as SheetContent } from "./SheetContent.vue" +export { default as SheetDescription } from "./SheetDescription.vue" +export { default as SheetFooter } from "./SheetFooter.vue" +export { default as SheetHeader } from "./SheetHeader.vue" +export { default as SheetTitle } from "./SheetTitle.vue" +export { default as SheetTrigger } from "./SheetTrigger.vue" + +export const sheetVariants = cva( + "fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500", + { + variants: { + side: { + top: "inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top", + bottom: + "inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom", + left: "inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm", + right: + "inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm", + }, + }, + defaultVariants: { + side: "right", + }, + }, +) + +export type SheetVariants = VariantProps diff --git a/src/core/di-container.ts b/src/core/di-container.ts index 32221f5..f9d65f9 100644 --- a/src/core/di-container.ts +++ b/src/core/di-container.ts @@ -137,6 +137,11 @@ export const SERVICE_TOKENS = { PROFILE_SERVICE: Symbol('profileService'), REACTION_SERVICE: Symbol('reactionService'), + // Link aggregator services + SUBMISSION_SERVICE: Symbol('submissionService'), + LINK_PREVIEW_SERVICE: Symbol('linkPreviewService'), + COMMUNITY_SERVICE: Symbol('communityService'), + // Nostr metadata services NOSTR_METADATA_SERVICE: Symbol('nostrMetadataService'), diff --git a/src/modules/market/components/CreateStoreDialog.vue b/src/modules/market/components/CreateStoreDialog.vue index 613c005..78ef1b3 100644 --- a/src/modules/market/components/CreateStoreDialog.vue +++ b/src/modules/market/components/CreateStoreDialog.vue @@ -47,10 +47,14 @@ Currency * - - + @@ -275,6 +279,7 @@ const toast = useToast() // Local state const isCreating = ref(false) const createError = ref(null) +const isLoadingCurrencies = ref(false) const availableCurrencies = ref(['sat']) const availableZones = ref([]) const showNewZoneForm = ref(false) @@ -331,11 +336,27 @@ const onSubmit = form.handleSubmit(async (values) => { // Methods const loadAvailableCurrencies = async () => { + isLoadingCurrencies.value = true try { const currencies = await nostrmarketAPI.getCurrencies() - availableCurrencies.value = currencies + if (currencies.length > 0) { + // Ensure 'sat' is always first in the list + const satIndex = currencies.indexOf('sat') + if (satIndex === -1) { + // Add 'sat' at the beginning if not present + availableCurrencies.value = ['sat', ...currencies] + } else if (satIndex > 0) { + // Move 'sat' to the beginning if present but not first + const withoutSat = currencies.filter(c => c !== 'sat') + availableCurrencies.value = ['sat', ...withoutSat] + } else { + availableCurrencies.value = currencies + } + } } catch (error) { console.error('Failed to load currencies:', error) + } finally { + isLoadingCurrencies.value = false } } diff --git a/src/modules/market/components/DashboardOverview.vue b/src/modules/market/components/DashboardOverview.vue index 103c07a..804d77c 100644 --- a/src/modules/market/components/DashboardOverview.vue +++ b/src/modules/market/components/DashboardOverview.vue @@ -77,77 +77,6 @@ - -
- -
-

- - Customer Actions -

-
- - - -
-
- - -
-

- - Merchant Actions -

-
- - - -
-
-
-

Recent Activity

@@ -216,15 +145,12 @@ - diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue index 50da407..381fcae 100644 --- a/src/modules/market/components/MerchantStore.vue +++ b/src/modules/market/components/MerchantStore.vue @@ -49,84 +49,47 @@
- -
-
-
-

My Stores

-

- Manage your stores and products -

+ +
+
+
+ + +
+
+
-
-
- -
-
-
- - -
- - - - -
- -
-
- - -
+ +
- -
- -
- {{ activeStall.currency }} -
-
-

{{ activeStall.name }}

-

{{ activeStall.config?.description || 'Manage incoming orders and your products' }}

-
-
- - +
+

{{ activeStall.name }}

+ {{ activeStall.currency }} +
+

{{ activeStall.config?.description || 'Manage incoming orders and your products' }}

+
@@ -188,20 +151,23 @@
- -
+ +
+
+ Coming Soon +

Satisfaction

-

{{ storeStats.satisfaction }}%

+

--%

-
- +
+
- {{ storeStats.totalReviews }} reviews + No reviews yet
@@ -430,7 +396,6 @@ import { injectService, SERVICE_TOKENS } from '@/core/di-container' import CreateStoreDialog from './CreateStoreDialog.vue' import CreateProductDialog from './CreateProductDialog.vue' import DeleteConfirmDialog from './DeleteConfirmDialog.vue' -import StoreCard from './StoreCard.vue' import MerchantOrders from './MerchantOrders.vue' const router = useRouter() @@ -652,14 +617,6 @@ const loadStallProducts = async () => { } } -const manageStall = (stallId: string) => { - activeStallId.value = stallId -} - -const viewStallProducts = (stallId: string) => { - activeStallId.value = stallId -} - const navigateToMarket = () => router.push('/market') const checkMerchantProfile = async () => { @@ -697,7 +654,6 @@ const checkMerchantProfile = async () => { // Event handlers const onStoreCreated = async (_stall: Stall) => { await loadStallsList() - toast.success('Store created successfully!') } const onProductCreated = async (_product: Product) => { diff --git a/src/modules/market/components/OrderHistory.vue b/src/modules/market/components/OrderHistory.vue index 0807c97..54401fa 100644 --- a/src/modules/market/components/OrderHistory.vue +++ b/src/modules/market/components/OrderHistory.vue @@ -212,19 +212,6 @@
- -
-

Debug Information

-
-
Total Orders in Store: {{ Object.keys(marketStore.orders).length }}
-
Filtered Orders: {{ filteredOrders.length }}
-
Order Events Subscribed: {{ orderEvents.isSubscribed ? 'Yes' : 'No' }}
-
Relay Hub Connected: {{ relayHub.isConnected ? 'Yes' : 'No' }}
-
Auth Status: {{ auth.isAuthenticated ? 'Authenticated' : 'Not Authenticated' }}
-
Current User: {{ auth.currentUser?.value?.pubkey ? 'Yes' : 'No' }}
-
-
-
@@ -312,8 +299,6 @@ const pendingOrders = computed(() => allOrders.value.filter(o => o.status === 'p const paidOrders = computed(() => allOrders.value.filter(o => o.status === 'paid').length) const pendingPayments = computed(() => allOrders.value.filter(o => !isOrderPaid(o)).length) -const isDevelopment = computed(() => import.meta.env.DEV) - // Methods const isOrderPaid = (order: any) => { // Prioritize the 'paid' field from Nostr status updates (type 2) @@ -497,34 +482,9 @@ onMounted(() => { paymentService.forceResetPaymentState() } - // Orders are already loaded in the market store - console.log('Order History component loaded with', allOrders.value.length, 'orders') - console.log('Market store orders:', marketStore.orders) - - // Debug: Log order details for orders with payment requests - allOrders.value.forEach(order => { - if (order.paymentRequest) { - console.log('Order with payment request:', { - id: order.id, - paymentRequest: order.paymentRequest.substring(0, 50) + '...', - hasPaymentRequest: !!order.paymentRequest, - status: order.status, - paymentStatus: order.paymentStatus - }) - } - }) - - console.log('Order events status:', orderEvents.isSubscribed.value) - console.log('Relay hub connected:', relayHub.isConnected.value) - console.log('Auth status:', auth.isAuthenticated) - console.log('Current user:', auth.currentUser?.value?.pubkey) - // Start listening for order events if not already listening if (!orderEvents.isSubscribed.value) { - console.log('Starting order events listener...') orderEvents.initialize() - } else { - console.log('Order events already listening') } }) diff --git a/src/modules/market/services/nostrmarketAPI.ts b/src/modules/market/services/nostrmarketAPI.ts index 4913aa0..528336f 100644 --- a/src/modules/market/services/nostrmarketAPI.ts +++ b/src/modules/market/services/nostrmarketAPI.ts @@ -329,6 +329,34 @@ export class NostrmarketAPI extends BaseService { return stall } + /** + * Update an existing stall + */ + async updateStall( + walletAdminkey: string, + stallId: string, + stallData: Partial<{ + name: string + config: { + description?: string + image_url?: string + } + }> + ): Promise { + const stall = await this.request( + `/api/v1/stall/${stallId}`, + walletAdminkey, + { + method: 'PATCH', + body: JSON.stringify(stallData), + } + ) + + this.debug('Updated stall:', { stallId: stall.id, stallName: stall.name }) + + return stall + } + /** * Get available shipping zones */ @@ -371,30 +399,70 @@ export class NostrmarketAPI extends BaseService { } /** - * Get available currencies + * Update an existing shipping zone + */ + async updateZone( + walletAdminkey: string, + zoneId: string, + zoneData: Zone + ): Promise { + const zone = await this.request( + `/api/v1/zone/${zoneId}`, + walletAdminkey, + { + method: 'PATCH', + body: JSON.stringify(zoneData), + } + ) + + this.debug('Updated zone:', { zoneId: zone.id, zoneName: zone.name }) + + return zone + } + + /** + * Delete a shipping zone + */ + async deleteZone(walletAdminkey: string, zoneId: string): Promise { + await this.request( + `/api/v1/zone/${zoneId}`, + walletAdminkey, + { method: 'DELETE' } + ) + + this.debug('Deleted zone:', { zoneId }) + } + + /** + * Get available currencies from the LNbits core API + * This endpoint returns currencies allowed by the server configuration */ async getCurrencies(): Promise { - const baseCurrencies = ['sat'] + // Call the LNbits core API directly (not under /nostrmarket) + const url = `${this.baseUrl}/api/v1/currencies` try { - const apiCurrencies = await this.request( - '/api/v1/currencies', - '', // No authentication needed for currencies endpoint - { method: 'GET' } - ) + const response = await fetch(url, { + method: 'GET', + headers: { 'Content-Type': 'application/json' } + }) - if (apiCurrencies && Array.isArray(apiCurrencies)) { - // Combine base currencies with API currencies, removing duplicates - const allCurrencies = [...baseCurrencies, ...apiCurrencies.filter(currency => !baseCurrencies.includes(currency))] - this.debug('Retrieved currencies:', { count: allCurrencies.length, currencies: allCurrencies }) - return allCurrencies + if (!response.ok) { + throw new Error(`Failed to fetch currencies: ${response.status}`) } - this.debug('No API currencies returned, using base currencies only') - return baseCurrencies + const apiCurrencies = await response.json() + + if (apiCurrencies && Array.isArray(apiCurrencies)) { + this.debug('Retrieved currencies from LNbits core:', { count: apiCurrencies.length, currencies: apiCurrencies }) + return apiCurrencies + } + + this.debug('No currencies returned from server, using default') + return ['sat'] } catch (error) { - this.debug('Failed to get currencies, falling back to base currencies:', error) - return baseCurrencies + this.debug('Failed to get currencies, using default:', error) + return ['sat'] } } diff --git a/src/modules/nostr-feed/LINK_AGGREGATOR_PLAN.md b/src/modules/nostr-feed/LINK_AGGREGATOR_PLAN.md new file mode 100644 index 0000000..9f91aff --- /dev/null +++ b/src/modules/nostr-feed/LINK_AGGREGATOR_PLAN.md @@ -0,0 +1,176 @@ +# Link Aggregator Implementation Plan + +## Overview + +Transform the nostr-feed module into a Reddit-style link aggregator with support for: +- **Link posts** - External URLs with Open Graph previews +- **Media posts** - Images/videos with inline display +- **Self posts** - Text/markdown content + +## NIP Compliance + +| NIP | Purpose | Usage | +|-----|---------|-------| +| NIP-72 | Moderated Communities | Community definitions (kind 34550), approvals (kind 4550) | +| NIP-22 | Comments | Community posts (kind 1111) with scoped threading | +| NIP-92 | Media Attachments | `imeta` tags for media metadata | +| NIP-94 | File Metadata | Reference for media fields | +| NIP-25 | Reactions | Upvote (`+`) / Downvote (`-`) | +| NIP-10 | Reply Threading | Fallback for kind 1 compatibility | + +## Event Structure + +### Submission (kind 1111) + +```jsonc +{ + "kind": 1111, + "content": "", + "tags": [ + // Community scope (NIP-72 + NIP-22) + ["A", "34550::", ""], + ["a", "34550::", ""], + ["K", "34550"], + ["k", "34550"], + ["P", ""], + ["p", ""], + + // Submission metadata + ["title", ""], + ["post-type", "link|media|self"], + + // Link post fields + ["r", ""], + ["preview-title", ""], + ["preview-description", ""], + ["preview-image", ""], + ["preview-site-name", ""], + + // Media post fields (NIP-92) + ["imeta", "url ", "m ", "dim ", "blurhash ", "alt "], + + // Common + ["t", ""], + ["nsfw", "true|false"] + ] +} +``` + +### Comment on Submission (kind 1111) + +```jsonc +{ + "kind": 1111, + "content": "", + "tags": [ + // Root scope (the community) + ["A", "34550::", ""], + ["K", "34550"], + ["P", ""], + + // Parent (the submission or parent comment) + ["e", "", "", ""], + ["k", "1111"], + ["p", ""] + ] +} +``` + +## Implementation Phases + +### Phase 1: Core Data Model +- [x] Create feature branch +- [x] Document plan +- [x] Create `types/submission.ts` - Type definitions +- [x] Create `SubmissionService.ts` - Submission CRUD +- [x] Create `LinkPreviewService.ts` - OG tag fetching +- [x] Extend `FeedService.ts` - Handle kind 1111 + +### Phase 2: Post Creation +- [x] Create `SubmitComposer.vue` - Multi-type composer +- [x] Add link preview on URL paste +- [x] Add NSFW toggle +- [x] Add route `/submit` for composer +- [ ] Integrate with pictrs for media upload (Future) + +### Phase 3: Feed Display +- [x] Create `SubmissionRow.vue` - Link aggregator row (Reddit/Lemmy style) +- [x] Create `VoteControls.vue` - Up/down voting +- [x] Create `SortTabs.vue` - Sort tabs (hot, new, top, controversial) +- [x] Create `SubmissionList.vue` - Main feed container +- [x] Create `SubmissionThumbnail.vue` - Thumbnail display +- [x] Add feed sorting (hot, new, top, controversial) +- [x] Add score calculation +- [x] Create `LinkAggregatorTest.vue` - Test page with mock data & live mode + +### Phase 4: Detail View +- [x] Create `SubmissionDetail.vue` - Full post view with content display +- [x] Create `SubmissionComment.vue` - Recursive threaded comments +- [x] Create `SubmissionDetailPage.vue` - Route page wrapper +- [x] Add route `/submission/:id` for detail view +- [x] Add comment sorting (best, new, old, controversial) +- [x] Integrate comment submission via SubmissionService.createComment() + +### Phase 5: Communities (Future) +- [ ] Create `CommunityService.ts` +- [ ] Create community browser +- [ ] Add moderation queue + +## Ranking Algorithms + +### Hot Rank (Lemmy-style) +```typescript +function hotRank(score: number, createdAt: Date): number { + const order = Math.log10(Math.max(Math.abs(score), 1)) + const sign = score > 0 ? 1 : score < 0 ? -1 : 0 + const seconds = (createdAt.getTime() - EPOCH.getTime()) / 1000 + return sign * order + seconds / 45000 +} +``` + +### Controversy Rank +```typescript +function controversyRank(upvotes: number, downvotes: number): number { + const total = upvotes + downvotes + if (total === 0) return 0 + const magnitude = Math.pow(total, 0.8) + const balance = total > 0 ? Math.min(upvotes, downvotes) / Math.max(upvotes, downvotes) : 0 + return magnitude * balance +} +``` + +## File Structure + +``` +src/modules/nostr-feed/ +├── types/ +│ └── submission.ts # NEW +├── services/ +│ ├── FeedService.ts # MODIFY +│ ├── SubmissionService.ts # NEW +│ ├── LinkPreviewService.ts # NEW +│ ├── CommunityService.ts # NEW (Phase 5) +│ ├── ProfileService.ts # EXISTING +│ └── ReactionService.ts # EXISTING (enhance for up/down) +├── components/ +│ ├── SubmissionCard.vue # NEW (Phase 3) +│ ├── SubmitComposer.vue # NEW (Phase 2) +│ ├── SubmissionDetail.vue # NEW (Phase 4) +│ ├── VoteButtons.vue # NEW (Phase 3) +│ ├── ThreadedPost.vue # EXISTING (reuse) +│ ├── NostrFeed.vue # EXISTING (modify) +│ └── NoteComposer.vue # EXISTING +├── composables/ +│ ├── useSubmissions.ts # NEW +│ ├── useCommunities.ts # NEW (Phase 5) +│ ├── useFeed.ts # EXISTING +│ └── useReactions.ts # EXISTING +└── config/ + └── content-filters.ts # MODIFY +``` + +## Migration Strategy + +1. **Backwards compatible** - Continue supporting kind 1 notes +2. **Gradual adoption** - Add kind 1111 alongside existing +3. **Feature flag** - Toggle between classic feed and link aggregator view diff --git a/src/modules/nostr-feed/components/SortTabs.vue b/src/modules/nostr-feed/components/SortTabs.vue new file mode 100644 index 0000000..84a174f --- /dev/null +++ b/src/modules/nostr-feed/components/SortTabs.vue @@ -0,0 +1,107 @@ + + + diff --git a/src/modules/nostr-feed/components/SubmissionComment.vue b/src/modules/nostr-feed/components/SubmissionComment.vue new file mode 100644 index 0000000..ab52a9e --- /dev/null +++ b/src/modules/nostr-feed/components/SubmissionComment.vue @@ -0,0 +1,275 @@ + + +