about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | | Eric/profile feeds list (#2049)Eric Bailey2023-11-302-15/+6
| | | | | | | | | | | | | | | | | | | | | * Fix profile feedgens view * Fix profile lists view * Translate
* | | Hide normal mute if muted by list, and invalidate profile query upon list ↵Eric Bailey2023-11-301-16/+30
|/ / | | | | | | | | | | | | mute (#2048) * Hide normal mute if muted by list, and invalidate profile query upon list mute * Prevent profile flashing
* | Handle nsfw feeds in public view (#2035)Eric Bailey2023-11-291-33/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Handle nsfw feeds in public view * Translate * Refactor, new approach * Translate * Copy * Translate * Revert changes to Feed * Remove unused retry * Translate
* | Slightly less verbose variablePaul Frazee2023-11-292-4/+4
| |
* | Merge branch '2011-link-in-feeds-tab-bar' of ↵Paul Frazee2023-11-294-5/+66
|\ \ | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar
| * | Update home-screen tests related to feedsCooper Edmunds2023-11-292-0/+4
| | |
| * | Conditionally render feeds link in feeds tab barCooper Edmunds2023-11-292-5/+62
| | |
| * | Add hasPinnedCustomFeedOrList to usePinnedFeedsInfos hookCooper Edmunds2023-11-292-2/+2
| | |
* | | Merge branch '2011-default-pin-feed-on-add' of ↵Paul Frazee2023-11-291-3/+14
|\ \ \ | | | | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-default-pin-feed-on-add
| * | | Add pinOnSave and use it in discover feeds listCooper Edmunds2023-11-291-3/+14
| | | |
* | | | Fix state lifecycle management with post-feed query, solving the duplicate ↵Paul Frazee2023-11-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | key issue (#2034) * Assign keys to feed slices via a counter, to enable duplicate items in the feed if needed * Move post-feed query state into the query's page params to consistently bind their lifecycles
* | | | Improve feed reordering with optimistic updates (#2032)Eric Bailey2023-11-292-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Optimisticaly update order of saved feeds * Better show disabled state for pin button * Improve loading/disabled states * Improve placeholder * Simplify loading components
* | | | Fix infinite query reloading behavior (reset, not invalidate) (#2031)Paul Frazee2023-11-291-2/+2
| | | | | | | | | | | | | | | | | | | | * Reset, not invalidate, notification queries * Reset, not invalidate, feed queries
* | | | Refactor the notifications to cache and reuse results from the unread-notifs ↵Paul Frazee2023-11-291-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | checks (#2017) * Refactor the notifications to cache and reuse results from the unread-notifs checks * Fix types
* | | | Show logged out view when adding accounts (#2020)Ansh2023-11-291-12/+41
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * show logged out view when adding accounts * Handle existing signed-in account * Show which account is currently logged in * Fix showing toasts --------- Co-authored-by: Eric Bailey <git@esb.lol>
* | | Fix memory leak on mobile web tab navigation (#2021)dan2023-11-281-5/+36
| | | | | | | | | | | | | | | * Add navigationAction prop to Link * Bottom bar should use navigate() action
* | | Guard against following tab stub being used un-authed (#2013)Eric Bailey2023-11-282-2/+3
|/ /
* | Restore post-thread caching behaviors (react-query refactor) (#2010)Paul Frazee2023-11-273-87/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework resolve-did and resolve-uri queries to be smarter about cache reuse * Precache handle resolutions * Remove old unused code * Load placeholder threads from the post-feed and notifications-feed queries * Remove logs * Fix bad ref * Add loading spinners to the cache-loading thread view * Scroll replies into view when loading threads * Add caching within a thread * Fix: dont show bottom border when the child spinner is active