Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display the language selection dialog correctly on web (#2719) | Hailey | 2024-02-06 | 2 | -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) | dan | 2024-02-06 | 1 | -7/+9 |
| | |||||
* | Go back to autofocus and small ui tweak | Paul Frazee | 2024-02-06 | 1 | -13/+1 |
| | |||||
* | Cat on keyboard | Paul Frazee | 2024-02-06 | 1 | -1/+0 |
| | |||||
* | Merge branch 'fix/app-password-submit' of ↵ | Paul Frazee | 2024-02-06 | 1 | -9/+19 |
|\ | | | | | | | https://github.com/mary-ext/fork-bsky-app into mary-ext-fix/app-password-submit | ||||
| * | fix: submit app password on enter | Mary | 2024-02-01 | 1 | -9/+19 |
| | | |||||
* | | fix some youtube videos not properly loading (#2726) | Hailey | 2024-02-06 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | * add player iframe to bskyweb * iframe for youtube content * update tests * ts error | ||||
* | | password flow improvements (#2730) | Hailey | 2024-02-06 | 5 | -3/+399 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 lint | Paul Frazee | 2024-02-06 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'main' of https://github.com/RonyVidaur/social-app into ↵ | Paul Frazee | 2024-02-06 | 1 | -4/+2 |
|\ \ | | | | | | | | | | RonyVidaur-main | ||||
| * | | format | RonyVidaur | 2024-02-03 | 1 | -4/+1 |
| | | | |||||
| * | | enhance check | RonyVidaur | 2024-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | validate phone number based on country | RonyVidaur | 2024-02-03 | 1 | -4/+5 |
| |/ | |||||
* | | fix web aux click on all browsers (#2633) | Hailey | 2024-02-06 | 2 | -11/+44 |
| | | |||||
* | | Long press external embed to share (#2621) | Samuel Newman | 2024-02-05 | 1 | -2/+15 |
| | | | | | | | | | | * long press external embed to share * use existing shareUrl function | ||||
* | | fix scrolling in delete account modal (#2733) | Hailey | 2024-02-05 | 1 | -12/+10 |
| | | |||||
* | | Remove dead code for pager (#2651) | dan | 2024-02-05 | 4 | -29/+11 |
| | | |||||
* | | Update Step3.tsx (#2638) | Minseo Lee | 2024-02-05 | 1 | -1/+1 |
| | | |||||
* | | show bottom bar on web tablet breakpoints when logged out (signup cta) (#2747) | Hailey | 2024-02-04 | 1 | -2/+8 |
|/ | | | | | | | | | * show signup bottom bar on web tablet * show signup bottom bar on web tablet * comment * adjust load latest btn position based on logged in/out | ||||
* | Reduce the odds of false positives in the language suggester (close #2598) ↵ | Paul Frazee | 2024-01-30 | 2 | -10/+23 |
| | | | | (#2700) | ||||
* | Workaround Safari content-visibility bug (#2699) | dan | 2024-01-30 | 1 | -1/+4 |
| | |||||
* | moderate avatars and embeds in composer reply to (#2665) | Hailey | 2024-01-30 | 4 | -5/+12 |
| | | | | | | | * moderate avatars and embeds in composer reply to * oops * dont need moderation in the quote opts | ||||
* | prevent duplicate keys in feed tab bar (#2666) | Hailey | 2024-01-30 | 3 | -15/+27 |
| | |||||
* | add padding to user's lists/feeds scrollviews (#2675) | Hailey | 2024-01-30 | 2 | -8/+6 |
| | | | | | * add padding to user's lists/feeds scrollviews * always use the header offset for padding | ||||
* | adjust height of list based on screen size (#2678) | Hailey | 2024-01-30 | 1 | -3/+19 |
| | |||||
* | Merge pull request #2695 from bluesky-social/hailey/fix-android-swipe | Hailey | 2024-01-30 | 2 | -11/+35 |
|\ | | | | | fix left swipe on android | ||||
| * | add comment | Hailey | 2024-01-30 | 1 | -0/+2 |
| | | |||||
| * | update comment | Hailey | 2024-01-30 | 1 | -4/+9 |
| | | |||||
| * | cleanup | Hailey | 2024-01-30 | 1 | -2/+2 |
| | | |||||
| * | cleanup | Hailey | 2024-01-30 | 1 | -4/+13 |
| | | |||||
| * | use variable | Hailey | 2024-01-30 | 1 | -1/+1 |
| | | |||||
| * | use gap on native | Hailey | 2024-01-30 | 2 | -12/+20 |
| | | |||||
* | | Autofocus the alt text input on all platforms, improve dismissability on ↵ | Hailey | 2024-01-30 | 1 | -1/+24 |
| | | | | | | | | | | | | | | | | | | native (#2690) * sneak in a eslint fix * autofocus the alt text input whenever we open the modal * properly use the hook | ||||
* | | remove unnecessary right padding in main thread item (#2693) | Hailey | 2024-01-30 | 1 | -0/+1 |
| | | |||||
* | | Don't interpolate rkey (#2691) | Eric Bailey | 2024-01-30 | 1 | -3/+1 |
| | | |||||
* | | Merge pull request #2679 from bluesky-social/hailey/check-blocks-load-profile | Hailey | 2024-01-30 | 2 | -3/+7 |
|\ \ | |/ |/| | clear cache when blocking/unblocking and whenever we get blocked, better invalidation logic for `useProfileQuery` | ||||
| * | better naming | Hailey | 2024-01-29 | 1 | -1/+5 |
| | | |||||
| * | naming | Hailey | 2024-01-29 | 1 | -2/+2 |
| | | |||||
| * | dont invalidate profile queries if they are only for display name resolution | Hailey | 2024-01-29 | 1 | -1/+1 |
| | | |||||
| * | use `isLoading` for whether to show no profile header | Hailey | 2024-01-29 | 1 | -2/+2 |
| | | |||||
* | | use in app browser for translations when enabled (#2663) | Hailey | 2024-01-30 | 2 | -8/+17 |
|/ | |||||
* | Adjust placeholder to be pixel-perfect (#2650) | dan | 2024-01-26 | 1 | -17/+28 |
| | |||||
* | Two UI tweaks after recent updates (#2647) | Paul Frazee | 2024-01-26 | 3 | -27/+16 |
| | | | | | * Readd the top border to the highlighted post when a reply (revert #2628) * Readd right pad to post controls | ||||
* | Account creation improvements & some other fixes (#2636) | Paul Frazee | 2024-01-25 | 5 | -13/+23 |
| | | | | | | | | | | | * Quick fix to mobile * Enlarge tap targets in account creation * Improve keyboard behaviors during account creation * Improve autocompletion behaviors during account creation * Use the logo in the Deactivated screen | ||||
* | Add missing top border to notifications loading state (#2635) | dan | 2024-01-25 | 1 | -2/+8 |
| | |||||
* | Prefetch profile links on web (#2634) | dan | 2024-01-25 | 3 | -1/+17 |
| | |||||
* | Clean up some sentry logs (#2630) | Eric Bailey | 2024-01-25 | 24 | -46/+48 |
| | | | | | | | * Change prop name for sentry ingestion * Fix test * Add default object | ||||
* | Present highlighted post as part of the thread (#2628) | dan | 2024-01-25 | 1 | -2/+13 |
| | |||||
* | android alt text selection fix for expandable alt (#2629) | Hailey | 2024-01-25 | 1 | -1/+2 |
| | |||||
* | Fix post controls tap areas (#2627) | dan | 2024-01-25 | 3 | -67/+87 |
| |