about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
* | fix some youtube videos not properly loading (#2726)Hailey2024-02-061-2/+6
| | | | | | | | | | | | | | | | | | * add player iframe to bskyweb * iframe for youtube content * update tests * ts error
* | password flow improvements (#2730)Hailey2024-02-065-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 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-062-11/+44
| |
* | Long press external embed to share (#2621)Samuel Newman2024-02-051-2/+15
| | | | | | | | | | * long press external embed to share * use existing shareUrl function
* | fix scrolling in delete account modal (#2733)Hailey2024-02-051-12/+10
| |
* | Remove dead code for pager (#2651)dan2024-02-054-29/+11
| |
* | Update Step3.tsx (#2638)Minseo Lee2024-02-051-1/+1
| |
* | show bottom bar on web tablet breakpoints when logged out (signup cta) (#2747)Hailey2024-02-041-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 Frazee2024-01-302-10/+23
| | | | (#2700)
* Workaround Safari content-visibility bug (#2699)dan2024-01-301-1/+4
|
* moderate avatars and embeds in composer reply to (#2665)Hailey2024-01-304-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)Hailey2024-01-303-15/+27
|
* add padding to user's lists/feeds scrollviews (#2675)Hailey2024-01-302-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)Hailey2024-01-301-3/+19
|
* Merge pull request #2695 from bluesky-social/hailey/fix-android-swipeHailey2024-01-302-11/+35
|\ | | | | fix left swipe on android
| * add commentHailey2024-01-301-0/+2
| |
| * update commentHailey2024-01-301-4/+9
| |
| * cleanupHailey2024-01-301-2/+2
| |
| * cleanupHailey2024-01-301-4/+13
| |
| * use variableHailey2024-01-301-1/+1
| |
| * use gap on nativeHailey2024-01-302-12/+20
| |
* | Autofocus the alt text input on all platforms, improve dismissability on ↵Hailey2024-01-301-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)Hailey2024-01-301-0/+1
| |
* | Don't interpolate rkey (#2691)Eric Bailey2024-01-301-3/+1
| |
* | Merge pull request #2679 from bluesky-social/hailey/check-blocks-load-profileHailey2024-01-302-3/+7
|\ \ | |/ |/| clear cache when blocking/unblocking and whenever we get blocked, better invalidation logic for `useProfileQuery`
| * better namingHailey2024-01-291-1/+5
| |
| * namingHailey2024-01-291-2/+2
| |
| * dont invalidate profile queries if they are only for display name resolutionHailey2024-01-291-1/+1
| |
| * use `isLoading` for whether to show no profile headerHailey2024-01-291-2/+2
| |
* | use in app browser for translations when enabled (#2663)Hailey2024-01-302-8/+17
|/
* Adjust placeholder to be pixel-perfect (#2650)dan2024-01-261-17/+28
|
* Two UI tweaks after recent updates (#2647)Paul Frazee2024-01-263-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 Frazee2024-01-255-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)dan2024-01-251-2/+8
|
* Prefetch profile links on web (#2634)dan2024-01-253-1/+17
|
* Clean up some sentry logs (#2630)Eric Bailey2024-01-2524-46/+48
| | | | | | | * Change prop name for sentry ingestion * Fix test * Add default object
* Present highlighted post as part of the thread (#2628)dan2024-01-251-2/+13
|
* android alt text selection fix for expandable alt (#2629)Hailey2024-01-251-1/+2
|
* Fix post controls tap areas (#2627)dan2024-01-253-67/+87
|