Seperator -> Separator#823
Merged
Merged
Conversation
|
@philon- is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR corrects a spelling error by renaming the Separator component file from Seperator.tsx to Separator.tsx and updates all import references accordingly.
- Fixes the misspelled filename from "Seperator" to "Separator"
- Updates import statements across multiple files to reference the corrected filename
- Standardizes the import path format to use
@app/components/UI/Separator
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/web/src/pages/Dashboard/index.tsx | Updates import to use corrected Separator path |
| packages/web/src/components/UI/Separator.tsx | Updates React ref type from ElementRef to ComponentRef |
| packages/web/src/components/PageComponents/Map/NodeDetail.tsx | Updates import to use corrected Separator path |
| packages/web/src/components/Dialog/RebootDialog.tsx | Updates import to use corrected Separator path |
| packages/web/src/components/Dialog/NodeDetailsDialog/NodeDetailsDialog.tsx | Updates import to use corrected Separator path |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
bcd69bf to
67c0f80
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
danditomaso
added a commit
that referenced
this pull request
Sep 2, 2025
This reverts commit 3582499.
danditomaso
added a commit
that referenced
this pull request
Sep 2, 2025
philon-
added a commit
to philon-/meshtastic-web
that referenced
this pull request
Sep 2, 2025
This reverts commit e421eb4.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR changes the file name of the
Separatorcomponent fromSeperator.tsxtoSeparator.tsxRelated Issues
Changes Made
Testing Done
Screenshots (if applicable)
Checklist
CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)