🗑️ Remove obsolete pulse migration file, clean up unused directives in Blade templates, and streamline delete confirmation logic with Flux modals for improved UX and maintainability.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-19 23:17:39 +01:00
parent c5793872af
commit 39835c3a24
8 changed files with 189 additions and 210 deletions

View File

@@ -32,8 +32,9 @@ export default () => ({
try {
const data = JSON.parse(text);
console.log('Profile fetched', data);
// store the profile in AlpineJS store
// store in AlpineJS store
Alpine.store('nostr', {user: data});
// dispatch Livewire event
this.$dispatch('nostrLoggedIn', {pubkey: pubkey});
} catch (e) {
console.error('JSON parse error:', e);