forked from Miruro-no-kuon/Miruro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: 🛠 Enhanced Error Handling, Optimized Caching, and UI Updates.
- 🚫 Eliminated the temporary banner previously used for cache bug diagnostics. - ✨ Enhanced error message styling in Home.jsx to elevate user experience. - 🚀 Overhauled the caching mechanism in useApi.js with a more efficient approach. - 🐞 Resolved multiple issues with styled-components and the $ prefix for more consistent styling. - 👁️🗨️ Transitioned from <i> tag icons to react/icons for increased accessibility and easier maintenance. - ⚡ Integrated caching functionality into Cloudflare workers to boost performance. - 📱 Introduced manifest.json to augment web application features and capabilities.
- Loading branch information
akionii
committed
Feb 9, 2024
1 parent
8435f34
commit fa3b5ee
Showing
13 changed files
with
275 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"theme_color": "#aeaee4", | ||
"background_color": "#080808", | ||
"display": "standalone", | ||
"orientation": "portrait", | ||
"scope": "/", | ||
"start_url": "/", | ||
"name": "Miruro", | ||
"short_name": "Miruro", | ||
"description": "🍜 Miruro is an Anime Streaming Site with minimal UI. Made with ⚡ Vite & 🍞 Bun!", | ||
"lang": "en", | ||
"categories": ["entertainment", "books", "comics"], | ||
"icons": [ | ||
{ | ||
"src": "/src/assets/favicon notr/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/src/assets/favicon notr/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/src/assets/favicon notr/favicon-circular-miruro-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"src": "screenshots/homepage.png", | ||
"sizes": "1024x768", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "screenshots/read-view.png", | ||
"sizes": "1024x768", | ||
"type": "image/png" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.