about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Include app version in metrics (#8699)Eric Bailey2025-07-231-0/+3
|
* Nightly source-language updatepfrazee2025-07-231-41/+41
|
* feat(ui): remove like count from trending videos (#8689)Caidan2025-07-221-29/+34
| | | | | | | | | | | | | | | | * feat(ui): add showLikeCount flag to CompactVideoPostCard Introduced a showLikeCount flag to control the display of like count in the CompactVideoPostCard component. The like count is now only shown if both likeCount > 0 and showLikeCount are true. This allows for more flexible UI configurations and easier toggling of like count visibility. * fix(ui): hide gradient shadow when hiding like count * fix(ui): increase trending video profile pic size from 20 -> 24 * fix(ui): add small drop shadow to trending video profile pic * fix(ui): a.shadow_sm -> t.atoms.shadow_sm based on PR feedback
* Release 1.105.0 (#8693)Paul Frazee2025-07-2146-19495/+32324
| | | | | * Tests fixes * Pull latest translations
* add margin between messages in the composer thread (#8691)Chenyu2025-07-211-0/+5
|
* Nightly source-language updatepfrazee2025-07-221-32/+31
|
* introduce context for "Following" as a feed name. (#8262) (#8690)Eric Bailey2025-07-212-2/+4
| | | | | | | "Following" has different translations as a name of a feed and the state of following someone in other languages like Turkish. This allows "Following" as a feed name translated correctly. (cherry picked from commit d92a7f163ed9e28ee4ebab230758b1f00bdd9966) Co-authored-by: Sedat Kapanoğlu <sedat@kapanoglu.com>
* tweak accessibility label (#8242)surfdude292025-07-211-1/+1
|
* add `action` context for `Repost` string in RepostButton.web.tsx (#8427)surfdude292025-07-211-2/+8
|
* tweak app language names (#8436)surfdude292025-07-211-17/+17
|
* remove title casing of `Intl.DisplayNames` language names (#8433)surfdude292025-07-211-2/+1
|
* Nicer error message for backend video too large error (#8596)Samuel Newman2025-07-211-6/+12
| | | | | * nicer error message for backend video too large * use same string for same error
* fix emoji popup scroll (#8636)Samuel Newman2025-07-211-4/+6
|
* Follow redirects for soundcloud shortlinks (#8614)Samuel Newman2025-07-211-13/+19
| | | | | * follow redirects for soundcloud shortlinks * clear timeout in `finally`
* Nightly source-language updatepfrazee2025-07-191-37/+50
|
* Age assurance tweaks (#8671)Eric Bailey2025-07-182-7/+78
| | | | | | | * Refetch state while in pending status * Add success state to redirect, just have user close, nicer experience * Stop refetching after pending
* Handle missed error branch (#8663)Eric Bailey2025-07-181-7/+13
|
* Update copy (#8664)Eric Bailey2025-07-182-4/+7
|
* show precise count in label/hover text (#6164)Jordan Harband2025-07-171-2/+2
|
* Nightly source-language updatepfrazee2025-07-181-197/+209
|
* Fix checkmark overflow in profile card (#8612)Samuel Newman2025-07-171-3/+9
|
* Age assurance fast-follows (#8656)Eric Bailey2025-07-1721-261/+461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add feed banner * Comment * Update nux name * Handle did error * Hide mod settings if underage or age restricted * Add metrics * Remove DEV override * Copy suggestion * Small copy edits * useState * Fix bug * Update src/components/ageAssurance/useAgeAssuranceCopy.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Get rid of debug button --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Fix bug where replying to grandparents re-orders thread (#8662)Eric Bailey2025-07-172-23/+32
| | | | | * Fix bug where optimistic replies were inserted above the root post * Rename variables for clarity
* use push to convo mechanism (#8653)Samuel Newman2025-07-171-2/+2
|
* avoid handling notifs if deep link (#8657)Samuel Newman2025-07-171-34/+8
|
* fix whitespace collapse (#8659)Samuel Newman2025-07-171-1/+3
|
* Update copy and link in reporting flow (#8583)Eric Bailey2025-07-172-4/+8
| | | | | | | | | | | * Update copy and link * fix prettier * Update link --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Nightly source-language updatepfrazee2025-07-171-197/+410
|
* UI for age assurance compliance (#8652)Eric Bailey2025-07-1646-177/+2113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add geo prop * Add prelim fetch * Add geo debug * Pass in assurance state to notifications registration * Comments * Bump git index * Add some component utils, no design, gate chat * Disable mod prefs buttons, does not yet edit mod prefs * Add initial prompt component * Refine logic for showing prompt * Add send email dialog * Hook up dialog to fake mutation * Fix geo debug bug * Move provider inside query provider * Slightly better screen gater * Ok decent fallback with isExempt * Reorg * Wrap prompt in new logic * Override mod prefs * Use real endpoints, optimistic state * Add persistent card, add time-ago, warning to dialog * Add comment * No undefined query values * Fix case in import * Wait for AA to load before registering push * Override prefs in all locations * Small refactor of notifications registration * Register push after aa state * Add retries * Update blocked screens UI * Strengthen email validation * Add intent dialog * Do service auth for init * Rug refreshJwt * Update copy * Some mobile styles, add dev mode option * Fix links on native * Clean up intent dialog on native * Don't mutate existing session, only copy * Handle email validation error from server * Clarity is better * Moar clear * Fixes * Tweaks * Add country code * Gate it * Refresh state after redirect * Re-check on window focus * Remove todo * Enable in dev * Check for did match on redirect * Add blocked state * Add appeal dialog * Copy tweaks * Inset in blue well * Nux the prompt * Copy updates * Refetch just in case * Uppercase country code * Align copy, add notice to chat screens * Tweak copy * Add test code * Add debug code * Refactor AccountCard * Big refactor * Delay post-feed queries instead * Debug code * Clean up state * Reorg * Clean up copy * Comments * Reorg * UPdate URL * Cleanup * Remove todo * Update debug code * revert unneeded changes * UPdate nux name * Revert unneeded change * Updaet storage schema * Checkpoint: cleanup * Checkpoint: almost there * isLoaded -> isReady * Rename useAgeAssurance * isUnderage -> isDeclaredUnderage * Decompose, add docblocks * Refactor * UPdate debug * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Drop including Bluesky * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Apply suggestion from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Remove todo * Gate debug * Revert unneeded change * Fail closed * Comments * Comment * Comment * fix prettier * rm viewheader * bump sdk * prevent overlap in admonition * add age assurance intent route * Just meow Co-authored-by: Samuel Newman <mozzius@protonmail.com> * Nix callback * Fix spelling of dismissible lol * Don't compare translated string * Better KWS link labels * Hide DMs send options in menu * Add button * Fix order * Use only supported languages * Rm button * best-effort language mapping * improve typing --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Nightly source-language updatepfrazee2025-07-161-23/+23
|
* Fix navigation (#8648)Samuel Newman2025-07-152-1/+2
|
* Fix perf issue on web - restore pop behaviour to tabs (#8620)Samuel Newman2025-07-155-13/+22
|
* Nightly source-language updatepfrazee2025-07-151-22/+22
|
* fix who can reply icon (#8625)Samuel Newman2025-07-141-1/+3
|
* Only show WhoCanReply on root post (#8645)Eric Bailey2025-07-141-1/+4
|
* Nightly source-language updatepfrazee2025-07-131-3/+3
|
* fix mention tab flicker (#8640)Samuel Newman2025-07-122-1/+8
|
* Filter activity notifs for muted words (#8637)Samuel Newman2025-07-111-0/+18
|
* Nightly source-language updatepfrazee2025-07-111-87/+87
|
* Handle notifications on first load (#8629)Samuel Newman2025-07-107-148/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add getInitialURL * get deep linking working * actually handle as push instead * push to route instead of setting initial path * pop to on top of notifications * fix comment * change chat-message handling * add metrics * don't reopen due to notif multiple times * extract data from notification differently on android * sorry sorry annoying naming nits, align logger --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Nightly source-language updatepfrazee2025-07-101-61/+109
|
* Fix quote+list card padding (#8623)Samuel Newman2025-07-0912-428/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix quote padding not being pressable * fix list padding not being pressable * Fix unnecessary loading of feeds (#8578) * stop layout shifts in feed loading * don't load feed data if we already have it * adjust styles, alf stuff * remove unused button, massively simplify * fix layout shifting in notifs * use feedcard for feed post embeds * use bold text to match other style * use Link component rather than jank Pressable * prevent nested anchors in notifs * match following text size * add space between content hider * Better dead feed handling (#8579) * add space between content hider * add handling for feeds that fail to load * cleanError, in case of network funkiness * handle deleted lists * split out missingfeed
* Translation update (#8624)Samuel Newman2025-07-0845-2371/+53636
| | | | | * pull translations * extract all
* specify autocap (#8619)Samuel Newman2025-07-081-0/+3
|
* Move NUX date (#8603)Samuel Newman2025-07-031-1/+1
|
* Nightly source-language updatepfrazee2025-07-031-11/+14
|
* fix label for activity notifs (#8599)Samuel Newman2025-07-022-2/+4
|
* Release 1.104.0 (#8595)Paul Frazee2025-07-0142-41770/+55919
| | | | | | | * Fix to navigation action after saving feeds * Test updates * Intl pull
* Activity notification settings (#8485)Samuel Newman2025-07-0146-197/+1715
| | | | | | Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: hailey <me@haileyok.com>
* enforce border radius on default avatar (#8577)Samuel Newman2025-07-011-4/+15
|