feat: add Text Tools extension page

This commit is contained in:
Jose Juan Moñino
2026-07-10 11:11:05 +02:00
parent c5958f283f
commit c52204f57e
9 changed files with 970 additions and 276 deletions
+4 -2
View File
@@ -174,7 +174,9 @@ func main() {
func sendDiscordNotification(webhookURL string, req FeedbackRequest) {
reasonLabels := map[string]string{
"not-needed": "Didn't need it",
"love-it": "Love it!",
"works-fine": "Works as expected",
"not-needed": "Don't need it",
"too-many": "Too many extensions",
"bugs": "Bugs or issues",
"alternative": "Prefer an alternative",
@@ -203,7 +205,7 @@ func sendDiscordNotification(webhookURL string, req FeedbackRequest) {
payload := map[string]interface{}{
"embeds": []map[string]interface{}{
{
"title": "📋 Uninstall Feedback",
"title": "📋 Feedback",
"description": description,
"color": 0xf97316,
"timestamp": time.Now().UTC().Format(time.RFC3339),