From a82cc67033227d33028c9c3aed47e9770d91fa88 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:31:48 +0000 Subject: [PATCH 1/2] feat: replace glassmorphic dependency with tailwind utilities Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com> --- bun.lock | 3 --- package.json | 1 - 2 files changed, 4 deletions(-) diff --git a/bun.lock b/bun.lock index a3de9819..ce2e7dd1 100644 --- a/bun.lock +++ b/bun.lock @@ -55,7 +55,6 @@ "exa-js": "^1.6.13", "framer-motion": "^12.23.24", "geotiff": "^2.1.4-beta.1", - "glassmorphic": "^0.0.3", "katex": "^0.16.22", "lodash": "^4.17.21", "lottie-react": "^2.4.1", @@ -1521,8 +1520,6 @@ "gl-matrix": ["gl-matrix@3.4.4", "", {}, "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ=="], - "glassmorphic": ["glassmorphic@0.0.3", "", {}, "sha512-sbobZNaKuyup+X450P1brVofyXvl7flXdPGj8UyjvXdT3YXNYTWm3idk/dTcK0YxzhY0igk9t8e1UITP/vNAAw=="], - "glob": ["glob@10.3.10", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.3.5", "minimatch": "^9.0.1", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", "path-scurry": "^1.10.1" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g=="], "glob-parent": ["glob-parent@6.0.2", "", { "dependencies": { "is-glob": "^4.0.3" } }, "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A=="], diff --git a/package.json b/package.json index cdf8a7e3..c3df5a38 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,6 @@ "exa-js": "^1.6.13", "framer-motion": "^12.23.24", "geotiff": "^2.1.4-beta.1", - "glassmorphic": "^0.0.3", "katex": "^0.16.22", "lodash": "^4.17.21", "lottie-react": "^2.4.1", From c46ef43ffd76f3b30a8a35b13fff985556b2e440 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 07:51:31 +0000 Subject: [PATCH 2/2] feat: replace glassmorphic dependency with tailwind utilities and sync with main Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com> --- app/layout.tsx | 23 +++++++++++++++++++++++ components/resolution-image.tsx | 4 ++-- components/search-results-image.tsx | 7 +++---- package.json | 4 ++-- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index bddadc19..f5910034 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -65,6 +65,29 @@ export default function RootLayout({ }>) { return ( + +