From 1ac327534183306db3ba9882517168c7a77e96cf Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Sun, 6 Oct 2024 23:39:07 -0400
Subject: [PATCH] Refactor social links
---
.github/ISSUE_TEMPLATE/config.yml | 8 ++++----
.gitignore | 2 ++
webview-ui/src/components/chat/ChatRow.tsx | 8 ++++----
webview-ui/src/components/settings/SettingsView.tsx | 4 ++--
4 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 0edff3a..2e84133 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,10 +1,10 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
- url: https://github.com/saoudrizwan/claude-dev/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop
- about: Share and vote on feature requests for Claude Dev
- - name: Claude Dev Discord Community
- url: https://discord.gg/claudedev
+ url: https://github.com/clinebot/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop
+ about: Share and vote on feature requests for Cline
+ - name: Cline Discord
+ url: https://discord.gg/cline
about: Join our Discord community for discussions and support
- name: Other Questions?
url: https://x.com/sdrzn
diff --git a/.gitignore b/.gitignore
index 0b60dfa..89382bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ dist
node_modules
.vscode-test/
*.vsix
+
+.DS_Store
diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx
index 20f0955..d46880a 100644
--- a/webview-ui/src/components/chat/ChatRow.tsx
+++ b/webview-ui/src/components/chat/ChatRow.tsx
@@ -451,7 +451,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
It seems like you're having Windows PowerShell issues, please see this{" "}
troubleshooting guide
@@ -484,9 +484,9 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
Uh-oh, this could be a problem on end. We've been alerted and
will resolve this ASAP. You can also{" "}
- contact us on discord
+ contact us
.
@@ -638,7 +638,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
shell: zsh, bash, fish, or PowerShell (CMD/CTRL + Shift + P →
"Terminal: Select Default Profile").{" "}
Still having trouble?
diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx
index e3dc3cb..396a553 100644
--- a/webview-ui/src/components/settings/SettingsView.tsx
+++ b/webview-ui/src/components/settings/SettingsView.tsx
@@ -158,8 +158,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
}}>
If you have any questions or feedback, feel free to open an issue at{" "}
-
v{version}