about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Create shared preferences API (#4654)Hailey2024-07-115-9/+138
|
* Fix search hashtags by author (#4773)Eric Bailey2024-07-111-1/+1
|
* [ALF] Theme & palette cleanup (#4769)Eric Bailey2024-07-1119-642/+839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Invert primary scale * Invert negative palette * Replace theme specific styles in Toggle * Remove theme specific colors from Button, improves secondary solid on dark mode * TextField * Remove from MessageItem * Threadgate editor * IconCircle * Muted words * Generate themes from hues * Cleanup * Deprecate more values, fix circular import * Invert positive too, hardly use * Button tweaks, some theme diffs * Match disabled state for negative button * Fix unread noty bg
* Filter yourself out of follows interstitial (#4770)Eric Bailey2024-07-111-2/+6
|
* ALF post button (#4767)Hailey2024-07-101-38/+35
|
* Fix alt text for GIFs (#4766)Hailey2024-07-102-4/+18
| | | | | * fix alt text dialog for gifs * only apply to native
* [Session] Include stack with the debug event (#4763)dan2024-07-101-1/+6
|
* [Session] Experiment: Don't use withProxy (#4762)dan2024-07-104-31/+88
| | | | | * Reorder statements * Remove withProxy() usage behind a gate
* Rename session event, scope to errors (#4761)dan2024-07-092-4/+6
|
* Log session events unconditionally (#4758)dan2024-07-092-1/+15
|
* Add social proof to suggested follows (#4602)Samuel Newman2024-07-094-75/+64
| | | | | | | | | | | | | * replace unused `followers` prop with social proof * Introduce 'minimal' version * Gate social proof one explore page, fix space if no desc * Use smaller avis for minimal --------- Co-authored-by: Eric Bailey <git@esb.lol>
* tweak top padding external (#4755)Hailey2024-07-091-4/+8
|
* change `contentVisibility` to `contain` (#4752)Hailey2024-07-086-29/+33
|
* Fix RTL text rendering for display names (#4747)Hailey2024-07-0813-23/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | * header display name rtl support * highlighted post rtl * move `NON_BREAKING_SPACE` to an external constant * rtl support in search dropdown * profile card rtl * old profile card rtl * hover card * wizard list card * new chat * account card * chat header * clean up notifications * just force LTR on meta display name
* Reduce the size of the inner logo in the QR code (#4746)Hailey2024-07-081-1/+1
| | | | | | | | | | | * use a scale of `1` on QR code inner logo * remove logo entirely * Revert "remove logo entirely" This reverts commit dee57f48c7bf5e3b5765631b8cbbd1c746e9c884. * use scale of 0.95
* Fix misplaced '@' in RTL post meta. (#4531)Joel2024-07-074-7/+19
| | | | | Co-authored-by: Joel <joel.garplind+github@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* Remove broken and void back button (#4744)Josh2024-07-071-26/+0
|
* Ensure `/start` navigates to `/starter-pack` when clicking a link internally ↵Hailey2024-07-072-29/+33
| | | | | | | (#4745) * remove temporary metadata removal * ensure proper navigation
* Add missing `to` in StarterPackScreen.tsx string (#4743)surfdude292024-07-061-1/+1
|
* Video compression in composer (#4638)Samuel Newman2024-07-0519-33/+468
| | | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* fix slop (#4739)Hailey2024-07-051-19/+32
|
* Update statsPaul Frazee2024-07-051-1/+1
|
* Run intl:extractPaul Frazee2024-07-0517-5617/+7718
|
* Update Japanese translation (#4665)Takayuki KUSANO2024-07-051-12/+158
| | | | | | | | | | | | | | | | | * Update Japanese translation * Updated Japanese translation * Update translation * Updated translation * Update translation * Update translation * Update translation. * Updated translation
* Update Korean localization (#4646)Minseo Lee2024-07-051-498/+635
| | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
* Update Chinese Localization (#4695)Kuwa Lee2024-07-052-1092/+1350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CN: Update translates * CN: Remove superseded strings * CN: Update translates * CN: Run intl:extract * CN: Remove superseded strings * CN: Optimize translation of starter pack * CN: Run intl:extract * CN: Remove superseded strings * CN: Update translates * CN: fix typo * CN: Optimize Translations * CN: hot fix * TW: Update * TW: Update and clean * CN: hot fix * BOTH: commit as LF * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Apply suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-CN/messages.po * CN: Update translates * CN: Update translates * TW: Update and clean --------- Co-authored-by: Frudrax Cheng <i@cynosura.one> Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Update catalan (#4702)Ivan Beà2024-07-051-166/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update catalan New lines added, new lines localized. Check it please @jordimas @darccio @surfdude29 * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update messages.po Apply @surfdude29 corrections --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update Indonesian translation (#4706)kodebanget2024-07-051-411/+412
| | | Co-authored-by: Indonesian <github-actions@github.com>
* Tweak checkmark sizePaul Frazee2024-07-051-1/+1
|
* Show feedback for Follow button in interstitials (#4738)dan2024-07-053-3/+42
| | | | | * Fix Follow in interstitials * Show feedback in toast
* Update French localization (#4662)surfdude292024-07-051-34/+158
| | | | | | | | | | | | | | | | | | | | | | | * Update French localization * écriture inclusive for other usage of `amis` * add one more string * Apply suggestions from code review Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * Update revision date * translate new strings * Apply suggestions from code review Co-authored-by: Stanislas Signoud <signez@stanisoft.net> --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* Feed interstitial snapping (#4737)Samuel Newman2024-07-051-3/+13
| | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [D1X] Use user action and viewing history to inform suggested follows (#4727)Eric Bailey2024-07-046-49/+196
| | | | | | | | | | | | | * Use user action and viewing history to inform suggested follows * Remove dynamic spreads * Track more info about seen posts * Add ranking --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix order of checks in experiment (#4734)dan2024-07-041-3/+4
|
* Feed interstitial tweaks (#4733)dan2024-07-042-3/+3
| | | | | * Swap interstitial positions * Fix color
* Fix `onEndReached` not firing sometimes on web (#4728)Hailey2024-07-042-10/+2
| | | | | | | | | | | | | | | * handle off screen visibility observer. * Revert "handle off screen visibility observer." This reverts commit e499ea0ed66b31964f79261b41f58a288b0cdb6f. * key ftw * Remove special case --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix responsiveness of dismissing the progress guide (#4729)Paul Frazee2024-07-041-8/+7
|
* Fix feed feedback (#4730)dan2024-07-042-7/+13
|
* [D1X] Pull out follow-backs for higher signal (#4719)Eric Bailey2024-07-045-10/+41
| | | | | | | | | | | * Pull out follow-backs for higher signal * Gate it * Fix early gate check --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* New user progress guides (#4716)Paul Frazee2024-07-0417-17/+715
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add the animated checkmark svg * Add progress guide list and task components * Add ProgressGuide Toast component * Implement progress-guide controller * Add 7 follows to the progress guide * Wire up action captures * Wire up progress-guide persistence * Trigger progress guide on account creation * Clear the progress guide from storage on complete * Add progress guide interstitial, put behind gate * Fix: read progress guide state from prefs * Some defensive type checks * Create separate toast for completion * List tweaks * Only show on Discover * Spacing and progress tweaks * Completely hide when complete * Capture the progress guide in local state, and only render toasts while guide is active * Fix: ensure persisted hydrates into local state * Gate --------- Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Add starter pack embeds to posts (#4699)Hailey2024-07-0410-41/+246
| | | | | | | | | | | | | | | | | | | | | | | * starter pack embeds * revert test code * Types * add `BaseLink` * precache on click * rm log * add a comment * loading state * top margin --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Guided tour for new users (#4690)Paul Frazee2024-07-0216-33/+458
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add home guided tour (WIP) * Add web handling of the tour * Switch to our fork of rn-tourguide * Bump guided-tour * Fix alignment on android * Implement home page tour trigger after account creation * Add new_user_guided_tour gate * Add a title line to the tour tooltips * A11y improvements: proper labels, focus capture, scroll capture * Silence type error * Native a11y * Use FocusScope * Switch to useWebBodyScrollLock() --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Don't follow self, blocks or mute when following all; don't show blocks in ↵Hailey2024-07-033-2/+27
| | | | | | | | | | | list (#4715) * don't follow self when following all * also filter blocks * add more filtering to follow all * extract logic to functions
* change maxWidth -> width to fix GIFs in DMs (#4717)Samuel Newman2024-07-031-5/+2
| | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [D1X] Integrate interstitials (#4698)Eric Bailey2024-07-033-35/+198
| | | | | | | | | | | | | | | * Use discriminated union * Integrate interstitials * Add gates and handling for variants * Only show interstitials for logged in accounts since flags are based on user ID * Nit --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [D1X] Add interstitials, component tweaks, placeholders (#4697)Eric Bailey2024-07-039-28/+563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add interstitials, component tweaks, placeholders * Tweak feed card styles * Port over same fix to ProfileCard * Add browse more link on desktop * Rm Gemfile * Update logContext * Update logContext * Add click metric to cards * Pass through props to ProfileCard.Link * 2-up grid for profile cards on desktop web * Add secondary_inverted button color * Use inverted button color * Adjust follow button layout * Update skeleton * Use round button * Translate
* Make tab names translatable (#4724)Takayuki KUSANO2024-07-031-3/+4
|
* Remove search from disabled PWI state (#4723)Eric Bailey2024-07-031-1/+6
|
* Unify label pills (#4676)Eric Bailey2024-07-039-234/+226
| | | | | | | | | | | | | | | * New label pills * Fix type errors, add default case * Remove negative margin, only works in some places * Fix alignment edge case * Add a bit of padding --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Add music interest (#4722)Eric Bailey2024-07-021-0/+1
|