about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix types and remove dead codePaul Frazee2023-08-304-60/+1
|
* More fixes to mobile onboardPaul Frazee2023-08-308-165/+254
|
* Fix onboarding on mobile webPaul Frazee2023-08-307-216/+262
|
* Tweak dark mode on webPaul Frazee2023-08-301-3/+10
|
* Tweaks to mobile onboardPaul Frazee2023-08-292-6/+7
|
* Rework web onboardingPaul Frazee2023-08-299-126/+539
|
* Move onboarding to the withAuthRequired HOCPaul Frazee2023-08-299-103/+45
|
* fix onboarding on webAnsh Nanda2023-08-2911-113/+235
|
* add more trackingAnsh Nanda2023-08-282-2/+4
|
* start onboarding only for new account creationsAnsh Nanda2023-08-283-20/+17
|
* simplify onboarding model function namingAnsh Nanda2023-08-284-6/+11
|
* track onboarding stepsAnsh Nanda2023-08-281-0/+2
|
* Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboardingAnsh Nanda2023-08-284-34/+11
|\
| * Remove ability for Post component to load from URI (close #1302) (#1317)Paul Frazee2023-08-283-33/+7
| |
| * wrap mutation in runInAction (#1305)Eric Bailey2023-08-281-1/+4
| |
* | fix onboarding stuck on welcomeAnsh Nanda2023-08-281-6/+11
| |
* | add custom feed discovery to onboardingAnsh Nanda2023-08-286-39/+225
| |
* | remove logsAnsh Nanda2023-08-282-2/+0
| |
* | move onboarding to screensAnsh Nanda2023-08-2811-107/+149
| |
* | Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboardingAnsh Nanda2023-08-257-11/+15
|\|
| * Move the web composer to the top of the screen (#1282)Paul Frazee2023-08-251-1/+1
| |
| * Eslint updates (#1281)Eric Bailey2023-08-254-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Bailey2023-08-251-1/+3
| |
| * Update/fix `ChangeHandle` form (#1280)Eric Bailey2023-08-251-4/+4
| | | | | | | | | | * fix well-known did copy value * s/Domain/Host in change handle form
* | create onboarding modelAnsh Nanda2023-08-252-0/+69
|/
* Use `Pressable` for most links/embeds (#1181)Eric Bailey2023-08-246-33/+15
| | | | | * delay press on all links * use Pressable for all accessible links
* defer loading of feeds until visible (#1271)Eric Bailey2023-08-243-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 Frazee2023-08-241-28/+27
| | | | | | | | | | | * 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)Ansh2023-08-241-3/+5
|
* Add analytics event for when the app is opened from a notification (#1270)Paul Frazee2023-08-242-0/+4
| | | | | * Add analytics event for when the app is opened from a notification * Tweak notification ID
* A couple quick notifications fixes (#1262)Paul Frazee2023-08-231-3/+6
| | | | | | | * Create separate .easignore to ensure google-services.json goes to eas * Set the notifications serviceDid according to the session host * Fix types
* [APP-836] Emoji picker for web (#1254)Ansh2023-08-235-12/+115
| | | | | | | | | | | | | | | | | | | | | | | | | * add emoji-mart package for emoji dropdown picker * remove emoji picker modal * load emoji mart data not as part of the main bundle * remove @emoji-mart/data * setup emoji insertion with events * get emoji data from local static assets * close emoji picker after one emoji has been inserted * Switch emoji picker trigger to an icon * Update emoji-mart-data.js * make grabbing emoji data work on more browsers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [APP-786] Native notifications (#1095)Ansh2023-08-2311-230/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move `notifee.ts` to notifications folder * install expo notifications * add UIBackgroundMode `remote-notifications` to app.json * fix notifee import in Debug.tsx * add `google-services.json` * add `development-device` class to eas.json * Add `notifications.ts` for native notification handling * send push token to server * update `@atproto/api` * fix putting notif token to server * fix how push token is uploaded * fix lint * enable debug appview proxy header on all platforms * setup `notifications.ts` to work with app view notifs * clean up notification handler * add comments * update packages to correct versions * remove notifee * clean up code a lil * rename push token endpoint * remove unnecessary comments * fix comments * Remove old background scheduler * Fixes to push notifications API use * Bump @atproto/api@0.6.6 --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fixes #1252 fix alt text setting description toggle (#1261)Ansh2023-08-232-3/+3
| | | | | * make toggle border width slightly larger * change copy
* Improve handling of unselecting languanges in composer language menu (#1093)Eric Bailey2023-08-236-47/+135
| | | | | | | | | | | | | | | | | | | | | | | * allow toggling off/on multiple from main composer lang menu * fix dropdown styles for long labels * udpate model to use new string field * update language UI * save langs to history on submit * remove edit * clean up use new fields * default to deviceLocales * fix default valu * feedback * use radio icon
* fix bad reference on nativeEric Bailey2023-08-231-1/+2
|
* Change Handle modal DNS instruction tweaks for clarity (#1245)Paul Frazee2023-08-221-1/+7
| | | | | * Remove potentially confusing period from subdomain in changehandle (close #1004) * Clarify dns instructions further (close #1087)
* Fix: update posts rendered in notifs on refresh (close #1196) (#1243)Paul Frazee2023-08-222-6/+21
|
* Fix: include link-meta abort signal for timeout (close #1214) (#1240)Paul Frazee2023-08-221-0/+1
|
* Fix feed empty state (close #1235) (#1239)Paul Frazee2023-08-221-2/+6
|
* Add likes tab (#1227)Eric Bailey2023-08-222-25/+57
| | | | | | | | | | | | | | | | | * add likes tab (cherry picked from commit 6c5ffd964ca0b185ddfc37088d82712a006a1163) * only show Likes tab to authenticated user (cherry picked from commit ecc1254411d760158b6d7a4c5f05d940db872dfc) * Bump @atproto/api@0.6.5 * fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* add title attr to text text links (#1228)Eric Bailey2023-08-225-10/+37
| | | | | | | | | | | | | | | * add title attr to text text links * Revert "add title attr to text text links" This reverts commit c028cd184efd3b2788d8f46134eecf521e5d7b07. * use css tooltips * add to expanded post state * handle theming * add to bskyweb
* [APP-834] Allow @ing someone in post directly from profile (#1241)Ansh2023-08-229-5/+99
| | | | | * setup `initMention` for mobile * setup creating post with profile tagged on web
* [APP-835] trim end of email during login (#1242)Ansh2023-08-221-1/+3
| | | | | | | | | * trim end of email during login * Switch trimEnd() to trim() --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2023-08-224-13/+44
|\
| * fix thread double border (#1251)Eric Bailey2023-08-222-7/+17
| |
| * do not thread author media filtered feed (#1253)Eric Bailey2023-08-222-6/+27
| |
* | Minor formattingPaul Frazee2023-08-221-1/+3
| |
* | Merge branch 'fix-empty-search' of https://github.com/darnfish/social-app ↵Paul Frazee2023-08-221-0/+2
|\ \ | |/ |/| | | into darnfish-fix-empty-search
| * Don't submit search if query is emptyWilliam Gibson2023-08-221-0/+2
| |