Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to post overflow on web (close #395) (#407) | Paul Frazee | 2023-04-06 | 2 | -3/+16 |
| | |||||
* | Fix darkmode placeholder text in composer (#406) | Paul Frazee | 2023-04-06 | 2 | -145/+1 |
| | | | | | * Remove old comment * Fix darkmode placeholder text in composer (close #401) | ||||
* | Fix repost rendering (#405) | Paul Frazee | 2023-04-06 | 2 | -2/+2 |
| | |||||
* | Fix web sidebar listing of invite codes | Paul Frazee | 2023-04-05 | 1 | -2/+2 |
| | |||||
* | Add user invite codes (#393) | Paul Frazee | 2023-04-05 | 20 | -232/+840 |
| | | | | | | | | | | | * Add mobile UIs for invite codes * Update invite code UIs for web * Finish implementing invite code behaviors (including notifications of invited users) * Bump deps * Update web right nav to use real data; also fix lint | ||||
* | Analytics fixes (closes #386) (#387) | Paul Frazee | 2023-04-05 | 4 | -25/+103 |
| | | | | | | | * Only send analytics events when the user is logged in * Only send analytics events when the user is logged in (web) * Add analytics identify() call | ||||
* | Add analytics to the web build (close #233) (#385) | Paul Frazee | 2023-04-04 | 2 | -18/+32 |
| | | | | | * Add analytics to the web build (close #233) * Use bsky endpoint for analytics | ||||
* | Rework the me.follows cache to reduce network load (#384) | Paul Frazee | 2023-04-03 | 13 | -75/+97 |
| | |||||
* | Give the unfiltered view if the language filter yields no results (close ↵ | Paul Frazee | 2023-04-03 | 1 | -6/+23 |
| | | | | #358) (#382) | ||||
* | More darkmode fixes (#381) | Paul Frazee | 2023-04-03 | 2 | -29/+35 |
| | | | | | | | * Update confirm modal to use theming system (close #347) * Add dark mode styles to serverinput modal * Fix lint | ||||
* | Fix: don't let the toast take pointer events (close #374) (#380) | Paul Frazee | 2023-04-03 | 1 | -1/+1 |
| | |||||
* | Improve "Load more" error handling in feeds (#379) | Paul Frazee | 2023-04-03 | 6 | -33/+159 |
| | | | | | | | * Add explicit load-more error handling to posts feed * Add explicit load-more error handling to notifications feed * Properly set hasMore to false after an error | ||||
* | Reorganize state models for clarity (#378) | Paul Frazee | 2023-04-03 | 44 | -171/+163 |
| | |||||
* | Fix click targets for post controls (#332) (#363) | John Fawcett | 2023-04-03 | 1 | -4/+9 |
| | | | | | | | | | * Fix click targets for post controls (#332) * Add padding to the right side of the post controls --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Fix full thread SVG dots not rendering (#346) (#364) | John Fawcett | 2023-04-03 | 1 | -3/+3 |
| | |||||
* | Lex refactor fixes (#368) | Paul Frazee | 2023-04-02 | 5 | -6/+12 |
| | | | | | | | | | | | | | * Fix: handle validation failures correctly in feed-view * Fix: convert the off-spec feed view to lex objects * Fix to fetching all follows during init * Bump @atproto/api@0.2.1 * Fix: properly group together like notifications * 1.12 | ||||
* | Lex refactor (#362) | Paul Frazee | 2023-03-31 | 106 | -1617/+1500 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hackcheck for upgrades * Rename the PostEmbeds folder to match the codebase style * Updates to latest lex refactor * Update to use new bsky agent * Update to use api package's richtext library * Switch to upsertProfile * Add TextEncoder/TextDecoder polyfill * Add Intl.Segmenter polyfill * Update composer to calculate lengths by grapheme * Fix detox * Fix login in e2e * Create account e2e passing * Implement an e2e mocking framework * Don't use private methods on mobx models as mobx can't track them * Add tooling for e2e-specific builds and add e2e media-picker mock * Add some tests and fix some bugs around profile editing * Add shell tests * Add home screen tests * Add thread screen tests * Add tests for other user profile screens * Add search screen tests * Implement profile imagery change tools and tests * Update to new embed behaviors * Add post tests * Fix to profile-screen test * Fix session resumption * Update web composer to new api * 1.11.0 * Fix pagination cursor parameters * Add quote posts to notifications * Fix embed layouts * Remove youtube inline player and improve tap handling on link cards * Reset minimal shell mode on all screen loads and feed swipes (close #299) * Update podfile.lock * Improve post notfound UI (close #366) * Bump atproto packages | ||||
* | Fixes the lightbox image index not being passed through to the web version ↵ | John Fawcett | 2023-03-27 | 1 | -7/+21 |
| | | | | (#306) (#324) | ||||
* | Fix layout issues with search on Web (close #345) (#357) | Paul Frazee | 2023-03-22 | 1 | -8/+20 |
| | |||||
* | Feed updates (Closes #344) (#356) | Paul Frazee | 2023-03-22 | 5 | -72/+49 |
| | | | | | | | | | * Rework feed polling to correctly detect when new content is available (close #344) * Tweak how the tuner works for consistency * Improve the feed-update behavior after posting * Load latest notifications when opening the tab | ||||
* | Filter content by your device's configured languages (#354) | Paul Frazee | 2023-03-22 | 5 | -22/+625 |
| | |||||
* | Fix tsc | Paul Frazee | 2023-03-22 | 2 | -18/+1 |
| | |||||
* | Fix bad reference (close 348) (#353) | Paul Frazee | 2023-03-22 | 1 | -1/+1 |
| | |||||
* | Move the feed selector to the header (#352) | Paul Frazee | 2023-03-22 | 9 | -70/+48 |
| | | | | | | | * Reorg pager components into their own folder * Move the feed selector to the header * Fix lint | ||||
* | Merge the suggested actors model with the general suggestion system (#343) | Paul Frazee | 2023-03-21 | 6 | -84/+54 |
| | |||||
* | Add fulltext search for posts and profiles (closes #340) (#342) | Paul Frazee | 2023-03-21 | 16 | -282/+586 |
| | | | | | | | | | | | | | | | * Refactor mobile search screen * Remove 'staleness' fetch trigger on search * Implement a temporary fulltext search solution * Add missing key from profile search result * A few UI & UX improvements to the search suggestions * Update web search suggestions * Implement search in web build | ||||
* | Fix bug in checking for latest | Paul Frazee | 2023-03-21 | 1 | -6/+1 |
| | |||||
* | A few fixes to ensure threads show up as often as possible | Paul Frazee | 2023-03-21 | 2 | -4/+6 |
| | |||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-03-21 | 1 | -7/+4 |
|\ | |||||
| * | Fix default-banner sizing & positioning (#336) | Paul Frazee | 2023-03-21 | 1 | -7/+4 |
| | | |||||
* | | Elide long threads in the feed (close #333) | Paul Frazee | 2023-03-21 | 3 | -38/+85 |
| | | |||||
* | | Raise the bar a bit more for showing replies in the feed | Paul Frazee | 2023-03-21 | 1 | -3/+4 |
| | | |||||
* | | Fix duplicates showing up in the feed due to reply parents | Paul Frazee | 2023-03-21 | 1 | -1/+9 |
| | | |||||
* | | Fix: don't incorrectly assemble threads when somebody replies multiple times ↵ | Paul Frazee | 2023-03-21 | 1 | -1/+5 |
|/ | | | | to the same post | ||||
* | Introduce an image sizes cache to improve feed layouts (close #213) (#335) | Paul Frazee | 2023-03-21 | 7 | -30/+92 |
| | | | | | * Introduce an image sizes cache to improve feed layouts (close #213) * Clear out resolved promises from the image cache | ||||
* | Fix sizing on the composer text input (#331) | Paul Frazee | 2023-03-20 | 1 | -1/+2 |
| | |||||
* | Fix default banner sizing | Paul Frazee | 2023-03-20 | 1 | -2/+2 |
| | |||||
* | Fix: poll for unread notifications globally (close #303) (#330) | Paul Frazee | 2023-03-20 | 1 | -0/+1 |
| | |||||
* | Fix visibility of the mentions autocomplete in the composer (#326) (#329) | Paul Frazee | 2023-03-20 | 3 | -50/+67 |
| | | | | | * Improve layout in composer to ensure the mentions autocomplete is visible (closes #326) * Dont dismiss the keyboard in the composer | ||||
* | Request permissions properly on mobile (closes #308) (#328) | Paul Frazee | 2023-03-20 | 1 | -4/+10 |
| | |||||
* | Darkmode fixes (#301) (#327) | Paul Frazee | 2023-03-20 | 10 | -27/+89 |
| | | | | | | | | | * Fix dark mode rendering of 'follows you' pill * Fix the darkmode coloring of the PTR * Fix dark mode styles in dns instructions * Only lint the src dir | ||||
* | Merge branch 'onboarding-and-discovery' into main | Paul Frazee | 2023-03-19 | 1 | -0/+49 |
|\ | |||||
| * | Add missing deps and an atob polyfill | Paul Frazee | 2023-03-19 | 1 | -0/+49 |
| | | |||||
| * | Add language filtering to goodstuff | Paul Frazee | 2023-03-19 | 3 | -19/+51 |
| | | |||||
| * | Implement pager and tabbar for desktop web | Paul Frazee | 2023-03-19 | 7 | -111/+222 |
| | | |||||
| * | Go to whats-hot by default if you have no follows | Paul Frazee | 2023-03-19 | 7 | -110/+178 |
| | | |||||
| * | Swap the tab bar items and rename suggested to what's hot | Paul Frazee | 2023-03-19 | 3 | -28/+27 |
| | | |||||
| * | Fix for dev & staging | Paul Frazee | 2023-03-17 | 1 | -1/+1 |
| | | |||||
| * | Switch to the off-spec goodstuff route | Paul Frazee | 2023-03-17 | 2 | -19/+51 |
| | | |||||
| * | Fix backgrounds | Paul Frazee | 2023-03-17 | 2 | -1/+12 |
| | |