RonyVidaur
323b5bdfda
enhance check
2024-02-03 22:09:07 -06:00
RonyVidaur
6f228a598e
validate phone number based on country
2024-02-03 21:54:37 -06:00
Paul Frazee
31bf286fdc
Reduce the odds of false positives in the language suggester ( close #2598 ) ( #2700 )
2024-01-30 20:16:49 -08:00
dan
2b0f92c7e0
Workaround Safari content-visibility bug ( #2699 )
2024-01-30 19:05:45 -08:00
Hailey
59aacf4126
moderate avatars and embeds in composer reply to ( #2665 )
...
* moderate avatars and embeds in composer reply to
* oops
* dont need moderation in the quote opts
2024-01-30 18:11:23 -08:00
Hailey
28455f49dc
prevent duplicate keys in feed tab bar ( #2666 )
2024-01-30 17:54:29 -08:00
Hailey
faf48db679
add padding to user's lists/feeds scrollviews ( #2675 )
...
* add padding to user's lists/feeds scrollviews
* always use the header offset for padding
2024-01-30 17:49:34 -08:00
Hailey
c3b4ce4378
adjust height of list based on screen size ( #2678 )
2024-01-30 17:46:44 -08:00
Hailey
a175922ccf
Merge pull request #2695 from bluesky-social/hailey/fix-android-swipe
...
fix left swipe on android
2024-01-30 17:30:32 -08:00
Hailey
d8fc3798e3
add comment
2024-01-30 17:10:19 -08:00
Hailey
db3b10e98b
update comment
2024-01-30 17:09:02 -08:00
Hailey
bb4c9df039
cleanup
2024-01-30 17:00:49 -08:00
Hailey
767dd83d0b
cleanup
2024-01-30 16:55:57 -08:00
Hailey
fc8ea01741
use variable
2024-01-30 16:45:02 -08:00
Hailey
df740c85e0
use gap on native
2024-01-30 16:37:26 -08:00
Hailey
e45f0b6c43
Autofocus the alt text input on all platforms, improve dismissability on native ( #2690 )
...
* sneak in a eslint fix
* autofocus the alt text input whenever we open the modal
* properly use the hook
2024-01-30 15:48:03 -08:00
Hailey
c5edd0a065
remove unnecessary right padding in main thread item ( #2693 )
2024-01-30 15:25:29 -08:00
Eric Bailey
2ce9ab7da0
Don't interpolate rkey ( #2691 )
2024-01-30 15:09:21 -08:00
Hailey
4058174678
Merge pull request #2679 from bluesky-social/hailey/check-blocks-load-profile
...
clear cache when blocking/unblocking and whenever we get blocked, better invalidation logic for `useProfileQuery`
2024-01-30 10:35:46 -08:00
Hailey
640ce5e47b
use in app browser for translations when enabled ( #2663 )
2024-01-30 09:14:41 -08:00
Hailey
0ff6ee2fc8
better naming
2024-01-29 19:48:50 -08:00
Hailey
c5c3f6dbe5
naming
2024-01-29 18:44:19 -08:00
Hailey
30b06c1d9e
dont invalidate profile queries if they are only for display name resolution
2024-01-29 18:38:04 -08:00
Hailey
65e349ee96
use isLoading for whether to show no profile header
2024-01-29 18:37:15 -08:00
dan
ad3067b581
Adjust placeholder to be pixel-perfect ( #2650 )
2024-01-26 21:45:22 +00:00
Paul Frazee
b629fbdbb9
Two UI tweaks after recent updates ( #2647 )
...
* Readd the top border to the highlighted post when a reply (revert #2628 )
* Readd right pad to post controls
2024-01-26 12:09:52 -08:00
Paul Frazee
6149437c05
Account creation improvements & some other fixes ( #2636 )
...
* Quick fix to mobile
* Enlarge tap targets in account creation
* Improve keyboard behaviors during account creation
* Improve autocompletion behaviors during account creation
* Use the logo in the Deactivated screen
2024-01-25 22:24:37 -08:00
dan
c8175b9c4e
Add missing top border to notifications loading state ( #2635 )
2024-01-25 21:24:24 -08:00
dan
23a4bbf608
Prefetch profile links on web ( #2634 )
2024-01-25 21:23:56 -08:00
Eric Bailey
bc502edae1
Clean up some sentry logs ( #2630 )
...
* Change prop name for sentry ingestion
* Fix test
* Add default object
2024-01-25 21:11:01 -08:00
dan
335bef3d30
Present highlighted post as part of the thread ( #2628 )
2024-01-25 14:48:25 -08:00
Hailey
ab200285c5
android alt text selection fix for expandable alt ( #2629 )
2024-01-25 14:12:15 -08:00
dan
10b1d16c8a
Fix post controls tap areas ( #2627 )
2024-01-25 14:06:28 -08:00
dan
ef84f3a25e
Dejank navigation between thread posts ( #2625 )
...
* Dejank parent thread spinner
* Fix bottom border/spinner jank
* Revert unnecessary change
2024-01-25 13:32:17 -08:00
dan
de6b380f4e
Show composer reply prompt on tablet ( #2622 )
2024-01-25 13:26:07 -08:00
dan
8d3179f082
Fix races for post like/repost toggle ( #2617 )
2024-01-25 21:25:12 +00:00
dan
3b26b32f7f
Derive shadow like count ( #2616 )
2024-01-25 21:21:07 +00:00
dan
63fbdede42
Clean up the post controls UI ( #2614 )
...
* Hide zeros on post ctrls
* Align buttons between posts
* Update loading placeholders
* Remove unused
2024-01-25 01:38:23 +00:00
dan
c2733bc2c0
Use consistent spinners for loading screens ( #2611 )
...
* Use consistent spinners for loading screens
* Consolidate into LoadingScreen
2024-01-24 23:01:22 +00:00
Samuel Newman
9ff74ff30a
set icon colour to text colour ( #2607 )
2024-01-24 09:50:39 -08:00
Paul Frazee
8a59e5310e
Merge branch 'fix-margin' of https://github.com/quiple/social-app into quiple-fix-margin
2024-01-23 20:14:09 -08:00
Paul Frazee
5cc20ac70c
Disable scroll on the composer TextInput ( close #2413 ) ( #2603 )
2024-01-23 19:38:28 -08:00
Mary
6076b8f730
fix: resolve handle in feed/list urls ( #2497 )
2024-01-23 15:11:07 -08:00
Paul Frazee
a2b58852e7
Merge PR #2495 by haileyok
...
Squashed commit of the following:
commit 9d9c46ced116079add8ae1beaed854b38962d608
Author: Paul Frazee <pfrazee@gmail.com >
Date: Tue Jan 23 14:12:32 2024 -0800
Fix reference error on the web build
commit 1981621c5b6f2b63b3e3875b68721161487d7df0
Merge: cda4fe4a 0d9b6954
Author: Paul Frazee <pfrazee@gmail.com >
Date: Tue Jan 23 12:43:51 2024 -0800
Merge branch 'feat/selectable-text' of https://github.com/haileyok/social-app into haileyok-feat/selectable-text
commit 0d9b695447
Merge: 3c381f94 f1a7a571
Author: Hailey <153161762+haileyok@users.noreply.github.com >
Date: Fri Jan 19 16:42:13 2024 -0800
Merge branch 'main' into feat/selectable-text
commit 3c381f9470
Merge: f9510156 fb596e7f
Author: Hailey <153161762+haileyok@users.noreply.github.com >
Date: Thu Jan 18 23:48:10 2024 -0800
Merge branch 'main' into feat/selectable-text
commit f951015637
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 23:46:25 2024 -0800
update readme
commit aa9b8b06ed
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 23:37:49 2024 -0800
calculate line height
commit 9fe479630c
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 23:19:31 2024 -0800
improve height calculation, render on prop changes
commit 209caffa7d
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 22:53:08 2024 -0800
presses
commit 384c8ec3a8
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:57:56 2024 -0800
line break mode
commit adfcf05fe4
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:50:21 2024 -0800
onTextLayout event
commit e9ba104e6f
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:34:35 2024 -0800
better naming
commit e335f5ab7f
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:31:38 2024 -0800
remove android
commit 9e197934ba
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:28:28 2024 -0800
remove expo module
commit 99882c7e39
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:27:43 2024 -0800
handle presses
commit 18f818649e
Author: Hailey <me@haileyok.com >
Date: Thu Jan 18 21:14:38 2024 -0800
make use of rctshadowview
commit 7134e1106e
Author: Hailey <me@haileyok.com >
Date: Wed Jan 17 20:38:39 2024 -0800
stop unnecessary layouts, resize container before setting text
commit 340b84f053
Author: Hailey <me@haileyok.com >
Date: Wed Jan 17 11:17:36 2024 -0800
handle prop changes for both children and root views
commit d906fe4fcf
Author: Hailey <me@haileyok.com >
Date: Tue Jan 16 18:42:22 2024 -0800
handle onpress better
commit b6b0964168
Author: Hailey <me@haileyok.com >
Date: Tue Jan 16 16:57:31 2024 -0800
resolve animation issue, animate alt text expansion
commit daedd1f671
Author: Hailey <me@haileyok.com >
Date: Tue Jan 16 15:47:24 2024 -0800
move getChildren to didMoveToWindow
commit 87d44e4b57
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 18:48:36 2024 -0800
simplify getPressed
commit d92584bad7
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 17:56:43 2024 -0800
just more cleanup
commit d39f7a937d
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 17:03:19 2024 -0800
remove unnecessary property for gesture recognizer
commit a35513a1d2
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 16:55:36 2024 -0800
remove debug line
commit 788956aa01
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 16:33:44 2024 -0800
typo
commit a3ba6e7825
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 13:42:25 2024 -0800
make alt text selectable
commit e5472a13da
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 05:27:15 2024 -0800
re-render on numberOfLines change
commit 9f5b7602c1
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 04:57:35 2024 -0800
more implementations
commit aa96bba066
Author: Hailey <me@haileyok.com >
Date: Mon Jan 15 03:12:43 2024 -0800
merge main in
what are you doing there? go away
fix recognizer to clear selected text on tap
remove jank/hacks
update readme
remove android stuff
(?) don't remove clipped subview on android for selection
enable selection of alt text
add numberOfLines
properly apply container styles
handle both selection and expand press events in alt text
far better implementation
revert link changes
revert lightbox changes for now
fix file name
commit ec8c05f3f0
Merge: 2435a252 12a0ceee
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 23:41:10 2024 -0800
Merge branch 'main' into feat/selectable-text
# Conflicts:
# src/view/com/util/Link.tsx
commit 2435a25257
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 23:30:13 2024 -0800
cleanup
commit fdf75927f6
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 23:25:23 2024 -0800
remove debug
commit 36d8cd82ef
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 23:25:17 2024 -0800
reset text selection on text update
commit b8f7bc23c2
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 23:24:43 2024 -0800
use textkit 1
commit 5216464458
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 22:50:15 2024 -0800
properly handle link press events
commit 2802902c69
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 22:49:47 2024 -0800
modify Link so that we can create the TextLink press handler outside
commit 860610e63a
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 19:17:51 2024 -0800
always make sure we use the latest styles
commit 7f05d0141b
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 16:57:08 2024 -0800
update readme with tech info
commit b8318446a3
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 16:34:35 2024 -0800
remove all uitextview padding
commit 0f0b6aa131
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 16:34:28 2024 -0800
cleanup imports
commit c9f0064836
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 16:18:08 2024 -0800
update interface
commit 7dcac644ba
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 16:13:49 2024 -0800
remove useless struct
commit 5174744213
Author: Hailey <me@haileyok.com >
Date: Fri Jan 12 16:13:34 2024 -0800
adjust deps
commit ce8b9ed62b
Author: Hailey <me@haileyok.com >
Date: Thu Jan 11 22:15:50 2024 -0800
add readme, update info
commit 33c6e3b15c
Author: Hailey <me@haileyok.com >
Date: Thu Jan 11 22:04:53 2024 -0800
remove unnecessary android/web stuff
commit fbca531bdf
Author: Hailey <me@haileyok.com >
Date: Thu Jan 11 22:02:30 2024 -0800
simplify cast of string.index to int before i forget
commit 648552eafb
Author: Hailey <me@haileyok.com >
Date: Thu Jan 11 02:01:20 2024 -0800
wip
commit c6d2e54923
Author: Hailey <me@haileyok.com >
Date: Thu Jan 11 00:38:47 2024 -0800
selectable text experiment
2024-01-23 14:15:47 -08:00
Mary
abac959d03
Resolve facets on list descriptions ( #2485 )
...
* feat: add strict/loose link mapping
* feat: resolve facets on list description
2024-01-23 10:39:13 -08:00
Minseo Lee
4942d0b7ac
Update FeedItem.tsx
2024-01-23 21:11:41 +09:00
Mary
55ad808785
fix: don't expose post content on no-unauthenticated ( #2584 )
2024-01-22 15:55:51 -08:00
Paul Frazee
f67812d09a
Tweak positioning
2024-01-22 15:52:50 -08:00
Paul Frazee
eda4dee3ab
Merge branch 'feat/image-dnd' of https://github.com/mary-ext/fork-bsky-app into mary-ext-feat/image-dnd
2024-01-22 15:39:39 -08:00
dan
010e94a6a9
Fix jump when opening last post in thread ( #2591 )
2024-01-22 15:13:14 -08:00