🚀 feat(project-support): add project proposal form and listing pages with image uploads and voting functionality

This commit is contained in:
fsociety
2024-10-23 18:10:14 +02:00
parent 85cccd1c11
commit c6b3593341
21 changed files with 693 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
import {Alpine, Livewire} from '../../vendor/livewire/livewire/dist/livewire.esm';
import nostrDefault from "./nostrDefault.js";
import nostrApp from "./nostrApp.js";
import nostrLogin from "./nostrLogin.js";
import nostrZap from "./nostrZap.js";
@@ -18,6 +19,7 @@ Alpine.store('nostr', {
user: null,
});
Alpine.data('nostrDefault', nostrDefault);
Alpine.data('nostrApp', nostrApp);
Alpine.data('nostrLogin', nostrLogin);
Alpine.data('nostrZap', nostrZap);