From 07a6d21c30b3a0aca51c7a282f44db9b39729f3e Mon Sep 17 00:00:00 2001 From: Jacob Paris Date: Sat, 21 Sep 2024 22:24:00 +0800 Subject: [PATCH] Update from upstream --- .../assets}/favicons/apple-touch-icon.png | Bin .../assets}/favicons/favicon.svg | 0 heat-stack/app/components/ui/input-otp.tsx | 4 +- heat-stack/app/components/ui/input.tsx | 2 +- heat-stack/app/components/ui/textarea.tsx | 2 +- heat-stack/app/entry.server.tsx | 4 +- heat-stack/app/root.tsx | 15 ++-- heat-stack/app/routes/_seo+/sitemap[.]xml.ts | 4 +- heat-stack/app/utils/cache.server.ts | 2 +- heat-stack/index.js | 2 +- heat-stack/other/build-server.ts | 4 +- heat-stack/package.json | 4 +- heat-stack/public/favicons/README.md | 7 +- heat-stack/public/favicons/favicon-16x16.png | Bin 669 -> 0 bytes heat-stack/public/favicons/favicon-32x32.png | Bin 1435 -> 0 bytes heat-stack/public/favicons/mask-icon.svg | 1 - heat-stack/server/index.ts | 32 ++++++--- heat-stack/tests/e2e/note-images.test.ts | 2 +- heat-stack/vite.config.ts | 64 +++++++++++------- heat-stack/vitest.config.ts | 19 ------ 20 files changed, 86 insertions(+), 82 deletions(-) rename heat-stack/{public => app/assets}/favicons/apple-touch-icon.png (100%) rename heat-stack/{public => app/assets}/favicons/favicon.svg (100%) delete mode 100644 heat-stack/public/favicons/favicon-16x16.png delete mode 100644 heat-stack/public/favicons/favicon-32x32.png delete mode 100644 heat-stack/public/favicons/mask-icon.svg delete mode 100644 heat-stack/vitest.config.ts diff --git a/heat-stack/public/favicons/apple-touch-icon.png b/heat-stack/app/assets/favicons/apple-touch-icon.png similarity index 100% rename from heat-stack/public/favicons/apple-touch-icon.png rename to heat-stack/app/assets/favicons/apple-touch-icon.png diff --git a/heat-stack/public/favicons/favicon.svg b/heat-stack/app/assets/favicons/favicon.svg similarity index 100% rename from heat-stack/public/favicons/favicon.svg rename to heat-stack/app/assets/favicons/favicon.svg diff --git a/heat-stack/app/components/ui/input-otp.tsx b/heat-stack/app/components/ui/input-otp.tsx index 0f9678c1..01806465 100644 --- a/heat-stack/app/components/ui/input-otp.tsx +++ b/heat-stack/app/components/ui/input-otp.tsx @@ -40,7 +40,7 @@ const InputOTPSlot = React.forwardRef<
( ( return (