about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| |/ |/|
* | Better handle feed auth failures (#2060)Eric Bailey2023-12-011-6/+7
* | Add Lingui check to CI (#2058)Eric Bailey2023-12-0110-665/+660
* | 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
* | Various fixes (#2053)Paul Frazee2023-11-3013-252/+297
* | Fix scuffed web styles caused by overlapping viewport breakpoint boundaries (...Cλctys2023-11-302-5/+5
* | Merge branch 'invite-code-warning' of https://github.com/mozzius/bluesky-offi...Paul Frazee2023-11-3014-307/+488
|\ \
| * | 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
* | | | Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app i...Paul Frazee2023-11-3013-279/+341
|\ \ \ \
| * | | | add "copy link" textSamuel Newman2023-11-3013-174/+236
| | |/ / | |/| |
* | | | Add enter/exit animations to modals on web (#2042)Samuel Newman2023-11-303-18/+30
* | | | Disable OTA for now (#2052)Eric Bailey2023-11-301-2/+0
* | | | Beep boop (#2051)Eric Bailey2023-11-301-4/+7
* | | | Eric/profile feeds list (#2049)Eric Bailey2023-11-3012-20/+26
* | | | Hide normal mute if muted by list, and invalidate profile query upon list mut...Eric Bailey2023-11-302-19/+33
* | | | Rewrite the shadow logic to look inside the cache (#2045)dan2023-11-3014-171/+461
* | | | Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-11-301-38/+43
|\ \ \ \
| * | | | Fix lag when switching tabs (#2046)dan2023-11-301-38/+43
| |/ / /
* / / / Fix missing export in e2e versionPaul Frazee2023-11-301-0/+2
|/ / /
* | | Adjust stale-caches and dont group read&unread notifs together (#2041)Paul Frazee2023-11-2914-26/+8
* | | Apply feed preferences (react-query refactor) (#2040)Paul Frazee2023-11-293-85/+102
* | | Close modals if switching to unauthed account (#2039)Eric Bailey2023-11-291-0/+1
* | | Handle nsfw feeds in public view (#2035)Eric Bailey2023-11-2912-569/+761
* | | Disable retrying globally (#2038)Eric Bailey2023-11-291-0/+5
* | | Slightly less verbose variablePaul Frazee2023-11-293-7/+7
* | | Merge branch '2011-link-in-feeds-tab-bar' of https://github.com/CooperEdmunds...Paul Frazee2023-11-299-10/+80
|\ \ \
| * | | Update home-screen tests related to feedsCooper Edmunds2023-11-294-0/+6
| * | | Stop adding whats-hot for new usersCooper Edmunds2023-11-291-2/+2
| * | | Conditionally render feeds link in feeds tab barCooper Edmunds2023-11-292-5/+62
| * | | Add hasPinnedCustomFeedOrList to usePinnedFeedsInfos hookCooper Edmunds2023-11-294-5/+12
* | | | Merge branch '2011-default-pin-feed-on-add' of https://github.com/CooperEdmun...Paul Frazee2023-11-292-3/+15
|\ \ \ \
| * | | | Add pinOnSave and use it in discover feeds listCooper Edmunds2023-11-292-3/+15
| | |/ / | |/| |
* | | | Fix state lifecycle management with post-feed query, solving the duplicate ke...Paul Frazee2023-11-294-91/+99
* | | | Improve feed reordering with optimistic updates (#2032)Eric Bailey2023-11-293-57/+115
* | | | Fix infinite query reloading behavior (reset, not invalidate) (#2031)Paul Frazee2023-11-2910-13/+13
* | | | Refactor the notifications to cache and reuse results from the unread-notifs ...Paul Frazee2023-11-296-246/+369
* | | | Show logged out view when adding accounts (#2020)Ansh2023-11-293-27/+67
* | | | Get more rigorous about getAgent() consistency (#2026)Paul Frazee2023-11-2912-103/+70
| |/ / |/| |
* | | Disable RQ structural sharing (#2022)dan2023-11-281-0/+4
* | | Full send Sentry (#2018)Eric Bailey2023-11-282-8/+43
* | | Fix memory leak on mobile web tab navigation (#2021)dan2023-11-282-6/+37
* | | Fix pinned feeds mutation issue (#2016)Eric Bailey2023-11-283-13/+6
* | | Fix pinned feeds re-ordering (#2014)Eric Bailey2023-11-281-2/+10