about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix self-threads filter logic (#2091)Eric Bailey2023-12-051-2/+2
|
* Fix some typesPaul Frazee2023-12-053-3/+4
|
* 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: Include quote posts in the post-thread placeholder (#2104)Paul Frazee2023-12-054-1/+96
|
* 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-054-13/+26
| | | | on post feeds (#2100)
* Improvements to persisted state migration (#2098)Eric Bailey2023-12-059-30/+48
| | | | | | | | | | | * 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 Bailey2023-12-053-14/+22
|
* Fix email confirmation dialog on startup (#2097)dan2023-12-064-22/+29
| | | | | * Move init time logging to a fn, add guard * Fix email confirmation dialog on startup
* 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-0510-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-044-14/+66
|
* 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
|
* Fix: correctly partial-match when calling truncateAndInvalidate() (#2088)Paul Frazee2023-12-041-3/+3
|
* 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-048-166/+213
| | | | | | | | | | | | | | * 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-046-40/+71
| | | | | | | | | | * Handle feedgen 429 * Translate
* | Fix: distinguish between post media and quotes with the moderation hider (#2075)Paul Frazee2023-12-046-10/+74
| | | | | | | | | | * 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-042-1/+3
| |
* | 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>
* | Better handle feed auth failures (#2060)Eric Bailey2023-12-011-6/+7
| | | | | | | | | | * Better handle feed auth failures * Add comment
* | Add Lingui check to CI (#2058)Eric Bailey2023-12-0110-665/+660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install lingui eslint plugin, ignore compiled files * Add lingui step to Lint workflow * Run check in other job * Add compile step to web build * Temp: add a new string to test with * Add message * Revert "Temp: add a new string to test with" This reverts commit ef5459d00c3ea9798279e000a5ac43effc117486. * Un-track compiled files * Add check scripts to package.json, build step * Make sure to compile translations prior to test/typecheck * Rename scripts
* | Improve unread notif tracking (#2056)Paul Frazee2023-11-302-23/+22
| |
* | Maintain some feed data to avoid needless glimmers (#2054)Paul Frazee2023-11-3011-23/+40
| |
* | 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-3013-252/+297
| | | | | | | | | | * 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-302-5/+5
| | | | | | | | | | | | | | | | | | (#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-3014-307/+488
|\ \ | | | | | | | | | https://github.com/mozzius/bluesky-official-app into mozzius-invite-code-warning
| * | generate messagesSamuel Newman2023-11-3010-280/+390
| | |
| * | Merge remote-tracking branch 'upstream/main' into invite-code-warningSamuel Newman2023-11-3070-1205/+1645
| |\ \
| * | | update messagesSamuel Newman2023-11-3010-415/+525
| | | |
| * | | show informative message when token scope is wrongSamuel Newman2023-11-304-27/+98
| | | |