diff options
author | arcalinea <arcalinea@users.noreply.github.com> | 2023-03-03 13:37:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 15:37:17 -0600 |
commit | d74ff9c2199ed9487a90413d076459638b07c470 (patch) | |
tree | 4fcb0baa2735c3150486eb20ea137accb96e6ee8 /src/lib/constants.ts | |
parent | 69d677427759e6eb5fd42f6b3afed3086f71031b (diff) | |
download | voidsky-d74ff9c2199ed9487a90413d076459638b07c470.tar.zst |
New user constants (#260)
* update users * update * With constructed intro feed, only grab 20 random suggested users to avoid perf issues * Don't 'check for latest' in the feed with the suggestions feed * Show/hide the welcome banner on account change (close #257) --------- Co-authored-by: Jay Graber <arcalinea@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index a93301b34..31947cd8f 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -30,7 +30,68 @@ export function TEAM_HANDLES(serviceUrl: string) { } export const PROD_SUGGESTED_FOLLOWS = [ + 'christina', + 'wesam', + 'jim', + 'ab', + 'karalabe', + 'clun', + 'staltz', + 'gillian', + 'karpathy', + 'zoink', 'john', + 'round', + 'vex', + 'umang', + 'atroyn', + 'poisonivy', + 'wongmjane', + 'lari', + 'arunwadhwa', + 'trav', + 'fred', + 'offscript', + 'satnam', + 'ella', + 'caspian', + 'spencer', + 'nickgrossman', + 'koji', + 'avy', + 'seymourstein', + 'joelg', + 'stig', + 'rabble', + 'hunterwalk', + 'evan', + 'aviral', + 'tami', + 'generativist', + 'gord', + 'ninjapleasedj', + 'robotics', + 'noahjnelson', + 'vijay', + 'scottbeale', + 'daybreakjung', + 'shelby', + 'joel', + 'space', + 'rish', + 'simon', + 'kelly', + 'maxbittker', + 'sylphrenetic', + 'caleb', + 'jik', + 'james', + 'neil', + 'tippenein', + 'mandel', + 'sharding', + 'tyler', + 'raymond', 'visakanv', 'saz', 'steph', @@ -39,12 +100,17 @@ export const PROD_SUGGESTED_FOLLOWS = [ 'weisser', 'katherine', 'annagat', + 'an', + 'kunal', 'josh', 'lurkshark', 'amir', 'amyxzh', 'danielle', 'jack-frazee', + 'daniellefong', + 'dystopiabreaker', + 'morgan', 'vibes', 'cat', 'yuriy', @@ -63,6 +129,7 @@ export const PROD_SUGGESTED_FOLLOWS = [ 'jennijuju', 'ian5v', 'bnewbold', + 'jasmine', 'chris', 'mtclai', 'willscott', |