You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert JavaScript to TypeScript for improved type safety and maintainability (#4)
* Initial plan
* Convert JavaScript to TypeScript with build setup
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Complete TypeScript conversion with cleanup and documentation
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Replace magic numbers with named constants for default window dimensions
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Add GitHub Copilot setup workflow for development environment
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Enhance GitHub Copilot setup workflow with comprehensive validation and better structure
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Improve Copilot setup workflow with better error handling and validation
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Fix copilot-setup-steps.yml to match official documentation specification
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Add Devcontainer support for development environment
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Update Node.js to v22 LTS and add Japanese comments to tsconfig.json
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Remove Japanese comments from tsconfig.json for cleaner JSON format
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
* Update src/background.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Refactor: Move type definitions to a new types.ts file and update imports in background.ts and popup.ts
* Cleanup: Remove unnecessary comments from copilot-setup-steps.yml for clarity
* Cleanup: Remove npm cache configuration from Copilot setup steps
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix: Update import path for types and correct return type in getDisplayInfo function
* Refactor: Consolidate type definitions into shared-types.ts and update references in background.ts and popup.ts
* Enhance: Update watch script in package.json to preserve output and add watchOptions in tsconfig.json
* Enhance: Add GitHub Actions extension to VSCode customizations in devcontainer.json
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: SIkebe <SIkebe@users.noreply.github.com>
0 commit comments