about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevent invalid locale from being loaded (#2099)Eric Bailey2023-12-051-0/+4
|
* 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-058-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)dan2023-12-053-100/+74
|
* Update feeds on post created (#2085)Paul Frazee2023-12-042-13/+57
|
* Rename Posts & Replies to Replies (#2087)Paul Frazee2023-12-041-1/+1
|
* Add back ignore-filters-for behaviors (#2086)Paul Frazee2023-12-042-1/+19
|
* Merge branch '2047-last-active-tab' of ↵Paul Frazee2023-12-041-9/+51
|\ | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2047-last-active-tab
| * Track active page using string instead of indexCooper Edmunds2023-12-041-27/+35
| |
| * Use lastActiveTab from AsyncStorage for non-desktopCooper Edmunds2023-12-011-3/+37
| |
* | Tune treeview thread mode to have consistent spacing (#2078)Paul Frazee2023-12-041-8/+8
| |
* | Fix bottom space on feeds (#2081)Eric Bailey2023-12-043-16/+43
| | | | | | | | | | | | | | * 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
| |
* | Add back pinning functionality to ProfileList (#2084)Eric Bailey2023-12-041-12/+30
| |
* | 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)
* | Add PWI build flag (#2082)Paul Frazee2023-12-041-1/+2
| |
* | 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-016-12/+25
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | * 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-308-20/+18
| |
* | 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
* | Various fixes (#2053)Paul Frazee2023-11-303-22/+12
| | | | | | | | | | * Fix invite code translations (plural api not availabe in ios) * Speed up the composer animation a smidge
* | 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 'invite-code-warning' of ↵Paul Frazee2023-11-303-26/+78
|\ \ | | | | | | | | | https://github.com/mozzius/bluesky-official-app into mozzius-invite-code-warning
| * \ Merge remote-tracking branch 'upstream/main' into invite-code-warningSamuel Newman2023-11-3025-171/+398
| |\ \
| * | | show informative message when token scope is wrongSamuel Newman2023-11-303-26/+78
| | | |
* | | | Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app ↵Paul Frazee2023-11-303-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | into mozzius-copy-link
| * | | | add "copy link" textSamuel Newman2023-11-303-4/+6
| | |/ / | |/| |
* | | | Add enter/exit animations to modals on web (#2042)Samuel Newman2023-11-302-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add reanimated layout animations to modals * reorder imports * pass context to scroll handler patches
* | | | Disable OTA for now (#2052)Eric Bailey2023-11-301-2/+0
| | | |
* | | | 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-302-19/+33
|/ / / | | | | | | | | | | | | | | | | | | 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-297-6/+69
|\ \ \ | | | | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar
| * | | Update home-screen tests related to feedsCooper Edmunds2023-11-294-0/+6
| | | |
| * | | Conditionally render feeds link in feeds tab barCooper Edmunds2023-11-292-5/+62
| | | |
| * | | Add hasPinnedCustomFeedOrList to usePinnedFeedsInfos hookCooper Edmunds2023-11-293-3/+3
| | | |
* | | | Merge branch '2011-default-pin-feed-on-add' of ↵Paul Frazee2023-11-292-3/+15
|\ \ \ \ | | | | | | | | | | | | | | | https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-default-pin-feed-on-add