about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* properly import linear gradient (#3423)Hailey2024-04-0511-11/+11
|
* migrate to `expo-linear-gradient` (#3420)Hailey2024-04-0411-103/+112
| | | | | | | | | * replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages
* migrate to `expo-clipboard` (#3419)Hailey2024-04-044-55/+56
| | | | | * replace package * replace usages
* Bump some Expo package, remove unused packages to prepare for migration (#3415)Hailey2024-04-043-66/+0
| | | | | | | | | * bump some package versions * remove completely unused packages * remove blurview * update yarn.lock
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-042-15/+15
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Open share sheet when long pressing link (#3317)Samuel Newman2024-04-041-14/+32
| | | | | | | | | | | | | | | | | | | | | * uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * Open share sheet on link long press * rm package manager field * add link warning to longpress --------- Co-authored-by: Hailey <me@haileyok.com>
* Simplify list logic further to prevent misuse (#3334)Hailey2024-04-033-113/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-032-173/+0
| | | | | | | | | | | * 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-3/+6
| | | | | | | | | | | | | | | * uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * update to latest * cleanup
* Add share warning to big share button in post ctrl (#3367)Samuel Newman2024-04-032-54/+84
|
* apply bg color to entire scrollview (#3364)Samuel Newman2024-03-311-15/+14
|
* revert change for closing composer on web only (#3343)Hailey2024-03-221-1/+5
|
* Merge pull request #3337 from bluesky-social/samuel/scrollable-loggedoutlayoutSamuel Newman2024-03-221-8/+47
|\ | | | | Move scrollview to `LoggedOutLayout` to fix scrolling on web
| * move auth flows scrollview to loggedin layoutSamuel Newman2024-03-221-8/+47
| |
* | fix android back after closing composer (#3330)Hailey2024-03-221-43/+46
|/
* Sign In -> Sign inSamuel Newman2024-03-213-8/+9
|
* Mods UI fixes (#3296)Eric Bailey2024-03-213-34/+35
| | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* Fix missing error on `PostThread` (#3295)Hailey2024-03-211-1/+1
|
* [Statsig] Onboarding and routing events (#3302)dan2024-03-211-15/+20
|
* Fix problems with `BottomSheet` and the report dialog (#3297)Hailey2024-03-204-34/+35
| | | | | | | | | | | | | | | | | | | | | * 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
* Merge pull request #3217 from bluesky-social/samuel/alf-loginSamuel Newman2024-03-2017-2601/+9
|\ | | | | Use ALF for login & signup flow
| * Move some things aroundEric Bailey2024-03-204-542/+0
| |
| * StepInfo tweaksEric Bailey2024-03-201-61/+29
| |
| * dismiss keyboard when opening dialogSamuel Newman2024-03-201-1/+1
| |
| * Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-2014-48/+169
| |\
| * \ Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1932-501/+429
| |\ \
| * | | Use ALF for signup flow, improve a11y of signup (#3151)Hailey2024-03-198-801/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1943-3033/+451
| |\ \ \
| * | | | convert password reset flowSamuel Newman2024-03-154-605/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-1518-90/+128
| |\ \ \ \
| * | | | | alf the login formSamuel Newman2024-03-132-299/+1
| | | | | |
| * | | | | convert base login component and ChooseAccountFormSamuel Newman2024-03-133-330/+8
| | | | | |
* | | | | | use inlinelink instead of textlinkSamuel Newman2024-03-201-17/+10
| | | | | |
* | | | | | use alf for splashscreen (web)Samuel Newman2024-03-201-129/+86
| | | | | |
* | | | | | use alf for splashscreen (native)Samuel Newman2024-03-201-91/+56
| |_|_|_|/ |/| | | |
* | | | | [Statsig] Track login/logout (#3286)dan2024-03-194-18/+34
| | | | | | | | | | | | | | | | | | | | | | | | | * [Statsig] Track login/logout * Fix missing attribution
* | | | | [Statsig] Track feed refresh (#3283)dan2024-03-192-2/+15
| | | | |
* | | | | Various e2e test fixes (#3284)Paul Frazee2024-03-193-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Just use the first picture every time * Add missing testIDs * Various test fixes * Use simplified link fetcher for e2e * Disable tests for now-n * Update test-env creation
* | | | | use different labels for `porn` and `sexual` (#3282)Hailey2024-03-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * use different labels for `porn` and `sexual` * newline
* | | | | Fix detection of !no-unauthenticated (#3279)Paul Frazee2024-03-191-1/+2
| | | | |
* | | | | Remove dead stylePaul Frazee2024-03-191-7/+0
| | | | |
* | | | | Merge branch 'web-fix-fonts-and-image-box' of ↵Paul Frazee2024-03-194-18/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | https://github.com/alexkuz/social-app into alexkuz-web-fix-fonts-and-image-box
| * | | | | Add 'Liberation Sans' font for FireFox on Linux; lightbox buttons adjustmentsAlexander K2024-03-174-30/+90
| | | | | |
* | | | | | Prevent linking to post from an embed in composer (#3275)Hailey2024-03-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'patch-3' of https://github.com/quiple/social-app into ↵Paul Frazee2024-03-1917-65/+90
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | quiple-patch-3
| * \ \ \ \ Merge remote-tracking branch 'upstream/main' into patch-3Minseo Lee2024-03-1942-2889/+447
| |\ \ \ \ \
| * | | | | | Update Modal.tsxMinseo Lee2024-03-161-1/+1
| | | | | | |
| * | | | | | Update Modal.tsxMinseo Lee2024-03-161-1/+3
| | | | | | |
| * | | | | | Update Modal.tsxMinseo Lee2024-03-161-6/+6
| | | | | | |
| * | | | | | Update ReasonOptions.tsxMinseo Lee2024-03-161-2/+2
| | | | | | |