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(toolbar): Rename every internal reference of overlay/plugins to toolbar/apps #9647

Merged
merged 7 commits into from
Jan 11, 2024

Conversation

Princesseuh
Copy link
Member

@Princesseuh Princesseuh commented Jan 8, 2024

Changes

Rename everything from overlay to toolbar and plugins to apps, normally nothing breaking. There's some internal elements renamed, but 1. apps shouldn't be relying on those names and 2. I checked every apps I could find on GitHub and they didn't seem to rely on it.

Testing

Tests should pass!

Docs

N/A, docs already use the proper terms everywhere

Copy link

changeset-bot bot commented Jan 8, 2024

⚠️ No Changeset found

Latest commit: 1f4ea6f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pr: docs A PR that includes documentation for review labels Jan 8, 2024
Copy link
Contributor

github-actions bot commented Jan 8, 2024

⚖️ Bundle Size Check

Latest commit: 1f4ea6f

File Old Size New Size Change
apps/astro 0 B 45.7 KB + 45.7 KB
apps/audit/a11y 0 B 158 KB + 158 KB
apps/audit/index 0 B 162.75 KB + 162.75 KB
apps/settings 0 B 3.77 KB + 3.77 KB
apps/utils/highlight 0 B 1003 B + 1003 B
apps/utils/icons 0 B 698 B + 698 B
apps/utils/window 0 B 119 B + 119 B
apps/xray 0 B 4.22 KB + 4.22 KB
entrypoint 0 B 245.33 KB + 245.33 KB
settings 0 B 685 B + 685 B
toolbar 0 B 40.22 KB + 40.22 KB
ui-library/badge 0 B 1.62 KB + 1.62 KB
ui-library/button 0 B 1.82 KB + 1.82 KB
ui-library/card 0 B 1.63 KB + 1.63 KB
ui-library/highlight 0 B 30.76 KB + 30.76 KB
ui-library/icon 0 B 30.08 KB + 30.08 KB
ui-library/icons 0 B 29.28 KB + 29.28 KB
ui-library/index 0 B 42.24 KB + 42.24 KB
ui-library/toggle 0 B 1.4 KB + 1.4 KB

@sarah11918 sarah11918 removed the pr: docs A PR that includes documentation for review label Jan 9, 2024
@github-actions github-actions bot added the pr: docs A PR that includes documentation for review label Jan 9, 2024
@Princesseuh Princesseuh removed the pr: docs A PR that includes documentation for review label Jan 10, 2024
@Princesseuh Princesseuh marked this pull request as ready for review January 10, 2024 21:31
@Princesseuh Princesseuh merged commit 37e1018 into main Jan 11, 2024
15 checks passed
@Princesseuh Princesseuh deleted the refactor/rename-overlay branch January 11, 2024 19:03
ematipico pushed a commit that referenced this pull request Jan 12, 2024
… to toolbar/apps (#9647)

* refactor(toolbar): Rename every internal reference of overlay/plugins to toolbar/apps

* refactor: rename vite plugin

* fix: update import

* nit: add setting fallback
ematipico added a commit that referenced this pull request Jan 17, 2024
* feat(i18n): disable redirect

* feat(i18n): add option to disable redirect to default language

* chore: add schema validation

* docs

* changeset

* Update packages/astro/src/core/config/schema.ts

Co-authored-by: Bjorn Lu <[email protected]>

* chore: address feedback

* fix test

* Update .changeset/cyan-grapes-suffer.md

Co-authored-by: Sarah Rainsberger <[email protected]>

* Update packages/astro/src/@types/astro.ts

Co-authored-by: Sarah Rainsberger <[email protected]>

* Fix discord fetch code (#9663)

* Force re-execution of Partytown's head snippet on view transitions (#9666)

* Remove the header script before a view transition takes place to force a reload on the next page

* Add changeset

* Save another char

* [ci] format

* fix(assets): Implement all hooks in the passthrough image service (#9668)

* fix(assets): Implement all hooks in the passthrough image service

* chore: changeset

* refactor(toolbar): Rename every internal reference of overlay/plugins to toolbar/apps (#9647)

* refactor(toolbar): Rename every internal reference of overlay/plugins to toolbar/apps

* refactor: rename vite plugin

* fix: update import

* nit: add setting fallback

* Disable file watcher for internal one-off vite servers (#9665)

* Use node:test and node:assert/strict (#9649)

* [ci] format

* fix(i18n): emit an error when the index isn't found (#9678)

* fix(i18n): emit an error when the index isn't found

* changeset

* Update .changeset/proud-guests-bake.md

Co-authored-by: Sarah Rainsberger <[email protected]>

* rename

* Update packages/astro/src/core/errors/errors-data.ts

Co-authored-by: Florian Lefebvre <[email protected]>

---------

Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: Florian Lefebvre <[email protected]>

* feat(i18n): add option to disable redirect to default language

* chore: rebase

* Update packages/astro/src/@types/astro.ts

Co-authored-by: Bjorn Lu <[email protected]>

* lock file update

---------

Co-authored-by: Bjorn Lu <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Erika <[email protected]>
Co-authored-by: Bjorn Lu <[email protected]>
Co-authored-by: Florian Lefebvre <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants