Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update dev and build process and improvements #560

Merged
merged 17 commits into from
Oct 27, 2023

Conversation

ACTCD
Copy link
Collaborator

@ACTCD ACTCD commented Oct 22, 2023

  • Adjust and optimize the project directory structure to make it clearer and easier to expand
  • Content scripts and background script can build with ES modules
  • Import the original iOS App WebView project code
    • Migrate to app-shared group for future sharing with macOS app
  • Porting fix from fix: correctly returns xhr errors when type is blob #558
  • Some minor tweaks and optimizations to the iOS App WebView
    • Show informative text when using the default app document
    • Improved rendering flickering through min-height and min-width
    • Click on the current directory text to open the folder in Files app
  • Refactor the APIs append and injection process of user scripts in content scripts

This PR is also alternative implementation of 58d6530 from #478

@ACTCD ACTCD requested a review from quoid October 22, 2023 13:08
scripts/build-ext-v4.js Outdated Show resolved Hide resolved
scripts/build-ext-v5.js Outdated Show resolved Hide resolved
Copy link
Owner

@quoid quoid left a comment

Choose a reason for hiding this comment

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

These changes look good, thank you for the massive effort. Running the builds locally seem to work as expected. Awesome job with this.

@ACTCD ACTCD requested a review from quoid October 26, 2023 21:49
@ACTCD ACTCD merged commit 48c6962 into main Oct 27, 2023
1 check passed
@ACTCD ACTCD deleted the dev/update-dev-and-build-process branch October 27, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Userscripts with quotes in their names break
2 participants