Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update pwi opt-out language (#2143) | Paul Frazee | 2023-12-07 | 1 | -6/+10 | |
| | ||||||
* | Fixes issue with (#2119) | Ansh | 2023-12-07 | 2 | -8/+40 | |
| | | | | | | | | | | | * Allow going directly to password input screen when switching accounts and password is required * Revise state handling * Handle logged out states, enable clearing requestedAccount --------- Co-authored-by: Eric Bailey <git@esb.lol> | |||||
* | Fix invites used order, adjust layout (#2139) | Eric Bailey | 2023-12-07 | 1 | -13/+14 | |
| | ||||||
* | Grab-bag of post-feed improvements (#2140) | Paul Frazee | 2023-12-07 | 2 | -2/+9 | |
| | | | | | | | * Sanity check against cases where empty pages may occur * Use the mergefeed as an emergency fallback to an empty feed * Check for new posts on focus | |||||
* | Add label appeal tool to posts and accounts (#2124) | Paul Frazee | 2023-12-07 | 6 | -0/+220 | |
| | | | | | * Add label appeal tool to posts and accounts * Fix translations | |||||
* | Allow blocking/muting to curational lists, unpinning to modlists (#2121) | Eric Bailey | 2023-12-07 | 1 | -1/+68 | |
| | | | | | | | | | | | * Add un-pinning of modlist * Allow muting/blocking of curational lists * Tweak icon --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | Hoist moderation, attempt to fill feed up to 30 (#2134) | Eric Bailey | 2023-12-07 | 2 | -50/+14 | |
| | | | | | | | | | | | * Move moderatePost up to feed query * Attemt to fill page up to 30 * Add the 'ensure full page' behavior to notifs --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | Disable animation on scrollToTop for web (#2137) | Paul Frazee | 2023-12-07 | 7 | -9/+36 | |
| | ||||||
* | Fix double sep (#2136) | Eric Bailey | 2023-12-07 | 1 | -4/+1 | |
| | ||||||
* | Increase the maximum ratio of images from 5:1 to 10:1 (#2131) | Paul Frazee | 2023-12-07 | 1 | -1/+1 | |
| | ||||||
* | Add PWI opt-out toggle (#2122) | Paul Frazee | 2023-12-07 | 1 | -2/+134 | |
| | | | | | | | | | | | | | | | | | * Add PWI opt-out toggle * Bump @atproto/api@0.7.0 * Tweak copy * Bump lockfile * Fix layout on ios * Tweak copy more * Fix types * Tweak copy some more | |||||
* | Treeview: more UI tweaks (#2125) | Paul Frazee | 2023-12-06 | 2 | -12/+26 | |
| | | | | | | | * Treeview: more UI tweaks * Only show treeview when there are branching replies * Fix types | |||||
* | Move analytics out of critical path (#2117) | dan | 2023-12-06 | 1 | -1/+1 | |
| | | | | | | | | | * Remove analytics provider, simplify hook * Fix wrong import being used by feed * Remove early bind * Create client lazy on first use | |||||
* | Split notification init, add cleanup (#2102) | dan | 2023-12-06 | 1 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | * Inline never-imported export * Remove pretense at handling cleanup * Extract per-session listener to a function * Split notifications.init() from notifications.onSessionLoaded() * Tweak forked code to be more similar * Remove unnecessary guards * Split notifications.onSessionLoaded in two * Always use getAgent() * Remove dep on listenSessionLoaded, add cleanup | |||||
* | Optimize Drawer re-renders (#2108) | dan | 2023-12-06 | 2 | -185/+315 | |
| | ||||||
* | Check Analytics (#2106) | Ansh | 2023-12-06 | 6 | -15/+23 | |
| | | | | | | | | | | | * fix sign in event tracking * add missing analytics events * add more missing analytics * fix like and unrepost event tracking * reset onEndReachedThreshold | |||||
* | Add missing translations and fix react key error in `MyLists.tsx` (#2103) | Ansh | 2023-12-05 | 3 | -5/+12 | |
| | | | | | | | * add missing translations * fix key errors in MyLists * Update UserAddRemoveLists.tsx | |||||
* | Surface raw server error if exists (#2096) | Eric Bailey | 2023-12-05 | 3 | -15/+37 | |
| | | | | | | | | | | | * Surface raw server error if exists * Update copy * Update translation files --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | More treeview UI tweaks (#2093) | Paul Frazee | 2023-12-05 | 2 | -8/+35 | |
| | | | | | * Improve tree-view spacing consistency and always include one reply bar level * Reduce expanded post avi size | |||||
* | Perf: Dont initial-render full thread on mobile (#2101) | Paul Frazee | 2023-12-05 | 1 | -1/+1 | |
| | ||||||
* | Fix: correctly identify if the screen is focused when handling soft resets ↵ | Paul Frazee | 2023-12-05 | 2 | -12/+15 | |
| | | | | on post feeds (#2100) | |||||
* | Improvements to persisted state migration (#2098) | Eric Bailey | 2023-12-05 | 4 | -8/+8 | |
| | | | | | | | | | | | * Fix session email/emailConfirmed types, update usage for safer access * Handle fallback better, better errors * Better handling, add test * Add test for default data * Remove fallback, not needed, update logs | |||||
* | Prevent invalid locale from being loaded (#2099) | Eric Bailey | 2023-12-05 | 1 | -0/+4 | |
| | ||||||
* | Signup flow minor UI fixes (#2094) | Paul Frazee | 2023-12-05 | 3 | -5/+8 | |
| | | | | | * Fix layout of no-policy notice * Fix spacing | |||||
* | E2E 🟢 (#2092) | Eric Bailey | 2023-12-05 | 8 | -3/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add logged out e2e ctrl, fix login test * Fix log handling via env vars in expo * Fix create account test * Upgrade dev-env * Fix home screen tests * Fix composer tests * Fix curate-lists tests, split in two * Fix invite codes test * Fix curate-lists tests * Give up on mergefeed test * Fix mod lists * Fix app view url * Fix profile tests * Fix profile test with hack * Keep using globals * Fix two more * Fix thread view * Better skip for merge feed * Revert debug code | |||||
* | Fix jump when toggling suggestions (#2090) | dan | 2023-12-05 | 3 | -100/+74 | |
| | ||||||
* | Update feeds on post created (#2085) | Paul Frazee | 2023-12-04 | 2 | -13/+57 | |
| | ||||||
* | Rename Posts & Replies to Replies (#2087) | Paul Frazee | 2023-12-04 | 1 | -1/+1 | |
| | ||||||
* | Add back ignore-filters-for behaviors (#2086) | Paul Frazee | 2023-12-04 | 2 | -1/+19 | |
| | ||||||
* | Merge branch '2047-last-active-tab' of ↵ | Paul Frazee | 2023-12-04 | 1 | -9/+51 | |
|\ | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2047-last-active-tab | |||||
| * | Track active page using string instead of index | Cooper Edmunds | 2023-12-04 | 1 | -27/+35 | |
| | | ||||||
| * | Use lastActiveTab from AsyncStorage for non-desktop | Cooper Edmunds | 2023-12-01 | 1 | -3/+37 | |
| | | ||||||
* | | Tune treeview thread mode to have consistent spacing (#2078) | Paul Frazee | 2023-12-04 | 1 | -8/+8 | |
| | | ||||||
* | | Fix bottom space on feeds (#2081) | Eric Bailey | 2023-12-04 | 3 | -16/+43 | |
| | | | | | | | | | | | | | | * Fix bottom space on feeds * Translate * Handle web better | |||||
* | | Optimistically update the pager tab bar on swipe (#2083) | Paul Frazee | 2023-12-04 | 1 | -0/+2 | |
| | | ||||||
* | | Typefix | Paul Frazee | 2023-12-04 | 2 | -2/+2 | |
| | | ||||||
* | | Add back pinning functionality to ProfileList (#2084) | Eric Bailey | 2023-12-04 | 1 | -12/+30 | |
| | | ||||||
* | | Handle feedgen 429 (#2066) | Eric Bailey | 2023-12-04 | 1 | -0/+11 | |
| | | | | | | | | | | * Handle feedgen 429 * Translate | |||||
* | | Fix: distinguish between post media and quotes with the moderation hider (#2075) | Paul Frazee | 2023-12-04 | 5 | -9/+54 | |
| | | | | | | | | | | * Fix: distinguish between post media and quotes with the moderation hider * Type fixes | |||||
* | | Improve the post-hiders and the header alerts (#2074) | Paul Frazee | 2023-12-04 | 4 | -66/+102 | |
| | | | | | | | | | | * Improve the post-hider and the header alerts * Adjust the contenthider (icon, font size) | |||||
* | | Add PWI build flag (#2082) | Paul Frazee | 2023-12-04 | 1 | -1/+2 | |
| | | ||||||
* | | Allow scroll by dragging profile header (#2068) | dan | 2023-12-04 | 3 | -16/+27 | |
| | | ||||||
* | | Allow posts with just an external link (#2079) | Paul Frazee | 2023-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | Tweak the loading placeholders to use the full space and position better (#2072) | Paul Frazee | 2023-12-04 | 1 | -15/+40 | |
| | | ||||||
* | | Hackfix to composer focus on web (#2057) | Paul Frazee | 2023-12-03 | 1 | -0/+10 | |
| | | ||||||
* | | Tweak layout a bit more | Paul Frazee | 2023-12-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'fix-jump-in-suggested-follows-tabbar' of ↵ | Paul Frazee | 2023-12-02 | 1 | -1/+2 | |
|\ \ | | | | | | | | | | https://github.com/tarikfp/social-app into uiwork-reflow-issue | |||||
| * | | Fix jump in suggested follows tab (Native) | tarikpnr | 2023-11-08 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fix show suggested button color (#2069) | dan | 2023-12-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix scroll jump on Back (#2067) | dan | 2023-12-01 | 1 | -2/+8 | |
| | | |