Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor Home feed pager rendering logic (#2768) | dan | 2024-02-06 | 1 | -81/+48 |
| | | | | | * Use new persistence API for selected feed * Refactor Home feeds pager data source | ||||
* | Fix lint | Paul Frazee | 2024-02-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'Pranith-Kanchan-link-cannot-in-Moderation' of ↵ | Paul Frazee | 2024-02-06 | 1 | -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 #2745 | Pranith Kanchan | 2024-02-05 | 1 | -0/+1 |
| | | | | | | | | link in Moderation screen cannot be tapped #2745 | ||||
* | | 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 |
| | | |||||
* | | fix: remove list from pinned once deleted (#2705) | Mary | 2024-02-06 | 1 | -1/+25 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Options for selecting dark theme, fix some white flashes when in dark mode ↵ | Hailey | 2024-02-06 | 2 | -9/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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) | 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 | 6 | -7/+424 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 3 | -13/+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 | ||||
* | | | Move query augmentation to lower component (#2748) | Samuel Newman | 2024-02-05 | 1 | -7/+9 |
| | | | |||||
* | | | fix scrolling in delete account modal (#2733) | Hailey | 2024-02-05 | 1 | -12/+10 |
| | | | |||||
* | | | Only re-reg push noty token when account changes (#2654) | Eric Bailey | 2024-02-05 | 1 | -6/+5 |
| | | | |||||
* | | | Remove dead code for pager (#2651) | dan | 2024-02-05 | 6 | -35/+13 |
| | | | |||||
* | | | 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 | 2 | -5/+15 |
|/ | | | | | | | | | * 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 |
| | |||||
* | Fix notification invalidation condition on web (#2697) | dan | 2024-01-30 | 1 | -7/+14 |
| | | | Co-authored-by: Dan Abramov <dan@mac.home> | ||||
* | 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 | 3 | -7/+21 |
|\ \ | | | | | | | clear cache when blocking/unblocking and whenever we get blocked, better invalidation logic for `useProfileQuery` | ||||
| * | | ts | Hailey | 2024-01-30 | 1 | -4/+4 |
| | | | |||||
| * | | better naming | Hailey | 2024-01-29 | 1 | -1/+5 |
| | | | |||||
| * | | update deprecated | Hailey | 2024-01-29 | 1 | -3/+3 |
| | | | |||||
| * | | 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 |
| | | |