-
Notifications
You must be signed in to change notification settings - Fork 63
Delete Browser Extension page and associated resources #1649
Conversation
Storybook and Tailwind configuration previews: Ready Storybook: https://wordpress.github.io/openverse-frontend/_preview/1649 Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again. You can check the GitHub pages deployment action list to see the current status of the deployments. |
Size Change: -39.9 kB (-3%) Total Size: 1.3 MB
ℹ️ View Unchanged
|
The images for this page can also be deleted—I'll draft this until I do that. |
@zackkrida, you will need to rebase onto main. This branch is in a really weird state where it's using a change (the import path for |
c8ed915
to
d5095b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything is perfect! The only thing left is the src/components/ExtensionBrowsers.vue
component.
@obulat nice find, thank you! |
8574357
to
c160b93
Compare
Rebased to include the changes from #1644 and will merge once CI passes. |
There's some difference in the spacing between paragraphs on the sources page. This is causing the visual regression tests to fail. |
c160b93
to
22c7119
Compare
@@ -3,7 +3,7 @@ | |||
<slot /> | |||
<VTeleport to="skip-to-content"> | |||
<VButton | |||
class="ms-2 z-50 mt-2 focus:fixed focus:absolute" | |||
class="z-50 mt-2 ms-2 focus:fixed focus:absolute" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really don't understand why here it doesn't raise a linting error!
Fixes
Fixes #1648 by @zackkrida
Description
Deletes the browser extension page, navigation link, and associated translation strings.
Testing Instructions
Make sure all tests and CI pass, and view the site locally to observe the page is gone.
Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin