about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add language: Welsh (#7866)surfdude292025-03-056-0/+32
| | | | | | | | | | | | | | | | | * Create messages.po * Update app.config.js * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts
* mark label for translation (#7908)surfdude292025-03-051-1/+1
|
* skeletons for chat list (#7907)Samuel Newman2025-03-053-14/+52
|
* fix layout shift in profile feed header (#7906)Samuel Newman2025-03-052-11/+4
|
* Add dark mode option to in-app embed snippet dialog (#7377)Samuel Newman2025-03-051-59/+125
| | | | | | | | | * add color theme selection * change chevron direction * change chevron direction again * rm unused ref
* Nightly source-language updatepfrazee2025-03-051-165/+273
|
* Prioritise language codes with regions (#7731)Samuel Newman2025-03-042-7/+16
| | | | | | | * prioritise chinese and portugese * more language name cleanup * skip ast to fix false positive
* DMs inbox (#7778)Samuel Newman2025-03-0439-340/+1799
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve error screen * add chat request prompt * mock up inbox * bigger button * use two-button layout * get inbox working somewhat * fix type errors * fetch both pages for badge * don't include read convos in preview * in-chat ui for non-accepted convos (part 1) * add chatstatusinfo * fix status info not disappearing * get chat status info working * change min item height * move files around * add updated sdk * improve badge behaviour * mock up mark all as read * update sdk to 0.14.4 * hide chat status info if initiating convo * fix unread count for deleted accounts * add toasts after rejection * add prompt to delete * adjust badge on desktop * requests -> chat requests * fix height flicker * add mark as read button to header * add mark all as read APIs * separate avatarstack into two components (#7845) * fix messages being hidden behind chatstatusinfo * show inbox preview on empty state * fix empty state again * Use new convo availability API (#7812) * [Inbox] Accept button on convo screen (#7795) * accept button on convo screen * fix types * fix type error * improve spacing * [DMs] Implement new log types (#7835) * optimise badge state * add read message log * add isLogAcceptConvo * mute/unmute convo logs * use setqueriesdata * always show label on button * optimistically update badge * change incorrect unread count change * Update src/screens/Messages/Inbox.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/Messages/components/RequestButtons.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/Messages/components/RequestButtons.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/Messages/components/RequestListItem.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix race condition with accepting convo * fix back button on web * filter left convos from badge * update atproto to fix CI * Add accept override external to convo (#7891) * Add accept override external to convo * rm log --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Modernize search page (take 2) (#7642)Samuel Newman2025-03-041-138/+55
|
* Nightly source-language updatepfrazee2025-03-041-1/+1
|
* fix progress guide location breakpoints (#7887)Samuel Newman2025-03-031-3/+2
|
* init log using `getLog` (#7886)Samuel Newman2025-03-031-8/+9
|
* Nightly source-language updatepfrazee2025-03-021-24/+24
|
* Add metrics to reporting flow (#7871)Eric Bailey2025-03-013-2/+33
| | | | | * Add metrics to reporting flow * Remove vestigial state
* Nightly source-language updatepfrazee2025-03-011-364/+478
|
* Fix missed logger tests (#7872)Eric Bailey2025-02-281-7/+7
|
* New reporting flow (#7832)Eric Bailey2025-02-2817-36/+1261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add option to align web dialogs to top * Add new wait util * Pipe through feed view to feed components * Reset unneeded change to main * Copy over fresh report dialog based on old * Hack in temp testing data * Swap in new dialog in all cases but chat * Cleanup * Add load and initial error state * Fill in states * Add copyright link * Handle single labeler case * Comment out debug code * Improve centering of type in circles * Open details if Other is selected * Remove debug code * Tweak colors * Bump SDK * Tweak Admonition for better x-platform styles * Add retry button * Add close button * Remove todo not covered in this PR * Translate Retry
* Logger metrics (#7867)Eric Bailey2025-02-287-18/+63
| | | | | | | | | | | | | | | | | * Adjust datalake abstraction (cherry picked from commit 8ba6a8d45b1bd5698afbd06d9e858a91789f0ea6) * Just be really really specific (cherry picked from commit 920198959659329a7f7f7282a1293aaad198d8e3) * Add metric method to logger, replace datalake calls with new method (cherry picked from commit 7a026bbeae75514b64f928d7ff59707c518fd5e5) * Clarify types (cherry picked from commit 422b150deb158a70ef37e8a456d91bf26cd0b1bc)
* Fix starter pack layout (#7869)Samuel Newman2025-02-283-125/+108
|
* Colocate bitdrift in logger, use logger for transport (#7868)Eric Bailey2025-02-288-22/+14
| | | | | | | | | | | | | * Colocate bitdrift in logger, use logger for transport (cherry picked from commit cdd6941fd7f6de9829d61712340a30a55936d2ee) * Fix mocks, format (cherry picked from commit 9de88660c6217ebe7f83e3abfb198f85e26d9c53) * Ok I guess mocks dir doesn't work (cherry picked from commit 9f37e52011d2794ad8fcd732eb26558e9f0ef42c)
* Logger improvements (#7729)Eric Bailey2025-02-2827-499/+568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove enablement * Refactor context and filtering * Fix imports, simplify transports config * Migrate usages of debug context * Re-org, add colors and grouping to console logging * Remove temp default context * Remove manual prefix * Move colorizing out of console transport body * Reduce reuse * Pass through context * Ensure bitdrift is enabled in dev * Enable Sentry on web only * Clean up types * Docs * Format * Update tests * Clean up tests * No positional args * Revert Sentry changes * Clean up context, use it, pass metadata through to Bitdrift * Fix up debugging * Clean up metadata before passing to Bitdrift * Correct transports * Reserve context prop on metadata and include in transports * Update tests
* fix label (#7856)surfdude292025-02-281-1/+1
|
* Nightly source-language updatepfrazee2025-02-281-20/+20
|
* tweak link handling (#7857)Hailey2025-02-278-2/+43
|
* Nightly source-language updatepfrazee2025-02-271-14/+12
|
* Tweak accessibility label and add translation comment (#7843)surfdude292025-02-262-2/+4
| | | | | * make label clearer * add translation comment
* Modify hosting provider text for better localization (#7847)Minseo Lee2025-02-261-14/+16
| | | | | | | | | * Update HostingProvider.tsx * Update src/components/forms/HostingProvider.tsx --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Fix for avatar preloading (#7816)Seth Wood2025-02-262-15/+26
| | | | | | | * mobile avatar profile preloading fix * updating fix to include moderation * removing comments, adding disableNavigation to PreviewableUserAvatarProps
* Nightly source-language updatepfrazee2025-02-261-144/+150
|
* label pref alignment (#7844)Samuel Newman2025-02-251-0/+1
|
* improve toasts on oled dark mode (#7842)Samuel Newman2025-02-251-2/+7
|
* Add soft reset to chat list (#7771)Samuel Newman2025-02-252-3/+26
| | | | | * add soft reset to chat list * refresh when soft resetting
* translate hosting provider text (#7834)surfdude292025-02-251-2/+2
|
* 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
|