From 06d94332b6dbb70dbdb55b2e1c4d5d1e7f1fa644 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 14 Oct 2025 21:35:37 +0200 Subject: [PATCH] Update keyword search placeholder names --- web/components/filters/search.tsx | 43 +++++++++++++++++-------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/web/components/filters/search.tsx b/web/components/filters/search.tsx index d2fd2c61..07a7ca9b 100644 --- a/web/components/filters/search.tsx +++ b/web/components/filters/search.tsx @@ -32,21 +32,16 @@ export const WORDS: string[] = [ "Sustainability", "Veganism", "Meditation", - "Climate action", - "Animal welfare", + "Climate", + "Animal", "Community living", "Open source", "Spirituality", - "Mutual aid", // Intellectual interests "Philosophy", "AI safety", - "Effective altruism", - "Systems thinking", "Psychology", - "Thinking, Fast and Slow", - "History of ideas", // Arts & culture "Indie film", @@ -54,32 +49,42 @@ export const WORDS: string[] = [ "Contemporary art", "Folk music", "Poetry", - "Sci-fi novels", + "Sci-fi", "Board games", // Relationship intentions - "Platonic friendship", - "Romantic partner", - "Collaborator", "Study buddy", "Co-founder", // Lifestyle "Digital nomad", - "Slow travel", - "Forest co-ops", "Permaculture", - "Yoga retreats", - "Mindful parenting", - "Non-smoker", + "Yoga", // Random human quirks (to make it feel alive) "Chess", "Rock climbing", - "Cold plunges", - "Tea ceremonies", "Stargazing", - "Urban gardening", + + // Other + "Feminism", + "Coding", + "ENFP", + "INTP", + "Therapy", + "Science", + "Camus", + "Running", + "Writing", + "Reading", + "Anime", + "Drawing", + "Photography", + "Linux", + "History", + "Graphics design", + "Math", + "Ethereum", ] function getRandomPair(count = 3): string {