-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sweep: rename all user visible instances of "threads" to "smiths" #1
Comments
🚀 Here's the PR! #2💎 Sweep Pro: You have unlimited Sweep issues
Actions
Step 1: 🔎 Searching(Click to expand) Here are the code search results. I'm now analyzing these search results to write the PR.threads-clone/src/components/user/user-details.tsx Lines 1 to 135 in 6379922
threads-clone/src/components/auth/account-setup-form.tsx Lines 1 to 280 in 6379922
threads-clone/src/app/layout.tsx Lines 1 to 99 in 6379922
threads-clone/src/config/site.ts Lines 1 to 11 in 6379922
threads-clone/src/components/icons.tsx Lines 1 to 259 in 6379922
threads-clone/src/components/ui/button.tsx Lines 1 to 55 in 6379922
threads-clone/src/components/ui/resize-textarea.tsx Lines 1 to 41 in 6379922
threads-clone/src/components/ui/avatar.tsx Lines 1 to 49 in 6379922
threads-clone/src/components/ui/separator.tsx Lines 1 to 30 in 6379922
Step 2: ⌨️ CodingI'm going to follow the following steps to help you solve the GitHub issue:
Here are the changes we decided to make. I'm done making edits and now I'm just validating the changes using a linter to catch any mistakes like syntax errors or undefined variables:
|
Currently this app is called "threads", we want to call it "smiths" instead. Make sure to rename all user visible instances of "threads" in the app. First check the components files that are being used to build the UI and look for the word "threads" in strings that end up in the final HTML, then change those to "smiths".
The text was updated successfully, but these errors were encountered: