Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix types for breakpoints on mobile (#1342) | Ansh | 2023-08-30 | 1 | -3/+6 |
| | |||||
* | Merge branch 'ansh/app-812-add-custom-feed-discovery-to-onboarding' into main | Paul Frazee | 2023-08-30 | 29 | -218/+1034 |
|\ | |||||
| * | Fix: remove bottom bar during onboard | Paul Frazee | 2023-08-30 | 1 | -0/+4 |
| | | |||||
| * | Simplify the RecommendedFeeds with breakpoint components | Paul Frazee | 2023-08-30 | 6 | -260/+204 |
| | | |||||
| * | Fix types and remove dead code | Paul Frazee | 2023-08-30 | 4 | -60/+1 |
| | | |||||
| * | More fixes to mobile onboard | Paul Frazee | 2023-08-30 | 8 | -165/+254 |
| | | |||||
| * | Fix onboarding on mobile web | Paul Frazee | 2023-08-30 | 7 | -216/+262 |
| | | |||||
| * | Tweak dark mode on web | Paul Frazee | 2023-08-30 | 1 | -3/+10 |
| | | |||||
| * | Tweaks to mobile onboard | Paul Frazee | 2023-08-29 | 2 | -6/+7 |
| | | |||||
| * | Rework web onboarding | Paul Frazee | 2023-08-29 | 9 | -126/+539 |
| | | |||||
| * | Move onboarding to the withAuthRequired HOC | Paul Frazee | 2023-08-29 | 9 | -103/+45 |
| | | |||||
| * | fix onboarding on web | Ansh Nanda | 2023-08-29 | 11 | -113/+235 |
| | | |||||
| * | add more tracking | Ansh Nanda | 2023-08-28 | 2 | -2/+4 |
| | | |||||
| * | start onboarding only for new account creations | Ansh Nanda | 2023-08-28 | 3 | -20/+17 |
| | | |||||
| * | simplify onboarding model function naming | Ansh Nanda | 2023-08-28 | 4 | -6/+11 |
| | | |||||
| * | track onboarding steps | Ansh Nanda | 2023-08-28 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding | Ansh Nanda | 2023-08-28 | 4 | -34/+11 |
| |\ | |||||
| * | | fix onboarding stuck on welcome | Ansh Nanda | 2023-08-28 | 1 | -6/+11 |
| | | | |||||
| * | | add custom feed discovery to onboarding | Ansh Nanda | 2023-08-28 | 6 | -39/+225 |
| | | | |||||
| * | | remove logs | Ansh Nanda | 2023-08-28 | 2 | -2/+0 |
| | | | |||||
| * | | move onboarding to screens | Ansh Nanda | 2023-08-28 | 11 | -107/+149 |
| | | | |||||
| * | | update packages | Ansh Nanda | 2023-08-28 | 1 | -2/+30 |
| | | | |||||
| * | | Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding | Ansh Nanda | 2023-08-25 | 8 | -11/+17 |
| |\ \ | |||||
| * | | | create onboarding model | Ansh Nanda | 2023-08-25 | 2 | -0/+69 |
| | | | | |||||
* | | | | Move `PreferencesHomeFeed` to a screen instead of a modal (#1335) | Ansh | 2023-08-30 | 12 | -38/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move `PreferencesHomeFeed` to a screen instead of a modal * add web route for home feed preferences * upgrade `@miblanchard/react-native-slider` to fix lint * fix web route naming * fix desktop web styling * add `react-native-slider` mock | ||||
* | | | | Moderation settings fixes (#1336) | Paul Frazee | 2023-08-30 | 6 | -684/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Default isAdultContentEnabled to false on all devices. The original intent of setting the default based on the device was to make the maximally-permissive choice. It turns out this was a mistake as it created sync issues between devices; users would be confused by the lack of congruity between them. We have to go with false by default to ensure sync is retained. * Update preferences model to use new sdk api * Delete dead code * Dont show the iOS adult content warning in content filtering settings if adult content is enabled * Bump @atproto/api@0.6.8 * Codebase style consistency | ||||
* | | | | fix lightbox on search page (#1330) | Eric Bailey | 2023-08-29 | 1 | -2/+18 |
| | | | | | | | | | | | | | | | | | | | | * fix lightbox on search page * add styles to mobile web too | ||||
* | | | | Merge pull request #1334 from bluesky-social/eric/fix-android-perms-noop | Eric Bailey | 2023-08-29 | 1 | -3/+8 |
|\ \ \ \ | | | | | | | | | | | handle stuck state with granular android permissions | ||||
| * | | | | handle stuck state with granular android permissions | Eric Bailey | 2023-08-29 | 1 | -3/+8 |
|/ / / / | |||||
* | | | | bump yarn (#1329) | Eric Bailey | 2023-08-29 | 1 | -14/+30 |
| | | | | |||||
* | | | | update golang to v1.21; set GOEXPERIMENT=loopvar (#1256) | bnewbold | 2023-08-28 | 6 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | * golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy | ||||
* | | | | 1.48 | Paul Frazee | 2023-08-28 | 2 | -4/+4 |
| | | | | |||||
* | | | | Test fixes | Paul Frazee | 2023-08-28 | 5 | -4/+9 |
| | | | | |||||
* | | | | Make posts behave more like links (#1316) | Eric Bailey | 2023-08-28 | 4 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use cursor for post cards * ignore type error * handle meta keys on non native links (cherry picked from commit daccafea0b7ab21af6572767e496d20f32ead353) * remove cursor on non-post notifications, not quite right * Simplify link handling --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | | | | Replace web editor link behavior (#1319) | Paul Frazee | 2023-08-28 | 5 | -31/+127 |
| | | | | | | | | | | | | | | | | | | | | * Replace web editor link behavior (close #1293) (close #1292) * Update link decorator to match rich text link detector | ||||
* | | | | Fix: Don't flash default profile avatar and link in nav (#1287) | Patroll | 2023-08-28 | 1 | -1/+6 |
| | | | | |||||
* | | | | Improvements to feed assembly to avoid possible state issues (#1318) | Paul Frazee | 2023-08-28 | 2 | -4/+18 |
| |_|/ |/| | | | | | | | | | | | * Avoid potential dropped posts due to pruning when checking for latest * Add a sanity check to ensure dup react keys never occur (close #1315) | ||||
* | | | Remove ability for Post component to load from URI (close #1302) (#1317) | Paul Frazee | 2023-08-28 | 3 | -33/+7 |
| | | | |||||
* | | | wrap mutation in runInAction (#1305) | Eric Bailey | 2023-08-28 | 1 | -1/+4 |
| |/ |/| | |||||
* | | Move the web composer to the top of the screen (#1282) | Paul Frazee | 2023-08-25 | 1 | -1/+1 |
| | | |||||
* | | Eslint updates (#1281) | Eric Bailey | 2023-08-25 | 5 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint: Update eslintrc * eslint: Strings must use singlequote quotes * eslint: expected { after if-condition * eslint: update warnings * a little cleanup * remove conflicted file --------- Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | | don't mention own user from composer (#1279) | Eric Bailey | 2023-08-25 | 1 | -1/+3 |
| | | |||||
* | | Update/fix `ChangeHandle` form (#1280) | Eric Bailey | 2023-08-25 | 1 | -4/+4 |
|/ | | | | | * fix well-known did copy value * s/Domain/Host in change handle form | ||||
* | 1.47 build 3 | Paul Frazee | 2023-08-24 | 1 | -1/+1 |
| | |||||
* | Use `Pressable` for most links/embeds (#1181) | Eric Bailey | 2023-08-24 | 6 | -33/+15 |
| | | | | | * delay press on all links * use Pressable for all accessible links | ||||
* | defer loading of feeds until visible (#1271) | Eric Bailey | 2023-08-24 | 3 | -37/+40 |
| | | | | | | | | | | | * defer loading of feeds until visible * Fix: use existing hasLoaded * Fix: dont query for latest during initial load --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Fixes to the feed discovery page (#1238) | Paul Frazee | 2023-08-24 | 3 | -2409/+2617 |
| | | | | | | | | | | | * Bump yarn.lock for... reasons * Restyle DiscoverFeeds empty state (close #1236) * Fix: maintain search state in feed discovery (close #1204) * tsconfig fixes * Tweaks to yarn.lock | ||||
* | setup `isAuthenticatedUser` in profileUiModel inside an action (#1272) | Ansh | 2023-08-24 | 1 | -3/+5 |
| | |||||
* | Add analytics event for when the app is opened from a notification (#1270) | Paul Frazee | 2023-08-24 | 2 | -0/+4 |
| | | | | | * Add analytics event for when the app is opened from a notification * Tweak notification ID | ||||
* | bskyweb: switch from PDS backend to AppView backend (#1065) | bnewbold | 2023-08-24 | 4 | -44/+10 |
| | | | | | * bskyweb: replace PDS with AppView (no auth) * bskyweb: update example .env files for appview |