Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: include link-meta abort signal for timeout (close #1214) (#1240) | Paul Frazee | 2023-08-22 | 1 | -0/+1 |
| | |||||
* | Fix feed empty state (close #1235) (#1239) | Paul Frazee | 2023-08-22 | 1 | -2/+6 |
| | |||||
* | Add likes tab (#1227) | Eric Bailey | 2023-08-22 | 4 | -30/+62 |
| | | | | | | | | | | | | | | | | | * add likes tab (cherry picked from commit 6c5ffd964ca0b185ddfc37088d82712a006a1163) * only show Likes tab to authenticated user (cherry picked from commit ecc1254411d760158b6d7a4c5f05d940db872dfc) * Bump @atproto/api@0.6.5 * fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | add title attr to text text links (#1228) | Eric Bailey | 2023-08-22 | 8 | -22/+166 |
| | | | | | | | | | | | | | | | * add title attr to text text links * Revert "add title attr to text text links" This reverts commit c028cd184efd3b2788d8f46134eecf521e5d7b07. * use css tooltips * add to expanded post state * handle theming * add to bskyweb | ||||
* | [APP-834] Allow @ing someone in post directly from profile (#1241) | Ansh | 2023-08-22 | 9 | -5/+99 |
| | | | | | * setup `initMention` for mobile * setup creating post with profile tagged on web | ||||
* | [APP-835] trim end of email during login (#1242) | Ansh | 2023-08-22 | 1 | -1/+3 |
| | | | | | | | | | * trim end of email during login * Switch trimEnd() to trim() --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-08-22 | 4 | -13/+44 |
|\ | |||||
| * | fix thread double border (#1251) | Eric Bailey | 2023-08-22 | 2 | -7/+17 |
| | | |||||
| * | do not thread author media filtered feed (#1253) | Eric Bailey | 2023-08-22 | 2 | -6/+27 |
| | | |||||
* | | Minor formatting | Paul Frazee | 2023-08-22 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'fix-empty-search' of https://github.com/darnfish/social-app ↵ | Paul Frazee | 2023-08-22 | 1 | -0/+2 |
|\ \ | |/ |/| | | | into darnfish-fix-empty-search | ||||
| * | Don't submit search if query is empty | William Gibson | 2023-08-22 | 1 | -0/+2 |
| | | |||||
* | | add profiles sampling to sentry (#1237) | Ansh | 2023-08-21 | 1 | -0/+5 |
| | | |||||
* | | allow handles to start with a number (#1231) | Eric Bailey | 2023-08-21 | 1 | -1/+1 |
| | | | | | | | | | | * allow handles to start with a number * don't allow leading hyphen | ||||
* | | ios buildNumber 2 | Paul Frazee | 2023-08-17 | 1 | -1/+1 |
| | | |||||
* | | Fix to post meta overflow in highlighted post (#1211) | Paul Frazee | 2023-08-17 | 1 | -3/+8 |
| | | | | | | | | | | * Fix to post meta overflow in highlighted post * Give more space to desktop web | ||||
* | | Bump react-native-gesture-handler@2.12.1 | Paul Frazee | 2023-08-17 | 2 | -5/+5 |
| | | |||||
* | | 1.46 | Paul Frazee | 2023-08-17 | 2 | -3/+3 |
| | | |||||
* | | Bump detox | Paul Frazee | 2023-08-17 | 2 | -5/+5 |
| | | |||||
* | | Fix android postmeta alignment | Paul Frazee | 2023-08-17 | 1 | -1/+1 |
| | | |||||
* | | upgrade react-native-reanimated (#1198) | Ansh | 2023-08-17 | 2 | -5/+5 |
| | | |||||
* | | Dont suggest users that are muted or blocked (close #1185) (#1209) | Paul Frazee | 2023-08-17 | 2 | -6/+28 |
| | | |||||
* | | default translate to device language (#1207) | Eric Bailey | 2023-08-17 | 4 | -10/+5 |
| | | |||||
* | | Update the web composer textinput to an emitter (close #1193) (#1205) | Paul Frazee | 2023-08-17 | 4 | -15/+32 |
| | | | | | | | | | | | | | | The tiptap useEditor() hook creates an awkward challenge for passing event handlers into its plugins and native events. By introducing a memoized editor, we should be able to shuttle events out of tiptap without retriggering the useEditor hook. The emitter can then change its registered handlers with each state update. | ||||
* | | A set of composer fixes (#1187) | Paul Frazee | 2023-08-16 | 5 | -42/+66 |
| | | | | | | | | | | | | | | * Don't insert a newline on cmd+entrl (close #1173) * Don't linkify selected text on url-paste (close #1149) * Disable the adult content controls if there is no media on the post (close #1169) | ||||
* | | Shorten links in composer to reduce char usage (#1188) | Paul Frazee | 2023-08-16 | 6 | -26/+123 |
| | | | | | | | | | | | | | | * Modify toShortUrl() to always include the full domain * Shorten links in the composer to save on characters * Apply some limits to the link card suggester | ||||
* | | Tune link card font sizes on desktop | Paul Frazee | 2023-08-16 | 1 | -2/+2 |
| | | |||||
* | | Tune up the link card to look nicer, show more info, and layout horizontally ↵ | Paul Frazee | 2023-08-16 | 2 | -17/+36 |
| | | | | | | | | on web to user space more nicely (#1190) | ||||
* | | Fix to "Load new posts" showing sometimes when there's nothing new to show ↵ | Paul Frazee | 2023-08-16 | 2 | -3/+12 |
| | | | | | | | | | | | | | | (#1191) * Fix to feed item react key value (hopefully) * Fix false-firing of load more (close #1028) | ||||
* | | Require bluesky-social/social-app for .github/workflows/build-and-push-* (#1152) | Jerry Chen | 2023-08-15 | 2 | -0/+2 |
| | | |||||
* | | Fix tap target size of post dropdown menus (#1180) | Paul Frazee | 2023-08-15 | 8 | -113/+55 |
| | | |||||
* | | use greater of indexedAt or machine clock (#1182) | Eric Bailey | 2023-08-15 | 1 | -5/+16 |
| | | | | | | | | | | * use greater of indexedAt or machine clock * correct mobx usage | ||||
* | | Remove view selector offsetting (close #1174) (#1183) | Paul Frazee | 2023-08-15 | 1 | -5/+3 |
| | | | | | | | | | | * Remove view selector offsetting (close #1174) * Remove horizontal scroll indicator in view selector | ||||
* | | Fix link color in dark mode (close #1170) (#1184) | Paul Frazee | 2023-08-15 | 1 | -0/+1 |
| | | |||||
* | | :sparkles: Repurpose report post modal and re-use for list reporting (#1070) | Foysal Ahamed | 2023-08-15 | 19 | -363/+354 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :sparkles: Repupose report post modal and re-use for list reporting * :sparkles: Allow reporting a feed generator * :sparkles: :recycle: Refactor report modal into one shared component for reporting different collections * :white_check_mark: Adjust report option selector in tests * :white_check_mark: Add test for list reporting * :recycle: :sparkles: Refactor reason options and add options for list and feedgen * :broom: Cleanup remaining todo * Fix to mutelist react keys * Fix regression from rebase * Improve customfeed mobile header --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | | Clear caches on session change (#1179) | Paul Frazee | 2023-08-15 | 1 | -0/+2 |
| | | |||||
* | | fix prefetching lightbox images (#1163) | Eric Bailey | 2023-08-15 | 3 | -11/+13 |
| | | | | | | | | | | | | | | | | | | * fix prefetching lightbox images * use array signature * fix other RN native image usage * delay prefetching to allow UI to re-render | ||||
* | | [APP-798] add key to `ProfileCardPills` render method (#1158) | Ansh | 2023-08-15 | 2 | -1/+17 |
| | | | | | | | | | | | | | | | | | | * add key to `ProfileCardPills` render method * More reliable key generation --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | | 1.45 | Paul Frazee | 2023-08-15 | 2 | -4/+4 |
| | | |||||
* | | Fix to feeds view in profiles (#1171) | Paul Frazee | 2023-08-15 | 5 | -17/+46 |
| | | | | | | | | | | * Fix load of feeds tab * Add e2e test for profile feeds | ||||
* | | use user.handle response from getProfile, not getSession (#1165) | Eric Bailey | 2023-08-15 | 1 | -1/+1 |
| | | |||||
* | | Fixes #1124: Trim alt text before saving (#1159) | Ansh | 2023-08-14 | 1 | -2/+2 |
| | | | | | | | | | | * trim alt text before setting * Drop `trim` from helpers.ts | ||||
* | | Build increment | Paul Frazee | 2023-08-11 | 1 | -2/+2 |
| | | |||||
* | | Fix: close keyboard when viewing the self-label modal (#1153) | Paul Frazee | 2023-08-11 | 1 | -3/+9 |
| | | |||||
* | | 1.44 | Paul Frazee | 2023-08-10 | 2 | -4/+4 |
| | | |||||
* | | Test fix | Paul Frazee | 2023-08-10 | 1 | -1/+1 |
| | | |||||
* | | Fix: set background color of the view selector (#1151) | Paul Frazee | 2023-08-10 | 1 | -0/+1 |
| | | |||||
* | | More useful block-state information in embeds (#1150) | Paul Frazee | 2023-08-10 | 5 | -10/+32 |
| | | | | | | | | | | * More useful block-state information in embeds * Tune copy | ||||
* | | Replace the emojis in the self-labeler with a remove button (#1147) | Paul Frazee | 2023-08-10 | 1 | -16/+25 |
| | | |||||
* | | Adds profile media tab (#1137) | Eric Bailey | 2023-08-10 | 5 | -65/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add media tab * fix loading state * cleanup * update naming * upgrade api package * fix load state * add scroll view to tabs * fix overflow on mobile web |