about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
* Poll for new posts on app foreground (#2152)Paul Frazee2023-12-081-5/+17
|
* Use new filter for Posts tab on profile (#2150)Eric Bailey2023-12-081-1/+1
| | | | | | | * Use new filter for Posts tab on profile * Update deps * Remove log
* Fix quote post moderation check (#2149)Eric Bailey2023-12-081-1/+3
| | | | | | | | | | | * Fix quote post moderation check * Restore the ContentHider check * Apply the content hider to quote posts --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Close account switcher before logging out (#2148)Eric Bailey2023-12-081-2/+6
| | | | | * Close account switcher before logging out * Add comment
* Fixes issue with (#2119)Ansh2023-12-072-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 Bailey2023-12-071-13/+14
|
* Grab-bag of post-feed improvements (#2140)Paul Frazee2023-12-071-1/+8
| | | | | | | * 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 Frazee2023-12-076-0/+220
| | | | | * Add label appeal tool to posts and accounts * Fix translations
* Hoist moderation, attempt to fill feed up to 30 (#2134)Eric Bailey2023-12-072-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 Frazee2023-12-073-3/+15
|
* Fix double sep (#2136)Eric Bailey2023-12-071-4/+1
|
* Increase the maximum ratio of images from 5:1 to 10:1 (#2131)Paul Frazee2023-12-071-1/+1
|
* Treeview: more UI tweaks (#2125)Paul Frazee2023-12-062-12/+26
| | | | | | | * Treeview: more UI tweaks * Only show treeview when there are branching replies * Fix types
* Move analytics out of critical path (#2117)dan2023-12-061-1/+1
| | | | | | | | | * Remove analytics provider, simplify hook * Fix wrong import being used by feed * Remove early bind * Create client lazy on first use
* Check Analytics (#2106)Ansh2023-12-064-7/+5
| | | | | | | | | | | * 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)Ansh2023-12-052-2/+6
| | | | | | | * add missing translations * fix key errors in MyLists * Update UserAddRemoveLists.tsx
* Surface raw server error if exists (#2096)Eric Bailey2023-12-052-8/+23
| | | | | | | | | | | * 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 Frazee2023-12-052-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 Frazee2023-12-051-1/+1
|
* Fix: correctly identify if the screen is focused when handling soft resets ↵Paul Frazee2023-12-051-7/+11
| | | | on post feeds (#2100)
* Improvements to persisted state migration (#2098)Eric Bailey2023-12-052-5/+5
| | | | | | | | | | | * 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
* Signup flow minor UI fixes (#2094)Paul Frazee2023-12-053-5/+8
| | | | | * Fix layout of no-policy notice * Fix spacing
* E2E 🟢 (#2092)Eric Bailey2023-12-057-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)dan2023-12-053-100/+74
|
* Update feeds on post created (#2085)Paul Frazee2023-12-042-13/+57
|
* Add back ignore-filters-for behaviors (#2086)Paul Frazee2023-12-041-0/+4
|
* Tune treeview thread mode to have consistent spacing (#2078)Paul Frazee2023-12-041-8/+8
|
* Fix bottom space on feeds (#2081)Eric Bailey2023-12-042-15/+27
| | | | | | | * Fix bottom space on feeds * Translate * Handle web better
* Optimistically update the pager tab bar on swipe (#2083)Paul Frazee2023-12-041-0/+2
|
* TypefixPaul Frazee2023-12-042-2/+2
|
* Handle feedgen 429 (#2066)Eric Bailey2023-12-041-0/+11
| | | | | * Handle feedgen 429 * Translate
* Fix: distinguish between post media and quotes with the moderation hider (#2075)Paul Frazee2023-12-045-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 Frazee2023-12-044-66/+102
| | | | | * Improve the post-hider and the header alerts * Adjust the contenthider (icon, font size)
* Allow scroll by dragging profile header (#2068)dan2023-12-043-16/+27
|
* Allow posts with just an external link (#2079)Paul Frazee2023-12-041-1/+1
|
* Tweak the loading placeholders to use the full space and position better (#2072)Paul Frazee2023-12-041-15/+40
|
* Hackfix to composer focus on web (#2057)Paul Frazee2023-12-031-0/+10
|
* Tweak layout a bit morePaul Frazee2023-12-021-1/+1
|
* Merge branch 'fix-jump-in-suggested-follows-tabbar' of ↵Paul Frazee2023-12-021-1/+2
|\ | | | | | | https://github.com/tarikfp/social-app into uiwork-reflow-issue
| * Fix jump in suggested follows tab (Native)tarikpnr2023-11-081-1/+2
| |
* | Fix show suggested button color (#2069)dan2023-12-011-1/+1
| |
* | Fix scroll jump on Back (#2067)dan2023-12-011-2/+8
| |
* | Only poll feed when feed page is focused (#2064)Eric Bailey2023-12-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Do no poll when screen is not focused * Avoid polling unless focused * Handle homepage in background * Fix the intl:check to ignore comments in diffs --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* | Improve unread notif tracking (#2056)Paul Frazee2023-11-301-10/+1
| |
* | Maintain some feed data to avoid needless glimmers (#2054)Paul Frazee2023-11-301-2/+3
| |
* | Optimize pager rendering (#2055)dan2023-12-011-62/+117
| | | | | | | | | | | | | | | | | | * Pull out and memoize PagerTabBar * Avoid invalidating onScroll and add throttling * Make isScrolledDown update non-blocking * Fix types
* | Fix scuffed web styles caused by overlapping viewport breakpoint boundaries ↵Cλctys2023-11-301-3/+3
| | | | | | | | | | | | | | | | | | (#1985) * fixed lack of styles on 1300px web viewport width by adjusting tablet breakpoints * fixed lack of styles on 800px web viewport width by adjusting mobile breakpoints * changed `maxWidth` values in viewports to `n - 1` format
* | Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app ↵Paul Frazee2023-11-302-3/+4
|\ \ | | | | | | | | | into mozzius-copy-link
| * | add "copy link" textSamuel Newman2023-11-302-3/+4
| | |
* | | Add enter/exit animations to modals on web (#2042)Samuel Newman2023-11-301-3/+7
| | | | | | | | | | | | | | | | | | | | | * add reanimated layout animations to modals * reorder imports * pass context to scroll handler patches