about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-1915-79/+347
|\
| * Explore fixes (#4540)Eric Bailey2024-06-183-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use safe check, check for next page, handle varied lengths * Fix border width * Move safe check * Add font_heavy and use it on the explore page headers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Is it "newskie" or "newsky" 🤔 (#4557)Eric Bailey2024-06-183-1/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add newskie icon (cherry picked from commit 152e074ee053e076bf644e368047e486a5ad127c) (cherry picked from commit 8d2326f115c9c9d32aa1c41259bb81936b3868aa) * add size prop (cherry picked from commit af09ae2d8f4fedf8a50993e94b76efc44a2ef4ea) (cherry picked from commit 38dd38451bcce8afcf302ad1180802640857722a) * add a dialog for newskies to profiles (cherry picked from commit fe16f55e9c5e8faef540b563662b0c0c9a1d2d77) (cherry picked from commit c5b9f1b16ace276f422832069db076a5360616fe) * move newskie to handle (cherry picked from commit 150f2635b278a92ed67dcec748333b428aacb670) (cherry picked from commit 1efaaf835380f4e76d2e4b7fe8b727a92731a794) * use "say hello" in newskie dialog (cherry picked from commit d9a286cfc823a9e697061de84dd317625741a862) (cherry picked from commit 018dd1739fee68906dec63e05519f5ca9ae73910) * tweaks (cherry picked from commit 070363c947600c48368b01c776ea34fbf422f81e) (cherry picked from commit c30855d4ff311e31fb6ae357a9d6cd1662b291d5) * Tweaks * Re-export newskie icon * Design tweaks * Tweaks * Add source icon * Remove unused file * Remove unneeded edits * Simplify logic * Update source * Moderate displayName, fix createdAt type --------- Co-authored-by: Hailey <me@haileyok.com>
| * fix keyboard overlaying onboarding inputs (#4558)Hailey2024-06-182-3/+12
| |
| * Add `useGetTimeAgo` and utils (#4556)Eric Bailey2024-06-185-59/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create a testable version of ago() and re-enable the disabled test (#4364) * Enable the test of ago() * Use test cases This puts the input and the expected values next to each other. * Create dateDiff function This is a copy of ago(), but with the ability to specify the second date instead of using Date.now(). * Let ago() use dateDiff() * Move constants close to usage * Test dateDiff instead of ago This makes it possible to test the dates without being forced to rely on what the current date is. The commented out tests do not yet pass. This is fixed in later commits. * Update dateDiff and enable the remaining tests * Split up tests, use date-fns as helpers * Remove old test * Add long format * Add hook * Migrate to hooks * Delete old code * Or equal to * Update comment --------- Co-authored-by: Jan Aagaard <jan@aagaard.net>
| * Unconditionally polyfill Intl.PluralRules for native (#4554)dan2024-06-181-1/+1
| | | | | | | | | | | | | | * Revert "Fix Android startup perf regression (#4544)" This reverts commit e6213d7aa56faa6994a27bf127c63ded69e67d6f. * Force polyfill
| * Use exact imports for icons (#4549)dan2024-06-181-3/+3
| | | | | | | | | | * Use exact imports for icons * Add a lint rule
* | Update src/locale/locales/zh-TW/messages.poKuwa Lee2024-06-181-1/+1
| | | | | | Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* | Update src/locale/locales/zh-TW/messages.poKuwa Lee2024-06-181-1/+1
| | | | | | Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* | Update src/locale/locales/zh-TW/messages.poKuwa Lee2024-06-181-1/+1
| | | | | | Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* | Merge branch 'bluesky-social:main' into zhFrudrax Cheng2024-06-1810-56/+78
|\|
| * Explore feed cards (#4521)Eric Bailey2024-06-172-23/+22
| | | | | | | | | | | | | | | | | | * Replace FeedSourceCard on Explore page (cherry picked from commit e7e9787bfaa9368bfaeaaa4ca144ab77b438219c) * Replace FeedSourceCard on Search page (cherry picked from commit ac47aade7622d359eee9509763cda666d964d8a3)
| * Onboarding fixes (#4508)Eric Bailey2024-06-172-2/+2
| | | | | | | | | | * Add extra padding to bottom of profile step * Make profile pic gen higher res
| * Add `native_pwi_disabled` feature gate experiment (#4507)Eric Bailey2024-06-174-5/+25
| | | | | | | | | | * Add native_pwi_disabled feature gate experiment * Use const
| * Select, don't mutate (#4541)Eric Bailey2024-06-171-19/+21
| |
| * Don't show "Pin/Add" button on feed card w/ no session (#4539)Hailey2024-06-171-0/+7
| | | | | | | | | | * pt 1 * tweak
| * Add patch for `RCTBaseTextInput` fixing `selectTextOnFocus` prop (#4533)Hailey2024-06-171-7/+1
| | | | | | | | | | * create patch * remove js fix in `SearchScreen`
* | Update src/locale/locales/zh-TW/messages.poKuwa Lee2024-06-181-1/+1
| | | | | | Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* | Update src/locale/locales/zh-TW/messages.poKuwa Lee2024-06-181-1/+1
| | | | | | Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* | CN: Optimize 'follow' translationsFrudrax Cheng2024-06-171-4/+4
| |
* | CN: run intl:extractFrudrax Cheng2024-06-171-4/+4
| |
* | CN: Remove superseded stringsFrudrax Cheng2024-06-171-23/+1
| |
* | CN: Update translatesFrudrax Cheng2024-06-171-348/+367
| |
* | TW: Update and cleanKuwa Lee2024-06-161-50/+107
| |
* | Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-162-47/+45
|\|
| * fix native post meta (#4530)Hailey2024-06-162-47/+45
| |
* | Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-1515-161/+1011
|\|
| * Use URI as key (#4522)Eric Bailey2024-06-141-1/+1
| |
| * Feed source card (#4512)Eric Bailey2024-06-146-21/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pass event through click handlers * Add FeedCard, use in Feeds screen * Tweak space * Don't contrain rt height * Tweak space * Fix type errors, don't pass event to fns that don't expect it * Show unresolved RT prior to facet resolution
| * Fix kawaii logo (#4505)Minseo Lee2024-06-141-1/+2
| |
| * Redo explore page (#4491)Eric Bailey2024-06-145-93/+655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Redo explore page, wip * Remove circle icons * Load more styling * Lower limit * Some styling tweaks * Abstract * Add tab, query, factor out * Revert unneeded change * Revert unneeded change v2 * Update copy * Load more styling * Header styles * The thin blue line * Make sure it's hairline * Update query keys * Border * Expand avis * Very load more copy
| * Fix count again (#4516)Eric Bailey2024-06-141-1/+1
| |
| * Add known followers to shadow cache (#4517)Eric Bailey2024-06-142-2/+32
| |
| * Reuse overfetching for popular feeds, add in existing filtering (#4501)Eric Bailey2024-06-142-45/+101
| |
* | Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-141-0/+21
|\|
| * Try/catch URL parsing of referrer (#4511)Samuel Newman2024-06-131-6/+13
| |
| * add `document.referrer` to statsig custom (#4509)Hailey2024-06-131-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add referrer to statsig custom dont include referrer if hostname is bsky.app save add `document.referrer` to statsig custom * add a hostname field * account for ssr * account for ssr
* | TW: hot fixKuwa Lee2024-06-141-2/+2
| |
* | TW: Update and cleanKuwa Lee2024-06-141-138/+146
| |
* | Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-142-3/+23
|\|
| * Calculate correct keyboard offset in composer (#4500)Samuel Newman2024-06-131-2/+17
| | | | | | | | | | | | | | * calculate correct keyboard offset * give viewHeight a default value * much simpler approach
| * Hide bio and social proof for blocked users (#4504)dan2024-06-131-1/+6
| |
* | Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-136-101/+177
|\|
| * KnownFollowers localization (#4494)Minseo Lee2024-06-131-22/+28
| | | | | | | | | | | | | | * Update KnownFollowers.tsx * Update KnownFollowers.tsx * Update KnownFollowers.tsx
| * Fix profile hover card blocked state (#4480)Eric Bailey2024-06-132-27/+65
| | | | | | | | | | | | | | | | | | * Fix: mini profile on hover allows following a blocker/blocked user (#4423) (#4440) * Tweaks --------- Co-authored-by: Michał Gołda <michal.golda@hotmail.com>
| * Set profile hover prefetch stale time to 30s (#4417)Eric Bailey2024-06-132-34/+42
| | | | | | | | | | | | | | * Set prefetch stale time to 30s * Run prefetch on mouseOver * Only prefetch once on mousemove
| * Prevent rich-formatting paste (#4327)Mary2024-06-131-8/+19
| | | | | | | | | | * fix: prevent rich-formatting paste * fix: return true instead of preventDefault
| * Show social proof in hovercards (#4502)dan2024-06-132-1/+22
| | | | | | | | | | * Add social proof to hovercards * Close it more reliably
| * Just use server count (#4499)Eric Bailey2024-06-121-9/+1
| | | | | | | | | | * Just use server count * Fix count
* | Merge branch 'bluesky-social:main' into zhKuwa Lee2024-06-133-7/+15
|\|