Skip to content

Delete Dropdown and LanguageSelector Components #5704

@bmuenzenmeyer

Description

@bmuenzenmeyer

The Dropdown and LanguageSelector components are being ported to the new website design. But we will remove themfor now so as to not complicate our styles.

Remove all references to them within the current codebase. This includes:

  • all files within components/Common/Dropdown
    • if this is the last work within a higher directory, delete that too
    • perform a global search for the component. If found elsewhere, remove its usage
  • all files within components/Common/LanguageSelector
    • if this is the last work within a higher directory, delete that too
    • perform a global search for the component. If found elsewhere, remove its usage
  • all references to the component within internationalization files.
    • look for components.common.languageSelector.* keys within i18n/locales/{locale}.json files
    • ensure these files remain valid JSON by being mindful of commas when deleting lines

As with all contributions, run local commands to ensure the deletion was cleanly executed:

  • npx turbo lint
  • npx turbo format
  • npx turbo test
  • npx turbo build
  • npx turbo serve

Metadata

Metadata

Assignees

No one assigned

    Labels

    website redesignIssue/PR part of the Node.js Website Redesign

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions