Phase 3: HTMX & Alpine.js integration, router refactoring, and UI modernization
- Modernized the frontend with HTMX for server-driven UI and Alpine.js for client state. - Refactored anime, player, and recommendation logic into modular routers. - Updated README.md to reflect the latest project state and technologies (v2.4). - Added Plyr.io for an improved streaming experience. - Improved project structure with componentized templates. - Added Playwright and Vitest configuration for frontend testing.
This commit is contained in:
+6
-6
@@ -18,17 +18,17 @@
|
||||
[x-cloak] { display: none !important; }
|
||||
</style>
|
||||
|
||||
<!-- Legacy JavaScript (To be refactored) -->
|
||||
<!-- Legacy JavaScript (Refactored to HTMX/Alpine) -->
|
||||
<script src="/static/js/auth.js?v=1.10" defer></script>
|
||||
<script src="/static/js/api.js?v=1.11" defer></script>
|
||||
<script src="/static/js/utils.js?v=1.11" defer></script>
|
||||
<script src="/static/js/downloads.js?v=1.11" defer></script>
|
||||
<script src="/static/js/anime.js?v=1.11" defer></script>
|
||||
<script src="/static/js/anime-details.js?v=1.12" defer></script>
|
||||
<script src="/static/js/series-search.js?v=1.11" defer></script>
|
||||
<script src="/static/js/recommendations.js?v=1.11" defer></script>
|
||||
<!-- <script src="/static/js/anime.js?v=1.11" defer></script> -->
|
||||
<!-- <script src="/static/js/anime-details.js?v=1.12" defer></script> -->
|
||||
<!-- <script src="/static/js/series-search.js?v=1.11" defer></script> -->
|
||||
<!-- <script src="/static/js/recommendations.js?v=1.11" defer></script> -->
|
||||
<script src="/static/js/watchlist.js?v=1.11" defer></script>
|
||||
<script src="/static/js/watchlist-ui.js?v=1.11" defer></script>
|
||||
<!-- <script src="/static/js/watchlist-ui.js?v=1.11" defer></script> -->
|
||||
<script src="/static/js/main.js?v=1.11" defer></script>
|
||||
</head>
|
||||
<body x-data="globalAppState">
|
||||
|
||||
Reference in New Issue
Block a user