about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update `blueskyweb.xyz` links to `bsky.social` (#2830)surfdude292024-02-1212-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update blogpost link to bsky.social and remove unnecessary localisation params at end of Play Store URL in README.md * Update privacy policy link to bsky.social in PrivacyPolicy.tsx * Update TOS link to bsky.social in TermsOfService.tsx * Update links to bsky.social in Links.tsx * Update links to bsky.social in SplashScreen.web.tsx * Update link to bsky.social in base.html * Update links to bsky.social in HomeLoggedOutCTA.tsx * Update links to bsky.social in RightNav.tsx * Update links to bsky.social in Drawer.tsx * Update DMCA link to bsky.social in Modal.tsx * Update link to copyright policy on bsky.social in CopyrightPolicy.tsx * Update link to bsky.social in CommunityGuidelines.tsx * Update links to bsky.social in Settings.tsx * Update to bsky.social in Typography.tsx
* Always show post dropdown button at the bottom of the post, add share button ↵dan2024-02-093-39/+50
| | | | | | | | | | | | | | | | | | | | | | | | to highlighted post (#2646) * Always show post dropdown at the bottom * Rm useless view (no longer needed) * space icons evenly in big, add equal padding * add share icon * add onShare * confirmed figma noob. figured it out. * use our svg naming strat * Update icon --------- Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Measure header layout reliably (#2817)dan2024-02-091-16/+21
| | | | | * Measure header layout reliably * grammar
* Round line height (#2824)Eric Bailey2024-02-092-3/+3
| | | | | * Round line height * Add to existing
* Design system tweaks (#2822)Eric Bailey2024-02-0918-234/+276
| | | | | * Tweak palette, theme naming, update usages * Update Typography, replace the few usages
* Fix layout calculations (#2816)dan2024-02-081-11/+31
|
* Fix flashes and jumps when opening profile (#2815)dan2024-02-086-135/+141
| | | | | | | | | | | * Don't reset the tree when profile loads fully * Give avatars a background color like placeholders * Prevent jumps due to rich text resolving * Rm log * Rm unused
* Show text cursor on web bio (#2813)dan2024-02-091-1/+1
|
* Precache basic profile from posts for instant future navigations (#2795)Hailey2024-02-098-85/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * skeleton for caching * modify some existing logic * refactor uri resolution query * add precache feed posts * adjustments * remove prefetch on hover (maybe revert, just example) * fix * change arg name to match what we want * optional infinite stale time * use `ProfileViewDetailed` * Revert "remove prefetch on hover (maybe revert, just example)" This reverts commit 08609deb0defa7cea040438bc37dd3488ddc56f4. * add warning comment back for stale time * remove comment * store profile with both the handle and did for query key * remove extra block from revert * clarify argument name * remove QT cache * structure queries the same (put `enabled` at bottom) * use both `ProfileViewDetailed` and `ProfileView` for the query return type * placeholder profile header * remove logs * remove a few other things we don't need * add placeholder * refactor * refactor * we don't need this height adjustment now * use gray banner while loading * set background color of image to the loading placeholder color * reorg imports * add border to header on loading * Fix style * Rm radius * oops * Undo edit * Back out type changes * Tighten some types and moderate shadow * Move precaching fns to profile where the cache is * Rename functions to match what they do now * Remove anys --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Remove Profile Preview modal (#2790)dan2024-02-086-211/+14
|
* Keep pager feeds in sync with the right pane (#2775)dan2024-02-086-63/+148
| | | | | | | | | | | * Hoist selected feed state * Seed state from params * Refine and fix logic * Fix scroll restoration * Soft reset on second click
* Add: Followed version 1.68 of Japanese display (#2777)Hima2024-02-081-50/+50
| | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * messages.po を更新 * Update messages.po
* Update zh-CN localization to 1.68 (#2780)Frudrax Cheng2024-02-081-90/+90
| | | | | | | | | | | * update Chinese localization to 1.68 * fix typo * improve translation * update messages.po * modify some translations
* Update pt-BR translation to 1.68 (#2786)Gildásio Filho2024-02-081-21/+21
| | | | | * Update messages.po * Update messages.po
* Fix error screen on native, use `Not Found` for profile errors instead of ↵Hailey2024-02-083-62/+69
| | | | | | | | | | | `Oops!` (#2789) * remove unnecessary `<CenterView>` * show back header on profile error * use `Not Found` instead of `Oops` for account errors * use `Not Found` instead of `Oops` for account errors
* Correct the country code name of Taiwan (#2797)Edison Lee2024-02-081-1/+1
|
* changed Benachrichtigunge (#2805)Armaan2024-02-081-1/+1
|
* Add composer button to Notifications (#2806)dan2024-02-081-0/+12
|
* use the palette's font color in the composer (as string) (#2792)Hailey2024-02-081-1/+4
|
* use the palette's font color in the composer (#2791)Hailey2024-02-071-1/+1
| | | | | | | * use the palette's font color in the composer * correct type for cssproperties * log
* Hackfix to avoid creating identical profile objects during account creationPaul Frazee2024-02-071-0/+6
|
* 1.68Paul Frazee2024-02-0612-2474/+3606
|
* fix theme cross-tab write loop (#2774)Hailey2024-02-062-37/+49
| | | | | * don't write on onUpdate, memoize * refac useColorModeTheme
* Fix open-in-new-tab for TextLink (#2773)dan2024-02-061-0/+22
|
* Add missing word in ModerationDetails.tsx (#2753)surfdude292024-02-061-1/+1
|
* use ios live text interaction in alt text modal and image viewer (#2752)Hailey2024-02-062-0/+2
|
* Fix typo in ca/messages.po (#2754)surfdude292024-02-061-1/+1
|
* Variable translation broke the number of "following" in pt-BR (#2766)Maison da Silva2024-02-061-4/+4
| | | | | | | * Variable translation broke the number of "following" in pt-BR Variable translation broke the number of "following" in pt-BR * Update Date
* Refactor Home feed pager rendering logic (#2768)dan2024-02-063-81/+51
| | | | | * Use new persistence API for selected feed * Refactor Home feeds pager data source
* convert query to lowercase before performing search (#2770)Hailey2024-02-061-0/+1
|
* Fix lintPaul Frazee2024-02-061-1/+1
|
* Merge branch 'Pranith-Kanchan-link-cannot-in-Moderation' of ↵Paul Frazee2024-02-061-0/+1
|\ | | | | | | https://github.com/Pranith-Kanchan/social-app into Pranith-Kanchan-Pranith-Kanchan-link-cannot-in-Moderation
| * link in Moderation screen cannot be tapped #2745Pranith Kanchan2024-02-051-0/+1
| | | | | | | | link in Moderation screen cannot be tapped #2745
* | Display the language selection dialog correctly on web (#2719)Hailey2024-02-062-15/+37
| | | | | | | | | | | | | | | | | | * add event to callback * position translation button correctly based on press position * properly place the background * remove worthless comment
* | Prevent post meta misclicks in QT (#2701)dan2024-02-061-7/+9
| |
* | fix: remove list from pinned once deleted (#2705)Mary2024-02-061-1/+25
| |
* | Go back to autofocus and small ui tweakPaul Frazee2024-02-061-13/+1
| |
* | Cat on keyboardPaul Frazee2024-02-061-1/+0
| |
* | Merge branch 'fix/app-password-submit' of ↵Paul Frazee2024-02-061-9/+19
|\ \ | | | | | | | | | https://github.com/mary-ext/fork-bsky-app into mary-ext-fix/app-password-submit
| * | fix: submit app password on enterMary2024-02-011-9/+19
| | |
* | | Options for selecting dark theme, fix some white flashes when in dark mode ↵Hailey2024-02-0613-134/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2722) * add dark theme selection to settings/schema * use `useThemePrefs` where needed * adjust theme providers to support various themes * update storybook * handle web themes * better themeing for web * dont show dark theme prefs when color mode is light * drop the inverted text change on oled theme * get the color mode inside of `useColorModeTheme` * use `ThemeName` type everywhere * typo * use dim/dark instead of dark/oled * prevent any fickers on web * fix styles * use `dim` for dark default * more cleanup * 🤔 * set system background color * ts
* | | fix some youtube videos not properly loading (#2726)Hailey2024-02-062-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add player iframe to bskyweb * iframe for youtube content * update tests * ts error
* | | password flow improvements (#2730)Hailey2024-02-068-7/+448
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add button to skip sending reset code * add validation to reset code * comments * update test id * consistency sneak in - everything capitalized * add change password button to settings * create a modal for password change * change password modal * remove unused styles * more improvements * improve layout * change done button color * add already have a code to modal * remove unused prop * icons, auto add dash * cleanup * better appearance on android * Remove log * Improve error messages and add specificity to function names --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | | Fix lintPaul Frazee2024-02-061-1/+4
| | |
* | | Merge branch 'main' of https://github.com/RonyVidaur/social-app into ↵Paul Frazee2024-02-061-4/+2
|\ \ \ | | | | | | | | | | | | RonyVidaur-main
| * | | formatRonyVidaur2024-02-031-4/+1
| | | |
| * | | enhance checkRonyVidaur2024-02-031-1/+1
| | | |
| * | | validate phone number based on countryRonyVidaur2024-02-031-4/+5
| | | |
* | | | fix web aux click on all browsers (#2633)Hailey2024-02-065-58/+44
| | | |
* | | | Long press external embed to share (#2621)Samuel Newman2024-02-051-2/+15
| | | | | | | | | | | | | | | | | | | | * long press external embed to share * use existing shareUrl function