mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
214b3b7a3c
* Use CSS Variables and styled-components composition instead. * Added Solid component for automatic recognition if a component is on a solid surface. * Rewrote Button component. * Extracted animation keyframes for repeated use. * Rewrote Listbox and Menu (both are now based on ReachUI). * Listbox and Menu now have an improved API based on compound components. * Replaced hardcoded breakpoints with constants. * Extracted featured theme into its own component. * Added setting to turn featured theme preview off or in cover-only mode. * Extracted MultiCoverImage into its own component to reduce repeated logic. * Rewrote Switcher with better API and fixed invalid motion transitions. * Added ToastHub which can hold multiple toasts at the same time. * Added PlaylistAddToast which notifies that a theme was added to the local playlist. * HeightTransition now longer clips shadows. * Improved the overlay of the background video player. * The list of years is now generated statically. * Fixed motion transitions on /r/anime awards page. * Settings were moved from the /dev to the /profile page. * Updated /design page. * Rearranged buttons on the home page (mobile only). * Fixed spacing of buttons on the home page. * Removed headlessui as a dependency. * Upgraded Next.js to version 12.1.0.
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"name": "AnimeThemes",
|
|
"short_name": "AnimeThemes",
|
|
"icons": [
|
|
{
|
|
"src": "/wiki/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/wiki/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"start_url": "/wiki/",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|