about summary refs log tree commit diff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify list logic further to prevent misuse (#3334)Hailey2024-04-033-82/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify list logic further more simplification simplify by removing `isEmpty` use `isFetchingNextPage` everywhere for clarity change `isFetching` to `isFetchingNextPage` for clarity remove some useless `useMemo`s move `renderItem` and `keyExtractor` out of component * clean bundle size check * update deploy * adjust * adjust * one test * try now * test it * done
* Use ALF for the account quick switch dialog (#3327)Samuel Newman2024-04-033-10/+212
| | | | | | | | | | | * Use ALF for account quick switch * clean up modal type * add haptics to dialog opening * move account list to it's own component and share * make tick slightly darker
* Upgrade `UITextView` to latest (#3090)Hailey2024-04-031-14/+6
| | | | | | | | | | | | | | | * uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * update to latest * cleanup
* Add cursor to 'learn more' on screenhider (close #2871) (#3395)Paul Frazee2024-04-031-8/+15
|
* Add OTA updates support for `testflight` channel (#3291)Hailey2024-04-033-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * some progress another adjustment, testing another adjustment, testing fix again fix again set default runtime version fix test this script test this script test this script add build numbers to the deployment url clean give script access to build number add `useBuildNumberEnv` without a bump new line fix missing async add channel name to deployment url add updates check on launch for testflight users ver bump init updates on launch for native add `testflight` as default in build submit add is_testflight check * disable inline predictions to prevent ios composer jank * temp bump * Revert "temp bump" This reverts commit 44c51134a35d817c73edb1e635495597c95117b3. * adjustments version bump adjust fixes test * cleanup and finalize drop check down to every 15 minutes adjustments change to 15 mins use jq to get version if necessary rm test on push figured it out remove nightly testflight releases test again again again again again AGAIN ONCE MORE test again again again again again AGAIN test again again again again again AGAIN test again again again again again test again again again again test again again again test again again test again test test test run deploy if necessary run deploy if necessary run deploy if necessary run deploy if necessary run deploy if necessary remove test message fix environment oops cleanup merge in changes * remove unnecessary `workflow_call` * remove changes that have been merged into main now * finalize android update git ignore rm test stuff from the bundle action remove test message test message fix test message test message few android fixes few android fixes fix jq add a test message fix slack webhook create android deployments test 2 create android deployments add `testflight-android` profile to eas.json more cleanup some more cleanup simplify some logic remove unnecessary channel rename to `useOTAUpdates` * rm test portion
* Remove Button error boundary (#3372)dan2024-04-031-41/+9
|
* Add share warning to big share button in post ctrl (#3367)Samuel Newman2024-04-031-4/+3
|
* Mark `Retry` and `Go Back` buttons in Error.tsx for localisation (#3352)surfdude292024-03-291-9/+16
| | | | | | | * Mark `Retry` and `Go Back` buttons in Error.tsx for localisation * add and sort imports * sort imports better
* Wrap Button children in an error boundary (#3340)Eric Bailey2024-03-221-14/+49
| | | | | * Wrap Button children in an error boundary * Check for Trans component
* Release fixes (#3318)Eric Bailey2024-03-211-1/+1
| | | | | | | | | | | * Fix error overflow * await setSavedFeeds before setting birth date * await birth date first instead of feeds --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Mods UI fixes (#3296)Eric Bailey2024-03-217-335/+344
| | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* Fix problems with `BottomSheet` and the report dialog (#3297)Hailey2024-03-204-41/+48
| | | | | | | | | | | | | | | | | | | | | * use @discord/bottom-sheet * add @types/invariant * some progress on keyboard dialog * rework rework add a comment use discord bottom sheet * remove `@gorhom/bottom-sheet` * remove android specific code * organize imports
* Adjust DateField timezone offsetEric Bailey2024-03-202-3/+4
|
* Password flow tweaksEric Bailey2024-03-201-7/+8
|
* HostingProvider tweaksEric Bailey2024-03-201-26/+34
|
* sort imports for files related to this PRSamuel Newman2024-03-206-23/+23
|
* dismiss keyboard when opening dialogSamuel Newman2024-03-201-1/+2
|
* Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-205-6/+19
|\
| * Set keyboardDismisMode to interactive on the report dialog (#3288)Paul Frazee2024-03-193-4/+16
| |
| * Fix detection of !no-unauthenticated (#3279)Paul Frazee2024-03-191-1/+2
| |
| * Fix typo in tagMenuSearchByUser (#3181)cdfzo2024-03-191-1/+1
| |
| * Fix merge errorPaul Frazee2024-03-191-1/+0
| |
* | hog FormErrorSamuel Newman2024-03-191-15/+10
| |
* | change hosting provider and forgot pw touchables to buttonSamuel Newman2024-03-191-17/+37
| |
* | remove textfield references from hosting providerSamuel Newman2024-03-191-3/+4
| |
* | remove explicit height/widthSamuel Newman2024-03-191-5/+1
| |
* | rename pencil -> pencilLine and reexportSamuel Newman2024-03-192-3/+3
| |
* | fix merge issue (double hook)Samuel Newman2024-03-191-1/+0
| |
* | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1910-242/+304
|\|
| * Merge branch 'patch-3' of https://github.com/quiple/social-app into ↵Paul Frazee2024-03-193-6/+12
| |\ | | | | | | | | | quiple-patch-3
| | * Merge remote-tracking branch 'upstream/main' into patch-3Minseo Lee2024-03-1943-45/+2613
| | |\
| | * | Update Lists.tsxMinseo Lee2024-03-161-5/+9
| | | |
| | * | Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-163-3/+127
| | |\ \
| | * | | Update index.tsxMinseo Lee2024-03-131-1/+3
| | | | |
| | * | | Update index.tsxMinseo Lee2024-03-131-2/+4
| | | | |
| | * | | Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-1317-82/+285
| | |\ \ \
| | * \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-121-4/+4
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-1012-21/+57
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'main' into patch-3Minseo Lee2024-03-073-37/+35
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-068-74/+598
| | |\ \ \ \ \ \ \
| | * | | | | | | | Update Lists.tsxMinseo Lee2024-03-021-7/+10
| | | | | | | | | |
| * | | | | | | | | `PostThread` cleanup (#3183)Hailey2024-03-192-113/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cleanup PostThread rm some more unnecessary code cleanup some more pieces fix `isLoading` logic few fixes organize refactor `PostThread` allow chaining of `postThreadQuery` Update `Hashtag` screen with the component changes Make some changes to the List components adjust height and padding of bottom loader to account for bottom bar * rm unnecessary chaining logic * maxReplies logic * adjust error logic * use `<` instead of `<=` * add back warning comment * remove unused prop * adjust order * update prop name * don't show error if `isLoading`
| * | | | | | | | | Rework the labeler selection step of the report flow (#3269)Paul Frazee2024-03-193-52/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework the labeler selection step of the report flow * Fix: use gtMobile * Use primitives, fix avatar * Spacing tweaks * Show handle instead of description --------- Co-authored-by: Eric Bailey <git@esb.lol>
| * | | | | | | | | Mobile mod label setting component (#3267)Eric Bailey2024-03-191-37/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Mobile mod label setting component * Bump label title size * Dont show disabled label config on mobile --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * | | | | | | | | add `Partial<GestureResponderEvent>` to `.open()` (#3227)Hailey2024-03-191-2/+8
| | | | | | | | | |
| * | | | | | | | | Bday modal tweaks (#3252)Eric Bailey2024-03-191-33/+41
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Smol tweaks to bday dialog * Juse use existing DateInput for now * Remove unused code * Remove passed-in prefs * Adjust load state * Revert "Adjust load state" This reverts commit 802459fd044b380ccc4f96432af416996219a0de. * Fix type error
* | | | | | | | | Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-198-70/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use ALF for signup flow, improve a11y of signup * adjust padding * rm log * org imports * clarify allowance of hyphens Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix a few accessibility items * Standardise date input across platforms (#3223) * make the date input consistent across platforms * integrate into new signup form * rm log * add transitions * show correct # of steps * use `FormError` * animate buttons * use `ScreenTransition` * fix android text overflow via flex -> flex_1 * change button color * (android) make date input the same height as others * fix deps * fix deps --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* | | | | | | | | move FormError to components/formsSamuel Newman2024-03-191-0/+34
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1946-48/+2740
|\| | | | | | | |
| * | | | | | | | Update the reporting flow to first select a recipient if the user has ↵Paul Frazee2024-03-184-20/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple labelers (#3258)