ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto

rearrange platform uploads, order by intended implementation

byarielm.fyi 9418058b edddd796

verified
Changed files
+23 -23
src
config
+23 -23
src/config/platforms.ts
··· 20 20 } 21 21 22 22 export const PLATFORMS: Record<string, PlatformConfig> = { 23 - twitter: { 24 - name: "Twitter/X", 25 - icon: SiX, 26 - color: "from-blue-400 to-blue-600", 27 - accentBg: "bg-blue-500", 28 - fileHint: "following.txt, data.json, or data.zip", 29 - enabled: false, 30 - defaultApp: "bluesky", 23 + tiktok: { 24 + name: "TikTok", 25 + icon: SiTiktok, 26 + color: "from-black via-gray-800 to-cyan-400", 27 + accentBg: "bg-black", 28 + fileHint: "Following.txt or data ZIP", 29 + enabled: true, 30 + defaultApp: "spark", 31 31 }, 32 32 instagram: { 33 33 name: "Instagram", ··· 38 38 enabled: true, 39 39 defaultApp: "bluesky", 40 40 }, 41 - tiktok: { 42 - name: "TikTok", 43 - icon: SiTiktok, 44 - color: "from-black via-gray-800 to-cyan-400", 45 - accentBg: "bg-black", 46 - fileHint: "Following.txt or data ZIP", 47 - enabled: true, 48 - defaultApp: "spark", 49 - }, 50 - tumblr: { 51 - name: "Tumblr", 52 - icon: SiTumblr, 53 - color: "from-indigo-600 to-blue-800", 54 - accentBg: "bg-indigo-600", 55 - fileHint: "following.csv or data export", 41 + twitter: { 42 + name: "Twitter/X", 43 + icon: SiX, 44 + color: "from-blue-400 to-blue-600", 45 + accentBg: "bg-blue-500", 46 + fileHint: "following.txt, data.json, or data.zip", 56 47 enabled: false, 57 48 defaultApp: "bluesky", 58 49 }, ··· 71 62 color: "from-red-600 to-red-700", 72 63 accentBg: "bg-red-600", 73 64 fileHint: "subscriptions.csv or Takeout ZIP", 65 + enabled: false, 66 + defaultApp: "bluesky", 67 + }, 68 + tumblr: { 69 + name: "Tumblr", 70 + icon: SiTumblr, 71 + color: "from-indigo-600 to-blue-800", 72 + accentBg: "bg-indigo-600", 73 + fileHint: "following.csv or data export", 74 74 enabled: false, 75 75 defaultApp: "bluesky", 76 76 },