From 7bd4a0e998384783d63a7bd3530c71abb6dabc5f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:25:51 +0000 Subject: [PATCH 1/2] feat: hide header on mobile and enable resolution search with correct styling Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com> --- .github/FUNDING.yml | 2 +- README.md | 165 ++++++++------------------ components/header-search-button.tsx | 9 +- components/header.tsx | 2 +- components/mobile-icons-bar.tsx | 22 ++-- components/purchase-credits-popup.tsx | 2 +- components/usage-view.tsx | 2 +- patch_header_search.js | 16 +++ patch_mobile_icons.js | 7 ++ patch_mobile_icons_2.js | 24 ++++ 10 files changed, 120 insertions(+), 131 deletions(-) create mode 100644 patch_header_search.js create mode 100644 patch_mobile_icons.js create mode 100644 patch_mobile_icons_2.js diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1a7275ce..5b968d8e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -12,4 +12,4 @@ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cl polar: # Replace with a single Polar username buy_me_a_coffee: # Replace with a single Buy Me a Coffee username thanks_dev: # Replace with a single thanks.dev username -custom: https://www.paypal.com/ncp/payment/H7JHQ5LZPY63S +custom: https://paypal.me/queuenorth diff --git a/README.md b/README.md index 10039de7..144aca00 100644 --- a/README.md +++ b/README.md @@ -1,165 +1,96 @@