Release v1.4.0 #146

Merged
myrmidex merged 71 commits from release/v1.4.0 into main 2026-08-15 00:36:54 +02:00
5 changed files with 7 additions and 5 deletions
Showing only changes of commit 5f4ef40a76 - Show all commits

View file

@ -15,7 +15,6 @@
"vite": "^6.2.4"
},
"dependencies": {
"alpinejs": "^3.14.8",
"axios": "^1.8.0"
}
}

View file

@ -1 +1,4 @@
import "./bootstrap";
import { Livewire } from '../../vendor/livewire/livewire/dist/livewire.esm';
import './bootstrap';
Livewire.start();

View file

@ -119,6 +119,6 @@ class="px-4 border-r border-gray-200 dark:border-gray-700 text-gray-500 dark:tex
</div>
</div>
@livewireScripts
@livewireScriptConfig
</body>
</html>

View file

@ -47,6 +47,6 @@
<p>Route your feeds to the Fediverse</p>
</div>
</div>
@livewireScripts
@livewireScriptConfig
</body>
</html>

View file

@ -67,6 +67,6 @@
<p>Route your feeds to the Fediverse</p>
</div>
</div>
@livewireScripts
@livewireScriptConfig
</body>
</html>