about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove `moderatePost_wrapped` (#7188)Samuel Newman2025-02-2511-41/+17
| | | | | | | | | * rm `moderatePost_wrapped` * Handle display in app --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Better tablet layout (#7656)Samuel Newman2025-02-2517-122/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better tablet layout * adjust left nav spacing * add right nav to pwi * clearer logic * fix a couple screens that don't need the tablet layout * fix horiz scroll bar * fix double trending * fix ts-ignore * fix labeller screen * don't offset things within dialogs * fix load latest button (and add scale animation) * center loader on home screen * adjust break points * adjust left nav spacing * fix load latest btn (again) * add lang select to right nav if left nav is minimal * fix double scrollbar on tiny screens * fix scrollbar * fix type errors
* Fix max height of dialog flatlists (#7839)Eric Bailey2025-02-251-3/+8
| | | | | | | * Fix max height of dialog flatlists * Remove unneeded wrapper to fix Close positioning * Add wrapper back and fix with position static
* hackfix likes tab (#7770)Samuel Newman2025-02-251-1/+3
|
* Constrain dropdown height to fit in the screen (#7730)Samuel Newman2025-02-254-10/+7
| | | | | | | * constrain dropdown height with css variable * fix duplicated dependency * fix pendantic lockfile
* #6861: Use available space to make focus on Composer TextInput easier (copy) ↵Samuel Newman2025-02-253-27/+40
| | | | | | | | | | | | | | | | | | | | (#7836) * 6861: Use available space to make focus on Composer TextInput easier * Undo web * bluesky-social#6861: Adjust focus area for native platforms taking Embeds into consideration * use atoms * remove empty div * remove debug atom, whoopsie --------- Co-authored-by: GrizliK1988 <dgrachikov@gmail.com> Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Nightly source-language updatepfrazee2025-02-251-189/+196
|
* Dedupe profile labels (#7833)Samuel Newman2025-02-244-7/+18
| | | | | * dedupe labels * apply to postalerts
* Plural formatting for accessibility `unread items` strings (#7743)surfdude292025-02-244-9/+34
|
* Plural formatting for `TimeIndicator` `accessibilityLabel` (#7826)surfdude292025-02-241-2/+7
|
* Add plural formatting for months in narrow form (#7744)surfdude292025-02-241-1/+1
|
* Tweak app language string in Settings (#7825)surfdude292025-02-241-2/+1
|
* Tweak prompt title text when removing a feed (#7824)surfdude292025-02-242-2/+2
|
* Fix DMs input automatically accepting autocomplete suggestion instead of ↵Samuel Newman2025-02-243-40/+59
| | | | | | | | | clearing (#7796) * fix input not clearing when autocomplete suggestion active * fix up storybook * restore web focus hack
* Tweak accessibility strings (#7822)surfdude292025-02-242-2/+2
|
* move translation tags (#7823)surfdude292025-02-241-4/+6
|
* separate strings for translation in ListHiddenScreen.tsx (#7827)surfdude292025-02-241-6/+9
|
* Basic minimum password requirements, plus field-specific errors (#7811)Samuel Newman2025-02-243-23/+79
| | | | | | | | | | | | | | | | | | | | | | | * add min password requirement * add field specific errors * move email tld check to after other email checks * add password length check to change password dialog * Update src/view/com/modals/ChangePassword.tsx Co-authored-by: Hailey <me@haileyok.com> * Update src/screens/Signup/StepInfo/index.tsx Co-authored-by: Hailey <me@haileyok.com> * fix lint --------- Co-authored-by: Hailey <me@haileyok.com>
* precache recent profile click (#7831)Samuel Newman2025-02-241-2/+8
|
* Fix optimistic rendering of profile page (#7830)Samuel Newman2025-02-245-50/+42
| | | | | | | * don't hold up rendering on starter packs * add tab based on profile.associated * move query into component, fix pending states
* Nightly source-language updatepfrazee2025-02-241-10/+10
|
* make composer pills tappable when keyboard is active (#7717)gpp2025-02-231-0/+1
|
* Nightly source-language updatepfrazee2025-02-221-132/+137
|
* fix: click on our profile when seeing someone's profile (#7732)Nicolas Borlet2025-02-211-2/+12
| | | | | Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: Hailey <me@haileyok.com>
* connect inputs together in signup (#7809)Samuel Newman2025-02-215-10/+70
|
* Mute account from post (#7712)Samuel Newman2025-02-211-1/+51
| | | | | * mute account from post * move options around
* Fix android datepicker height (#7804)Samuel Newman2025-02-212-22/+11
| | | | | * fix datepicker height * fix suffixtext clipping
* consistent sentence case captialisation (#7749)Samuel Newman2025-02-211-17/+17
|
* set minimum birthday to 13 years ago (#7808)Samuel Newman2025-02-212-1/+13
|
* Get sheet padding working consistently (#7798)Samuel Newman2025-02-212-14/+23
| | | | | | | * tweak height/padding of iOS * tweak android ratio calculation * add a bit of extra padding to full height iOS to account for the bit below the safe area
* fix handle length error message (#7802)Samuel Newman2025-02-212-9/+7
|
* Nightly source-language updatepfrazee2025-02-201-5/+5
|
* improve car dialog styles (#7786)Samuel Newman2025-02-191-2/+4
|
* Nightly source-language updatepfrazee2025-02-191-473/+475
|
* Remove shadowed follow gate handling (#7774)Eric Bailey2025-02-181-10/+1
|
* [APP-1049] show label expiration in frontend (#7738)Eric Bailey2025-02-184-49/+145
| | | | | | | | | | | | | * Add support for label exp to LabelsOnMeDialog * Add exp to PostAlerts, align with LabelsOnMe UI * Bump weight * Improve translations * Expiry should round up * Add a little visual alignment hack
* [APP-1054] Add option to align web dialogs to top (#7760)Eric Bailey2025-02-183-7/+12
| | | | | | | * Add option to align web dialogs to top * Format * Align all dialogs to top, with relative spacing on larger screens for better balance
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-1891-419/+801
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump SDK * Use consistent type in profile query * Omit from constraint for profile shadow * Replace isRecord with isValidRecord in QuoteEmbed * Omit type from constraint for old ProfileCard * Omit type from constraint in profile queries where appropriate * Use correct type for update profile mutation * Conslidate and fix check for isValidRecord in Post.tsx * Replace isRecord with isValidRecord in PostThreadItem * Remove redundant cast in PostThreadFollowBtn * Ignore errors in DebugMod screen * Use matching type in ProfileFollows screen * Use matching type in ProfileFollowers screen * Migrate to isValidRecord in PostFeedItem * Use matching type if PostRepostedBy * Omit type from constraint in avatar props * Use matching types in NotificationFeedItem * Todo * Use isValidRecord in NotfyFeedItem * Improve MediaPreview types * Migrate another isValidRecord in NotificationFeedItem * Migrate to isValidView in queries/util * Migrate to isValidRecord in threadgate/util * Fix types in threadgates * Fix up types in starter-packs queries * Todo * Specify exact types in search-posts * Use internal type util to align types * Ditto last * Migrate postgate/index * Specify exact types in post-thread * Use correct type in post-quotes * FIX potential bug in post-thread * Use correct type in post-feed * Add correct type guards to notifications/feed * Migrate a guard in notifications/util * Migrate guard in Wizard/State * [@next] Profile handling, migrate `ProfileCard` (#7347) * Introduce new utils for profiles, migrate old ProfileCard * Rename, reorg * Add parseEmbed utils * Expand AnyProfileView to include chat profile view, update post shadow to reflect this * Cast for perf reasons * Tighten up types now that we have AnyProfileView * Add fastIsType util * Use `assertDid` Co-authored-by: Matthieu Sieben <matthieusieben@users.noreply.github.com> * Use util types * Comment * Use fastIsType where no validation was happening before * suggestions (#7382) * suggestions * Revert unneeded changes --------- Co-authored-by: Eric Bailey <git@esb.lol> * Use new util * Rename to dangerousIsType * Convert object shape * Use dangerous util * Use dangerous util * Use dangerous util, we can trust post records * Use dangerous util * Use AnyProfileVIew * Convert object shape * Clean up handling * Patch moderateProfile to accept known profile views, to discuss * Add AnyStarterPackView and related, implement in first usage * Remove validation, fix type, fix ref * Migrate over list-conversations * Clarify intent behind precacheProfile and its unstable query cache * Clean up unstable profile cache * Fix types during label creation in PwiOptOut (#7346) * Tighten types in queries/list * Chat: use correct profile views * Chat: fix log type check * Chat: construct lexically correct shape, even though it's only internal usage * Chat: use correct profile types * Chat: fix type check in logs * Starter: use correct profile types * Starter: use correct profile types * Starter: tighten types to match lex * Any profile type will work in blocked-and-muted * Use dangerous util * Use dangerousIsType * Update new ProfileCard to use AnyProfileView * Use dangerousIsType * Remove outdated todo * Use correct profile type * Use correct profile types * Tighten up types * Use dangerousIsType * Chat: more type fixes * Remove unused file * Add a few utils * Remove unused file * Ignore feedPost.__source * Clean up types, leave validation in critical path * Use dangerousIstype * Use ANyProfileView * Use isValidRecord * Use dangerousIsType * Fix types in ListCard * Fix FeedInterstitials types * Fix types in FeedCard * Fix types in dms ReportDialog * Fix types in SearchablePeopleList * Fix bad type in composer opts * Starter: ok these need to be loose too * Clarify docs Co-authored-by: Matthieu Sieben <matthieusieben@users.noreply.github.com> * Less code Co-authored-by: Matthieu Sieben <matthieusieben@users.noreply.github.com> * Use package exports Co-authored-by: Matthieu Sieben <matthieusieben@users.noreply.github.com> * Use package exports * Bump sdk, update $Typed imports * Format * Format * Fix weird TS error * Remove patch * Beter name * It's memo, can validate * Tighten up parseEmbed, dogfood * Bump sdk * Use asPredicate * Loosen types a bit * use asPredicate * Fix types * Use asPredicate * Use asPredicate * Use asPredicate * Clean up upsertProfile types * Use asPredicate * Use Un util * Fix types * Use new AnyProfileView * Use dangerousIsType * Use asPredicate * Use asPredicate * Add fallback content-type to pass typecheck * Clean up upsertProfile types * Align types * Use dangerousIsType * Use dangerousIsType * Use asPredicate * Align types * Convert findLast * Align types * Just ignore type errors and use findLast * Rename atproto -> bsky * Add validate util * Fix type error * Loosen types * Export post * rename atp bsky * Remove unused code * minor changes * Bump deps * Fix types * Tighten back up loose check * Tighten back up loose check * Fix small bug * Update comment * Revert change --------- Co-authored-by: Matthieu Sieben <matthieusieben@users.noreply.github.com> Co-authored-by: Matthieu Sieben <matthieu.sieben@gmail.com>
* Fix mapping (#7767)Paul Frazee2025-02-171-1/+1
|
* Update i18n release process to solve missing translations (#7766)Paul Frazee2025-02-1735-8021/+8512
| | | | | * Update release process to avoid untranslated strings * Run intl:extract:all
* Nightly source-language updatepfrazee2025-02-181-44/+41
|
* Fix "log in", "log out" to "sign in", "sign out" (#7739)Minseo Lee2025-02-1722-33/+35
| | | | | * log to sign * logged to signed
* Nightly source-language updatepfrazee2025-02-151-183/+201
|
* Screen for searching user's posts (#7622)Samuel Newman2025-02-146-15/+125
| | | | | | | | | | | * search user's posts screen * custom placeholder copy if self * navigate to /profile/:handle * add name to title * show header on desktop
* Add translations missed in last PR (#7748)Paul Frazee2025-02-146-5490/+5490
|
* 1.98 release: Pull latest from crowdin (#7746)Paul Frazee2025-02-1435-63837/+48263
|
* [Instrumentation] Signin (#7742)Samuel Newman2025-02-145-26/+85
| | | | | * first pass at instrumenting login * round time taken
* Reenable router events (#7735)Samuel Newman2025-02-142-5/+8
| | | | | * reenable router events * remove field
* Nightly source-language updatepfrazee2025-02-141-37/+37
|
* Bitdrift integration (#7728)Eric Bailey2025-02-132-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update bitdrift to 0.6.7 and enable iOS network integration (#7575) * update bitdrift to 0.6.5 and enable iOS network integration * Update src/lib/bitdrift.ts Co-authored-by: Mark <40143016+Maker-Mark@users.noreply.github.com> * update to 0.6.7 --------- Co-authored-by: Mark <40143016+Maker-Mark@users.noreply.github.com> * deps: Bump bitdrift to 0.6.8, fixes iOS network instrumentation bug (#7725) Co-authored-by: Eric Bailey <git@esb.lol> * Add stable ID copy, add todo * Nits * Temp enable * Temp debug * Revert some debug * Revert unnecessary change * Use new gates * Add anon ID to version string --------- Co-authored-by: Snow Pettersen <snowp@lyft.com> Co-authored-by: Mark <40143016+Maker-Mark@users.noreply.github.com>