Skip to content

fix: Change start point of wxt-demo - #2591

Open
fkatsuhiro wants to merge 3 commits into
wxt-dev:mainfrom
fkatsuhiro:fix/issue-2564
Open

fix: Change start point of wxt-demo#2591
fkatsuhiro wants to merge 3 commits into
wxt-dev:mainfrom
fkatsuhiro:fix/issue-2564

Conversation

@fkatsuhiro

@fkatsuhiro fkatsuhiro commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Overview

  • Startup URL migration: Changed webExt.startUrls in wxt.config.ts from duckduckgo.com to example.com (done prior to this session).
  • Content script alignment: Updated matches in ui.content/automount.content from duckduckgo to example.com. Replaced the duckduckgo-specific anchor 'form[role=search]' (search form) with div, which exists on example.com (the page's wrapping container).
  • Color scheme: Replaced duckduckgo colors with a white base.

Manual Testing

2026-08-15.8.01.18.mov

Related Issue

This PR fix #2564

@fkatsuhiro
fkatsuhiro requested a review from aklinker1 as a code owner August 9, 2026 14:32
@netlify

netlify Bot commented Aug 9, 2026

Copy link
Copy Markdown

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit fb41655
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/6a9281c58bf4c300082bbf2b
😎 Deploy Preview https://deploy-preview-2591--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the pkg/wxt-demo Includes changes to the `packages/wxt-demo` directory label Aug 9, 2026
@fkatsuhiro fkatsuhiro changed the title replace: default setup url to example.com Fix: Change start point of wxt-demo Aug 14, 2026
@PatrykKuniczak PatrykKuniczak changed the title Fix: Change start point of wxt-demo fix: Change start point of wxt-demo Aug 29, 2026
@pkg-pr-new

pkg-pr-new Bot commented Aug 29, 2026

Copy link
Copy Markdown

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2591

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2591

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2591

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2591

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2591

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2591

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2591

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2591

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2591

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2591

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2591

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2591

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2591

wxt

npm i https://pkg.pr.new/wxt@2591

commit: fb41655

@PatrykKuniczak PatrykKuniczak left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 😄

@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.39%. Comparing base (9b46da8) to head (fb41655).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2591      +/-   ##
==========================================
- Coverage   79.54%   79.39%   -0.15%     
==========================================
  Files         135      135              
  Lines        4048     4048              
  Branches      943      943              
==========================================
- Hits         3220     3214       -6     
- Misses        732      737       +5     
- Partials       96       97       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg/wxt-demo Includes changes to the `packages/wxt-demo` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change start point of wxt-demo

2 participants