Skip to content

Revert "Seperator -> Separator"#827

Merged
danditomaso merged 1 commit into
mainfrom
revert-823-fix-rename-seperator
Sep 2, 2025
Merged

Revert "Seperator -> Separator"#827
danditomaso merged 1 commit into
mainfrom
revert-823-fix-rename-seperator

Conversation

@danditomaso

Copy link
Copy Markdown
Collaborator

Reverts #823

image

Copilot AI review requested due to automatic review settings September 2, 2025 13:41
@vercel

vercel Bot commented Sep 2, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
web-test Ready Ready Preview Comment Sep 2, 2025 1:41pm

@danditomaso danditomaso merged commit e421eb4 into main Sep 2, 2025
4 checks passed
@danditomaso danditomaso deleted the revert-823-fix-rename-seperator branch September 2, 2025 13:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reverts the previous commit that corrected the spelling of "Separator" from "Seperator" across the codebase. It restores the original misspelling and updates imports to reference the misspelled filename.

  • Reverts import statements to use "Seperator.tsx" instead of "Separator"
  • Changes React component type reference from ComponentRef back to ElementRef

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
packages/web/src/pages/Dashboard/index.tsx Reverts import to use misspelled "Seperator.tsx" filename
packages/web/src/components/UI/Seperator.tsx Changes React type reference from ComponentRef to ElementRef
packages/web/src/components/PageComponents/Map/NodeDetail.tsx Reverts import to use misspelled "Seperator.tsx" filename
packages/web/src/components/Dialog/RebootDialog.tsx Reverts import to use misspelled "Seperator.tsx" filename
packages/web/src/components/Dialog/NodeDetailsDialog/NodeDetailsDialog.tsx Reverts import to use misspelled "Seperator.tsx" filename

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

import LanguageSwitcher from "@components/LanguageSwitcher.tsx";
import { Button } from "@components/UI/Button.tsx";
import { Separator } from "@components/UI/Separator";
import { Separator } from "@components/UI/Seperator.tsx";

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

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

The filename "Seperator.tsx" contains a spelling error. It should be "Separator.tsx" (correct spelling of "Separator").

Suggested change
import { Separator } from "@components/UI/Seperator.tsx";
import { Separator } from "@components/UI/Separator.tsx";

Copilot uses AI. Check for mistakes.
import { TimeAgo } from "@components/generic/TimeAgo.tsx";
import { Avatar } from "@components/UI/Avatar.tsx";
import { Separator } from "@components/UI/Separator";
import { Separator } from "@components/UI/Seperator.tsx";

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

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

The filename "Seperator.tsx" contains a spelling error. It should be "Separator.tsx" (correct spelling of "Separator").

Suggested change
import { Separator } from "@components/UI/Seperator.tsx";
import { Separator } from "@components/UI/Separator.tsx";

Copilot uses AI. Check for mistakes.
import { Input } from "@components/UI/Input.tsx";
import { Label } from "@components/UI/Label.tsx";
import { Separator } from "@components/UI/Separator";
import { Separator } from "@components/UI/Seperator.tsx";

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

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

The filename "Seperator.tsx" contains a spelling error. It should be "Separator.tsx" (correct spelling of "Separator").

Suggested change
import { Separator } from "@components/UI/Seperator.tsx";
import { Separator } from "@components/UI/Separator.tsx";

Copilot uses AI. Check for mistakes.
DialogTitle,
} from "@components/UI/Dialog.tsx";
import { Separator } from "@components/UI/Separator";
import { Separator } from "@components/UI/Seperator.tsx";

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

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

The filename "Seperator.tsx" contains a spelling error. It should be "Separator.tsx" (correct spelling of "Separator").

Suggested change
import { Separator } from "@components/UI/Seperator.tsx";
import { Separator } from "@components/UI/Separator.tsx";

Copilot uses AI. Check for mistakes.
philon- added a commit to philon-/meshtastic-web that referenced this pull request Sep 2, 2025
danditomaso added a commit that referenced this pull request Sep 3, 2025
* Reapply "Seperator -> Separator (#823)" (#827)

This reverts commit e421eb4.

* Rename new seperator

* Update packages/web/src/components/Dialog/NodeDetailsDialog/NodeDetailsDialog.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/web/src/components/Dialog/RebootDialog.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/web/src/components/PageComponents/Map/NodeDetail.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/web/src/pages/Dashboard/index.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: philon- <philon-@users.noreply.github.com>
Co-authored-by: Dan Ditomaso <dan.ditomaso@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

2 participants