Eric Bailey
a5f37eb37f
move TagInput into dir, use button on desktop
2023-10-13 14:38:48 -05:00
Eric Bailey
85481ef897
Merge remote-tracking branch 'origin' into eric/app-864-integrate-post-tags-into-app
...
* origin:
Disable events on hidden bars (#1686 )
Fix profile layout shift (#1690 )
Don't re-render bars when showing/hiding them (#1691 )
Fix crash when scrolling down on the web (#1684 )
Make shell hide/show animation smoother (#1683 )
Fix layout shift for multi-image posts (#1673 )
bskyweb: add rate limiting to reduce DoSability
use new zeed-dom version (#1671 )
1.53
2023-10-13 09:38:53 -05:00
dan
d5ccbd76d5
Disable events on hidden bars ( #1686 )
2023-10-13 15:29:50 +01:00
dan
eba9f8a166
Fix profile layout shift ( #1690 )
2023-10-13 15:25:16 +01:00
dan
2a1edab6d4
Don't re-render bars when showing/hiding them ( #1691 )
...
* Don't re-render bars when showing/hiding them
* Fix more cases
* Use autorun instead of reaction to fix first render
2023-10-13 15:24:28 +01:00
Eric Bailey
0dbf8f1b18
use gorhom bottom sheet
2023-10-12 17:52:17 -05:00
Eric Bailey
b1843533eb
let's roll with custom bottom sheet for now
2023-10-12 17:41:54 -05:00
Eric Bailey
8aeb364014
remove selected item code
2023-10-12 15:36:07 -05:00
dan
4431cfe2d2
Fix crash when scrolling down on the web ( #1684 )
2023-10-12 13:15:19 -07:00
Eric Bailey
d7f7cb3128
mobile tags input and autocomplete
2023-10-12 15:04:22 -05:00
dan
997918547c
Make shell hide/show animation smoother ( #1683 )
...
* Make shell hide/show animation smoother
* Also animate "load latest"
2023-10-12 21:02:17 +01:00
dan
c2a1cf4e56
Fix layout shift for multi-image posts ( #1673 )
...
* Fix layout shift for multi-image posts
* Add a comment for the hack
* Use margins instead of gap
* Move alt label
2023-10-12 19:14:27 +01:00
Eric Bailey
9f9f877ce1
add desktop TagInput autocomplete
2023-10-11 15:09:37 -05:00
Jake Gold
d98e3a8b45
bskyweb: add rate limiting to reduce DoSability
2023-10-11 13:00:59 -07:00
Eric Bailey
d40d931d86
use new zeed-dom version ( #1671 )
2023-10-11 09:04:06 -07:00
Eric Bailey
bfdf41a4c3
cleaning
2023-10-10 20:08:37 -05:00
Eric Bailey
078ba4cd35
add tag highlighting back
2023-10-10 19:59:16 -05:00
Paul Frazee
5dd673d1ff
1.53
2023-10-10 17:32:19 -07:00
Eric Bailey
7a97c3c345
Merge remote-tracking branch 'origin' into eric/app-864-integrate-post-tags-into-app
...
* origin: (21 commits)
resolve fork of zeed-dom (#1663 )
Port remaining lightbox code to Reanimated (#1669 )
Update testrunner to use new dev-env [WIP] (#1575 )
Fix MobX crash for Android lightbox (#1668 )
Change lightbox to use Pager (#1666 )
make empty feed required (#1667 )
Only warn on links to bsky.app if it represents itself as another url (#1662 )
Fix keyboard double pad issue in email change & verify modals (#1664 )
Don't highlight tags in composer yet (#1665 )
Fix: fetch follows on desktop search for typeahead (#1660 )
Remove duplicate modal container (#1661 )
Drive-by lightbox refactors (#1659 )
Only prompt users once to verify email (according to local storage) close #1657 (#1658 )
Revert "Fix invite codes flash on desktop, use loading placeholder (#1591 )" (#1656 )
Refactor iOS lightbox to Reanimated (#1645 )
Bump package.json to 1.52
Remove unnecessary opacity logic (#1646 )
Fix typo in image.ts (#1638 )
fix typo README.md (#1631 )
Typo fix in README.md: "small about" -> "small amount" (#1639 )
...
2023-10-10 19:30:55 -05:00
Eric Bailey
4e26c97594
consolidate tag components
2023-10-10 19:12:17 -05:00
Eric Bailey
3bae37460d
some comments
2023-10-10 19:04:32 -05:00
Eric Bailey
b33f70fcac
remove unused TagDecorator
2023-10-10 18:59:16 -05:00
Eric Bailey
1dc38a8fd9
add a test
2023-10-10 18:49:15 -05:00
Eric Bailey
10deddd0ad
resolve fork of zeed-dom ( #1663 )
2023-10-10 16:23:12 -07:00
dan
a48c213af5
Port remaining lightbox code to Reanimated ( #1669 )
...
* Port remaining lightbox code to Reanimated
* Fix memoization
2023-10-10 23:48:31 +01:00
Paul Frazee
0b44af38ea
Update testrunner to use new dev-env [WIP] ( #1575 )
...
* Update testrunner to use new dev-env
* Fix label testcase
* Vendor the dev-infra scripts from the atproto repo for the dev-env server runner
* Bump detox to fix the ios sim control issue
* Use iphone 15 pro for tests
* Ensure the reminders never trigger during tests
* Skip the shell tests due to a crash bug with detox and the drawer
2023-10-10 15:46:27 -07:00
dan
aad8d12ede
Fix MobX crash for Android lightbox ( #1668 )
...
* Fix MobX crash for Android lightbox
* Reorder props to match between forks
2023-10-10 23:02:00 +01:00
dan
209d8b683c
Change lightbox to use Pager ( #1666 )
...
* Change lightbox to use Pager
* Fix crash issue on ios
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
2023-10-10 22:37:28 +01:00
Ansh
aa085b0b14
make empty feed required ( #1667 )
2023-10-10 14:32:00 -07:00
Paul Frazee
4d450da194
Only warn on links to bsky.app if it represents itself as another url ( #1662 )
...
* Only warn on links to bsky.app if it represents itself as another url (close #1652 )
* Clean up
2023-10-10 14:02:50 -07:00
Paul Frazee
e878da04a1
Fix keyboard double pad issue in email change & verify modals ( #1664 )
2023-10-10 14:02:31 -07:00
Eric Bailey
b3bae78e30
enforce length in TagInput
2023-10-10 15:47:38 -05:00
Eric Bailey
fc28fc639f
Don't highlight tags in composer yet ( #1665 )
2023-10-10 13:44:27 -07:00
Eric Bailey
41c4b4af7b
enforce 64 characters
2023-10-10 15:19:39 -05:00
Paul Frazee
d68b4ca856
Fix: fetch follows on desktop search for typeahead ( #1660 )
2023-10-10 12:27:32 -07:00
dan
60c0db03f7
Remove duplicate modal container ( #1661 )
2023-10-10 11:57:14 -07:00
dan
d47ff542da
Drive-by lightbox refactors ( #1659 )
...
* Remove dead code from lightbox
* Rename imageIndex prop to initialImageIndex
* Rename currentImageIndex to imageIndex
2023-10-10 11:07:21 -07:00
Paul Frazee
bc2c44cb98
Only prompt users once to verify email (according to local storage) close #1657 ( #1658 )
2023-10-10 10:57:09 -07:00
Eric Bailey
f97f1302cf
fix added space on commit
2023-10-10 12:44:22 -05:00
Paul Frazee
098f4b526e
Revert "Fix invite codes flash on desktop, use loading placeholder ( #1591 )" ( #1656 )
...
This reverts commit 9278822088 .
2023-10-10 10:08:04 -07:00
dan
f452ce74f4
Refactor iOS lightbox to Reanimated ( #1645 )
...
* Remove unnecessary transform logic
* Switch iOS swipe-to-dimiss to Reanimated
2023-10-10 10:04:38 +01:00
Eric Bailey
50335206bf
generally consistent across web/ios
2023-10-09 17:53:23 -05:00
Paul Frazee
832b05b64a
Bump package.json to 1.52
2023-10-09 15:24:23 -07:00
Paul Frazee
acb003d7e1
Merge branch 'main' of github.com:bluesky-social/social-app into main
2023-10-09 14:58:40 -07:00
dan
ce0f796008
Remove unnecessary opacity logic ( #1646 )
2023-10-09 22:29:56 +01:00
Eric Bailey
d9fc2775c4
pretty good spot with styles
2023-10-09 15:38:40 -05:00
Eric Bailey
1161050e1c
oops
2023-10-09 15:27:15 -05:00
Eric Bailey
3637676778
use consistent styling in the composer
2023-10-09 15:11:43 -05:00
Eric Bailey
c3ec1e6613
tag style updates on web
2023-10-09 14:58:57 -05:00
Eric Bailey
48f15b7361
install fork of suggestion plugin
2023-10-09 14:58:47 -05:00