Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add an x button to the search to clear the input | Paul Frazee | 2023-03-03 | 1 | -0/+9 | |
| | ||||||
* | Turn links to posts into quote posts (#262) | Paul Frazee | 2023-03-03 | 3 | -10/+73 | |
| | | | | | * Turn links to posts into quote posts * Fix lint | |||||
* | New user constants (#260) | arcalinea | 2023-03-03 | 3 | -4/+75 | |
| | | | | | | | | | | | | | | | | * update users * update * With constructed intro feed, only grab 20 random suggested users to avoid perf issues * Don't 'check for latest' in the feed with the suggestions feed * Show/hide the welcome banner on account change (close #257) --------- Co-authored-by: Jay Graber <arcalinea@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | Move the translate item to the top of the menu | Paul Frazee | 2023-03-03 | 1 | -7/+7 | |
| | ||||||
* | Add translate link to post menu (#261) | Paul Frazee | 2023-03-03 | 6 | -3/+44 | |
| | | | | | * Add a google translate menu item to posts * Fix: make sure the dropdown menu is always visible (when low on the screen) | |||||
* | Remove replies from the home feed (#259) | Paul Frazee | 2023-03-03 | 2 | -18/+34 | |
| | | | | | * Remove replies from the home feed (close #252) * Increase the 'load more' threshhold | |||||
* | Fix dark mode ellipsis on posts | Paul Frazee | 2023-03-03 | 1 | -1/+1 | |
| | ||||||
* | Edit profile fixes (#258) | Paul Frazee | 2023-03-03 | 2 | -4/+4 | |
| | | | | | * Fix: only clear banner or avi when requested in edit profile * Set the default snap points to 90% to ensure the modal never fails to raise | |||||
* | 72-delete-avatar-and-cover (#255) | Ansh | 2023-03-02 | 4 | -28/+45 | |
| | | | | | * allow to delete profile pic * allow for removing banner | |||||
* | make authorAvatar optional prop (#254) | Ansh | 2023-03-02 | 1 | -1/+1 | |
| | ||||||
* | Minor improvements to web autocomplete in composer | Paul Frazee | 2023-03-02 | 4 | -2/+62 | |
| | ||||||
* | 73-post-embeds (#253) | Ansh | 2023-03-02 | 16 | -64/+387 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update api to 0.1.3 * add repost modal with reposting functionality * add quote post UI * allow creation and view of quote posts * Validate the post record before rendering a quote post * Use createdAt in quote posts for now * add web modal support * Tune the quote post rendering * Make did and declarationCid optional in postmeta * Make did and declarationCid optional in postmeta * dont allow image or link preview if quote post * Handle no-text quote posts * Tune the repost modal * Tweak composer post text * Fix lint --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | Quick fixes to dark mode character counter colors | Paul Frazee | 2023-03-02 | 1 | -7/+10 | |
| | ||||||
* | Increase network timeouts (closes #248) (#249) | Paul Frazee | 2023-03-02 | 2 | -7/+13 | |
| | | | | | * Increase network timeouts (close #248) * Fix: on post error only update the ext link card if it's in use | |||||
* | Trim whitespace from the invite code (close #245) (#247) | Paul Frazee | 2023-03-02 | 1 | -19/+41 | |
| | ||||||
* | New onboarding (#241) | Ansh | 2023-03-02 | 28 | -803/+416 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * delete old onboarding files and code * add custom FollowButton component to Post, FeedItem, & ProfileCard * move building suggested feed into helper lib * show suggested posts/feed if follower list is empty * Update tsconfig.json * add pagination to getting new onboarding * remove unnecessary console log * fix naming, add better null check for combinedCursor * In locally-combined feeds, correctly produce an undefined cursor when out of data * Minor refactors of the suggested posts lib functions * Show 'follow button' style of post meta in certain conditions only * Only show follow btn in posts on the main feed and the discovery feed * Add a welcome notice to the home feed * Tune the timing of when the welcome banner shows or hides * Make the follow button an observer (closes #244) * Update postmeta to keep the follow btn after press until next render * A couple of fixes that ensure consistent welcome screen * Fix lint * Rework the welcome banner * Fix cache invalidation of follows model on user switch * Show welcome banner while loading * Update the home onboarding feed to get top posts from hardcode recommends * Drop unused helper function * Update happy path tests --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | A couple various fixes (#242) | Paul Frazee | 2023-03-01 | 4 | -3/+15 | |
| | | | | | | | * Fix: set the status bar color for dark mode when logging in * Add some logging * Improve read/unread tracking behaviors in notifications | |||||
* | Fixes to dark mode (#238) | Paul Frazee | 2023-03-01 | 6 | -18/+29 | |
| | ||||||
* | Fix tests for march 1st | Paul Frazee | 2023-03-01 | 1 | -1/+1 | |
| | ||||||
* | Add a temporary lexicon refactor guard (#235) | Paul Frazee | 2023-02-28 | 4 | -2/+53 | |
| | | | | | | | * Add a temporary lexicon refactor guard * Fix test * Fix tsconfig formatting | |||||
* | Remove leftover log | Paul Frazee | 2023-02-28 | 1 | -1/+0 | |
| | ||||||
* | Add analytics identify() call with hashed email | Paul Frazee | 2023-02-28 | 2 | -1/+8 | |
| | ||||||
* | Fix analytics in native build | Paul Frazee | 2023-02-27 | 1 | -1/+1 | |
| | ||||||
* | Better fix to native modals | Paul Frazee | 2023-02-27 | 1 | -4/+2 | |
| | ||||||
* | Fix to native modals | Paul Frazee | 2023-02-27 | 1 | -1/+1 | |
| | ||||||
* | Fix import | Paul Frazee | 2023-02-27 | 1 | -2/+2 | |
| | ||||||
* | Fix lint | Paul Frazee | 2023-02-27 | 3 | -3/+2 | |
| | ||||||
* | Sync browser navigation with app | Paul Frazee | 2023-02-24 | 5 | -30/+68 | |
| | ||||||
* | Clean up desktop web header search | Paul Frazee | 2023-02-24 | 3 | -124/+96 | |
| | ||||||
* | Hold off on customizing web feed rendering for now | Paul Frazee | 2023-02-24 | 1 | -9/+0 | |
| | ||||||
* | Simplify the desktop search screen | Paul Frazee | 2023-02-24 | 1 | -131/+13 | |
| | ||||||
* | Fixes to lineheight on web to counteract emoji issues | Paul Frazee | 2023-02-24 | 8 | -14/+31 | |
| | ||||||
* | Remove the desktop right column for now | Paul Frazee | 2023-02-24 | 3 | -220/+0 | |
| | ||||||
* | Fix region sizing on web | Paul Frazee | 2023-02-24 | 14 | -16/+25 | |
| | ||||||
* | Replace some old modal models that got missed | Paul Frazee | 2023-02-24 | 2 | -4/+6 | |
| | ||||||
* | Merge branch 'rnw' of github.com:bluesky-social/social-app into rnw | Michael Staub | 2023-02-23 | 32 | -534/+567 | |
|\ | ||||||
| * | Update modal com name | Paul Frazee | 2023-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Rework modals to support multiple active | Paul Frazee | 2023-02-23 | 13 | -187/+147 | |
| | | ||||||
| * | Add setImmediate polyfill to web, fixing dropdown items | Paul Frazee | 2023-02-23 | 3 | -2/+4 | |
| | | ||||||
| * | Implement image uploading in the web composer | Paul Frazee | 2023-02-23 | 18 | -278/+332 | |
| | | ||||||
| * | Show a 'not available for mobile web' screen (temporary) | Paul Frazee | 2023-02-23 | 2 | -12/+29 | |
| | | ||||||
* | | feat: implement DesktopSearch component | Michael Staub | 2023-02-23 | 2 | -10/+169 | |
| | | ||||||
* | | fix: browser history | Michael Staub | 2023-02-23 | 4 | -21/+32 | |
|/ | ||||||
* | Tweak approach to the viewheader | Paul Frazee | 2023-02-23 | 5 | -14/+15 | |
| | ||||||
* | Web: go lighter for now, ditch the composer prompt in feed | Paul Frazee | 2023-02-23 | 6 | -66/+16 | |
| | ||||||
* | Missed in last commit | Paul Frazee | 2023-02-23 | 2 | -3/+1 | |
| | ||||||
* | Move all of the web left-nav shell into the header | Paul Frazee | 2023-02-23 | 3 | -190/+154 | |
| | ||||||
* | Change web shell to use permanent header | Paul Frazee | 2023-02-23 | 4 | -130/+119 | |
| | ||||||
* | Update web header and search | Paul Frazee | 2023-02-23 | 6 | -143/+288 | |
| | ||||||
* | Rework web shell ui | Paul Frazee | 2023-02-22 | 5 | -106/+191 | |
| |