surfdude29
b4724b93e8
Update `blueskyweb.xyz` links to `bsky.social` ( #2830 )
...
* Update blogpost link to bsky.social and remove unnecessary localisation params at end of Play Store URL in README.md
* Update privacy policy link to bsky.social in PrivacyPolicy.tsx
* Update TOS link to bsky.social in TermsOfService.tsx
* Update links to bsky.social in Links.tsx
* Update links to bsky.social in SplashScreen.web.tsx
* Update link to bsky.social in base.html
* Update links to bsky.social in HomeLoggedOutCTA.tsx
* Update links to bsky.social in RightNav.tsx
* Update links to bsky.social in Drawer.tsx
* Update DMCA link to bsky.social in Modal.tsx
* Update link to copyright policy on bsky.social in CopyrightPolicy.tsx
* Update link to bsky.social in CommunityGuidelines.tsx
* Update links to bsky.social in Settings.tsx
* Update to bsky.social in Typography.tsx
2024-02-12 15:38:45 +00:00
dan
ad8f9e560d
Always show post dropdown button at the bottom of the post, add share button to highlighted post ( #2646 )
...
* Always show post dropdown at the bottom
* Rm useless view (no longer needed)
* space icons evenly in big, add equal padding
* add share icon
* add onShare
* confirmed figma noob. figured it out.
* use our svg naming strat
* Update icon
---------
Co-authored-by: Hailey <me@haileyok.com>
Co-authored-by: Eric Bailey <git@esb.lol>
2024-02-09 12:00:21 -08:00
dan
7f4dbe9454
Measure header layout reliably ( #2817 )
...
* Measure header layout reliably
* grammar
2024-02-09 11:56:35 -08:00
Eric Bailey
d6235453c9
Design system tweaks ( #2822 )
...
* Tweak palette, theme naming, update usages
* Update Typography, replace the few usages
2024-02-09 09:52:32 -08:00
dan
43b447e5f4
Fix layout calculations ( #2816 )
2024-02-08 22:20:41 -08:00
dan
d36b91fe67
Fix flashes and jumps when opening profile ( #2815 )
...
* Don't reset the tree when profile loads fully
* Give avatars a background color like placeholders
* Prevent jumps due to rich text resolving
* Rm log
* Rm unused
2024-02-08 21:00:50 -08:00
dan
0d00c7d851
Show text cursor on web bio ( #2813 )
2024-02-09 02:20:34 +00:00
Hailey
de28626001
Precache basic profile from posts for instant future navigations ( #2795 )
...
* skeleton for caching
* modify some existing logic
* refactor uri resolution query
* add precache feed posts
* adjustments
* remove prefetch on hover (maybe revert, just example)
* fix
* change arg name to match what we want
* optional infinite stale time
* use `ProfileViewDetailed`
* Revert "remove prefetch on hover (maybe revert, just example)"
This reverts commit 08609deb0defa7cea040438bc37dd3488ddc56f4.
* add warning comment back for stale time
* remove comment
* store profile with both the handle and did for query key
* remove extra block from revert
* clarify argument name
* remove QT cache
* structure queries the same (put `enabled` at bottom)
* use both `ProfileViewDetailed` and `ProfileView` for the query return type
* placeholder profile header
* remove logs
* remove a few other things we don't need
* add placeholder
* refactor
* refactor
* we don't need this height adjustment now
* use gray banner while loading
* set background color of image to the loading placeholder color
* reorg imports
* add border to header on loading
* Fix style
* Rm radius
* oops
* Undo edit
* Back out type changes
* Tighten some types and moderate shadow
* Move precaching fns to profile where the cache is
* Rename functions to match what they do now
* Remove anys
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2024-02-09 01:38:16 +00:00
dan
d9b62955b5
Remove Profile Preview modal ( #2790 )
2024-02-08 23:41:02 +00:00
dan
06f81d6948
Keep pager feeds in sync with the right pane ( #2775 )
...
* Hoist selected feed state
* Seed state from params
* Refine and fix logic
* Fix scroll restoration
* Soft reset on second click
2024-02-08 12:37:08 -08:00
Hailey
1de1d10cf6
Fix error screen on native, use `Not Found` for profile errors instead of `Oops!` ( #2789 )
...
* remove unnecessary `<CenterView>`
* show back header on profile error
* use `Not Found` instead of `Oops` for account errors
* use `Not Found` instead of `Oops` for account errors
2024-02-08 12:01:36 -08:00
dan
0944d2d9ed
Add composer button to Notifications ( #2806 )
2024-02-08 11:50:57 -08:00
Hailey
390a9f3dd5
use the palette's font color in the composer (as string) ( #2792 )
2024-02-08 15:39:33 +00:00
Hailey
83edb4446d
use the palette's font color in the composer ( #2791 )
...
* use the palette's font color in the composer
* correct type for cssproperties
* log
2024-02-07 15:07:25 -08:00
dan
dc6603a1b9
Fix open-in-new-tab for TextLink ( #2773 )
2024-02-06 19:45:16 -08:00
surfdude29
76811657e8
Add missing word in ModerationDetails.tsx ( #2753 )
2024-02-06 19:14:33 -08:00
Hailey
3a9497cc7e
use ios live text interaction in alt text modal and image viewer ( #2752 )
2024-02-06 19:13:28 -08:00
dan
4583521b11
Refactor Home feed pager rendering logic ( #2768 )
...
* Use new persistence API for selected feed
* Refactor Home feeds pager data source
2024-02-06 18:50:44 -08:00
Paul Frazee
1a38673ac1
Fix lint
2024-02-06 17:55:06 -08:00
Paul Frazee
06d71cf2cc
Merge branch 'Pranith-Kanchan-link-cannot-in-Moderation' of https://github.com/Pranith-Kanchan/social-app into Pranith-Kanchan-Pranith-Kanchan-link-cannot-in-Moderation
2024-02-06 17:40:42 -08:00
Hailey
52f57b3aec
Display the language selection dialog correctly on web ( #2719 )
...
* add event to callback
* position translation button correctly based on press position
* properly place the background
* remove worthless comment
2024-02-06 12:51:32 -08:00
dan
9ccad0ba6c
Prevent post meta misclicks in QT ( #2701 )
2024-02-06 12:44:33 -08:00
Mary
41860d8b80
fix: remove list from pinned once deleted ( #2705 )
2024-02-06 12:26:57 -08:00
Paul Frazee
d385837812
Go back to autofocus and small ui tweak
2024-02-06 12:13:09 -08:00
Paul Frazee
ed80551278
Cat on keyboard
2024-02-06 12:07:06 -08:00
Paul Frazee
b61db0f4e4
Merge branch 'fix/app-password-submit' of https://github.com/mary-ext/fork-bsky-app into mary-ext-fix/app-password-submit
2024-02-06 12:00:55 -08:00
Hailey
ec86282403
Options for selecting dark theme, fix some white flashes when in dark mode ( #2722 )
...
* add dark theme selection to settings/schema
* use `useThemePrefs` where needed
* adjust theme providers to support various themes
* update storybook
* handle web themes
* better themeing for web
* dont show dark theme prefs when color mode is light
* drop the inverted text change on oled theme
* get the color mode inside of `useColorModeTheme`
* use `ThemeName` type everywhere
* typo
* use dim/dark instead of dark/oled
* prevent any fickers on web
* fix styles
* use `dim` for dark default
* more cleanup
* 🤔
* set system background color
* ts
2024-02-06 11:43:51 -08:00
Hailey
856f80fc6d
fix some youtube videos not properly loading ( #2726 )
...
* add player iframe to bskyweb
* iframe for youtube content
* update tests
* ts error
2024-02-06 11:05:17 -08:00
Hailey
a9ab13e5a9
password flow improvements ( #2730 )
...
* add button to skip sending reset code
* add validation to reset code
* comments
* update test id
* consistency sneak in - everything capitalized
* add change password button to settings
* create a modal for password change
* change password modal
* remove unused styles
* more improvements
* improve layout
* change done button color
* add already have a code to modal
* remove unused prop
* icons, auto add dash
* cleanup
* better appearance on android
* Remove log
* Improve error messages and add specificity to function names
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2024-02-06 10:06:25 -08:00
Paul Frazee
0604e5b84e
Fix lint
2024-02-06 09:28:56 -08:00
Paul Frazee
57559ab6ca
Merge branch 'main' of https://github.com/RonyVidaur/social-app into RonyVidaur-main
2024-02-06 09:13:19 -08:00
Hailey
065a094087
fix web aux click on all browsers ( #2633 )
2024-02-06 09:00:16 -08:00
Samuel Newman
2f1ce117d7
Long press external embed to share ( #2621 )
...
* long press external embed to share
* use existing shareUrl function
2024-02-05 15:58:03 -08:00
Samuel Newman
6ad5863573
Move query augmentation to lower component ( #2748 )
2024-02-05 15:26:08 -08:00
Hailey
c84b654812
fix scrolling in delete account modal ( #2733 )
2024-02-05 15:00:13 -08:00
Eric Bailey
96f39657d7
Only re-reg push noty token when account changes ( #2654 )
2024-02-05 14:41:14 -08:00
dan
b7056365dd
Remove dead code for pager ( #2651 )
2024-02-05 14:40:07 -08:00
Minseo Lee
b8f0c5b538
Update Step3.tsx ( #2638 )
2024-02-05 13:50:33 -08:00
Pranith Kanchan
f8b43e1f7e
link in Moderation screen cannot be tapped #2745
...
link in Moderation screen cannot be tapped #2745
2024-02-05 17:40:19 +05:30
Hailey
0bbe2c5e32
show bottom bar on web tablet breakpoints when logged out (signup cta) ( #2747 )
...
* show signup bottom bar on web tablet
* show signup bottom bar on web tablet
* comment
* adjust load latest btn position based on logged in/out
2024-02-04 12:54:07 -08:00
RonyVidaur
1412f9d95c
format
2024-02-03 22:27:50 -06:00
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
Mary
c3d3f91349
fix: submit app password on enter
2024-02-01 06:55:52 +07: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
dan
7b683b617a
Fix notification invalidation condition on web ( #2697 )
...
Co-authored-by: Dan Abramov <dan@mac.home>
2024-01-30 18:52:20 -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
05f48860a0
ts
2024-01-30 10:31:24 -08:00
Prates
f81bacc402
Avatar type for Feed check ( #2661 )
...
* Changed type from algo to list
* Fixed to check if it's a feed or a list
2024-01-30 09:21:06 -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
ebe64b828b
update deprecated
2024-01-29 18:51:54 -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
Hailey
dd3229d900
check if we are blocked when opening a profile, reset posts cache if we are
2024-01-29 16:48:49 -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
Eric Bailey
3371038f7d
New Onboarding ( #2596 )
...
* Add round and square buttons
* Allow some style for buttons, add icons
* Change text selection color
* Center button text, whoops
* Outer layout, some primitive updates
* WIP
* onboarding feed prefs (#2590 )
* add `style` to toggle label to modify text style
* Revert "add `style` to toggle label to modify text style"
This reverts commit 8f4b517b8585ca64a4bf44f6cb40ac070ece8932.
* following feed prefs
* remove unnecessary memo
* reusable divider component
* org imports
* add finished screen
* Theme SelectedAccountCard
* Require at least 3 interests
* Placeholder save logic
* WIP algo feeds
* Improve lineHeight handling, add RichText, improve Link by adding InlineLink
* Inherit lineHeight in heading comps
* Algo feeds mostly good
* Topical feeds ish
* Layout cleanup
* Improve button styles
* moderation prefs for onboarding (#2594 )
* WIP algo feeds
* modify controlalbelgroup typing for easy .map()
* adjust padding on button
* add moderation screen
* add moderation screen
* add moderation screen
---------
Co-authored-by: Eric Bailey <git@esb.lol>
* Fix toggle button styles
* A11y props on outer portal
* Put it all on red
* New data shape
* Handle mock data
* Bulk write (not yet)
* Remove interests validation
* Clean up interests
* i18n layout and first step
* Clean up suggested follows screen
* Clean up following step
* Clean up algo feeds step
* Clean up topical feeds
* Add skeleton for feed card
* WIP moderation step
* cleanup moderation styles (#2605 )
* cleanup moderation styles
* fix(?) toggle button group styles
* adjust toggle to fit any screen
* Some more cleanup
* Icons
* ToggleButton tweaks
* Reset
* Hook up data
* Better suggestions
* Bulk write
* Some logging
* Use new api
* Concat topical feeds
* Metrics
* Disable links in RichText, feedcards
* Tweak primary feed cards
* Update metrics
* Fix layout shift
* Fix ToggleButton again, whoops
* Error state
* Bump api package, ensure interests are saved
* Better fix for autofill
* i18n, button positions
* Remove unused export
* Add default prefs object
* Fix overflow in user cards
* Add 2 lines of bios to suggested accounts cards
* Nits
* Don't resolve facets by default
* Update storybook
* Disable flag for now
* Remove age dialog from moderations step
* Improvements and tweaks to new onboarding
---------
Co-authored-by: Hailey <153161762+haileyok@users.noreply.github.com>
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2024-01-25 20:22:40 -08:00
Paul Frazee
5443503593
Add account-activation queueing to signup ( #2613 )
...
* Add deactivated-account tracking
* Center button text
* Add Deactivated screen
* Add icon to Deactivated screen
* Abort session resumption if the session is deactivated
* Implement deactivated screen status checks
* Bump api@0.9.5
* Use new typo-fixed scope
* UI refinements
2024-01-25 15:33:23 -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
e111a31c1d
Capitalize screen headers consistently ( #2612 )
2024-01-24 15:21:43 -08: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
Samuel Newman
94f39bb3eb
Scroll feed search bar to top of screen on focus ( #2602 )
...
* Scroll feed search bar to top on focus
* update comment
2024-01-23 20:22:22 -08:00
Paul Frazee
20e5c5b3f8
Move the leftnav back out 10px
2024-01-23 20:15:59 -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
Paul Frazee
68a439d570
Merge branch 'feat/search-from-me' of https://github.com/mary-ext/fork-bsky-app into mary-ext-feat/search-from-me
2024-01-23 15:52:34 -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 0d9b6954472bb89f63be479d79986bb6d8b7e735
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 3c381f94700167367b8519cb5d56360c51cea131
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 f951015637132d99d3523c1d93279b6b0b728293
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 23:46:25 2024 -0800
update readme
commit aa9b8b06eda6c4a00f7e4b0bcd5f7e5205c9b166
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 23:37:49 2024 -0800
calculate line height
commit 9fe479630c763fe3fe5dd7b8a5a6d82803f1ad06
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 23:19:31 2024 -0800
improve height calculation, render on prop changes
commit 209caffa7df30af933eff10ab16bf32d53b26df4
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 22:53:08 2024 -0800
presses
commit 384c8ec3a8774b075d0dca665d01de82ff9d19bd
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:57:56 2024 -0800
line break mode
commit adfcf05fe498b5ab6554e9b3fd399d7dd3ade79b
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:50:21 2024 -0800
onTextLayout event
commit e9ba104e6f12eb8144ee752335cdeecdfbf3d8e5
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:34:35 2024 -0800
better naming
commit e335f5ab7f813ec0d458476eeb91d0070fde0933
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:31:38 2024 -0800
remove android
commit 9e197934ba996a422ab03a204255a1b0b40d2d25
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:28:28 2024 -0800
remove expo module
commit 99882c7e3976a0cb59648e67f0eb4916f93f6830
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:27:43 2024 -0800
handle presses
commit 18f818649efcd1e18c810aaf4ea1a4cb93ddd111
Author: Hailey <me@haileyok.com>
Date: Thu Jan 18 21:14:38 2024 -0800
make use of rctshadowview
commit 7134e1106e338013555c984607d51124727b9264
Author: Hailey <me@haileyok.com>
Date: Wed Jan 17 20:38:39 2024 -0800
stop unnecessary layouts, resize container before setting text
commit 340b84f053d48e45a5e4e9648ac4f87fc00e5f4a
Author: Hailey <me@haileyok.com>
Date: Wed Jan 17 11:17:36 2024 -0800
handle prop changes for both children and root views
commit d906fe4fcfa4a919dbb66f4ec3f17e8f8be8bf02
Author: Hailey <me@haileyok.com>
Date: Tue Jan 16 18:42:22 2024 -0800
handle onpress better
commit b6b096416894893973be54793f4d3e3f08974293
Author: Hailey <me@haileyok.com>
Date: Tue Jan 16 16:57:31 2024 -0800
resolve animation issue, animate alt text expansion
commit daedd1f671fc933af27e2953b52b3a08eddb7c92
Author: Hailey <me@haileyok.com>
Date: Tue Jan 16 15:47:24 2024 -0800
move getChildren to didMoveToWindow
commit 87d44e4b576cce56a12a1f887e1b9605db1427aa
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 18:48:36 2024 -0800
simplify getPressed
commit d92584bad7db7179d95f155bd480854df8fae17f
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 17:56:43 2024 -0800
just more cleanup
commit d39f7a937dc8b47b98d120469db35d697bcf74be
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 17:03:19 2024 -0800
remove unnecessary property for gesture recognizer
commit a35513a1d236bcd94aab0e7c5ac1cd0907f61762
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 16:55:36 2024 -0800
remove debug line
commit 788956aa01d2b46783ad0d0a45949fc5ca9e0aab
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 16:33:44 2024 -0800
typo
commit a3ba6e782542a8e9ca09b5b49b1043ba046dcc70
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 13:42:25 2024 -0800
make alt text selectable
commit e5472a13da277ef7cccb870d62197dd86b9c3e86
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 05:27:15 2024 -0800
re-render on numberOfLines change
commit 9f5b7602c11a92cb83704feb3946fe6b4f584fa5
Author: Hailey <me@haileyok.com>
Date: Mon Jan 15 04:57:35 2024 -0800
more implementations
commit aa96bba0664d14f12ee742739c70847407062f35
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 ec8c05f3f05949b6e3ae8be2e4d153d7d51b18f9
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 2435a25257c4a3b12c38949b1928848a0acf1a97
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 23:30:13 2024 -0800
cleanup
commit fdf75927f6fc176a390a11cba56e462c6fe48bdf
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 23:25:23 2024 -0800
remove debug
commit 36d8cd82ef57483dcf3740c803c6524bc76e87c9
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 23:25:17 2024 -0800
reset text selection on text update
commit b8f7bc23c2df8532941af8b62a4d36a4814c5965
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 23:24:43 2024 -0800
use textkit 1
commit 5216464458f4ffd1d6384a1d15ca7be5e8a96d5d
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 22:50:15 2024 -0800
properly handle link press events
commit 2802902c69f5d68140c3b573115e8e73638ce9b5
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 860610e63ab15cfa9b18da317243137b35a6bf6d
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 19:17:51 2024 -0800
always make sure we use the latest styles
commit 7f05d0141b6355aa4f521f91056edc06ffc2f5ba
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 16:57:08 2024 -0800
update readme with tech info
commit b8318446a34d07fb0fc37029c3143d0b81eb2b29
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 16:34:35 2024 -0800
remove all uitextview padding
commit 0f0b6aa131a1e68e0e4eeb456157c866ebc85de3
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 16:34:28 2024 -0800
cleanup imports
commit c9f0064836d5fe26c55ce571b5d1abf5678ca3a5
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 16:18:08 2024 -0800
update interface
commit 7dcac644baeedb506f91f1f4dcaf80dbfb46f610
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 16:13:49 2024 -0800
remove useless struct
commit 5174744213c97cb74ca7fe3a513a3abc108fe83d
Author: Hailey <me@haileyok.com>
Date: Fri Jan 12 16:13:34 2024 -0800
adjust deps
commit ce8b9ed62bcf484ad498b0de05998d8986b132ac
Author: Hailey <me@haileyok.com>
Date: Thu Jan 11 22:15:50 2024 -0800
add readme, update info
commit 33c6e3b15c64bcb952b62d1f5c3100c517a64c57
Author: Hailey <me@haileyok.com>
Date: Thu Jan 11 22:04:53 2024 -0800
remove unnecessary android/web stuff
commit fbca531bdfeff90bd2a99214482e102f2601c453
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 648552eafbc3bf861567ca160c6e84295eec26f8
Author: Hailey <me@haileyok.com>
Date: Thu Jan 11 02:01:20 2024 -0800
wip
commit c6d2e54923e779180f456bef3ba275dcb2f74d5d
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
Paul Frazee
cda4fe4a7f
basic implementation of search history ( #2597 )
...
Co-authored-by: Ryan Skinner <ryanskinner@gmail.com>
2024-01-23 12:06:40 -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
Minseo Lee
c6f800f4d9
Adjust LeftNav
2024-01-23 10:31:09 +09:00
Minseo Lee
57ac782a2c
Set left margin of new list buttons
2024-01-23 10:12:43 +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
dan
21846ce52d
Fix orphan replies in linear mode ( #2578 )
2024-01-22 15:10:06 -08:00
Minseo Lee
d51ad1fec9
Fix typos, improve localization and unify separators ( #2502 )
...
* Correct a typing error in `FeedItem.tsx` and replace the middle dot in `Drawer.tsx` with a bullet.
* Bullet to middle dot
* `liked your custom feed{0}` to `liked your custom feed {0}`
* Revert "`liked your custom feed{0}` to `liked your custom feed {0}`"
This reverts commit 43ae67bd03abad59b15dceb12a54255d7ad302e9.
* Update FeedItem.tsx
* Update country-codes.ts
2024-01-22 14:55:56 -08:00
dan
f015229acf
New Web Layout ( #2126 )
...
* Rip out virtualization on the web
* Screw around with layout
* onEndReached
* scrollToOffset
* Fix background
* onScroll
* Shell bars
* More scroll
* Fixes
* position: sticky
* Clean up 1
* Clean up 2
* Undo PagerWithHeader changes and fork it
* Trim down both versions
* Cleanup 3
* Memoize, lint
* Don't scroll away modal or lightbox
* Add content-visibility for rows
* Fix composer
* Fix types
* Fix borked scroll animation
* Fixes to layout
* More FlatList parity
* Layout fixes
* Fix more layout
* More layout
* More layouts
* Fix profile layout
* Remove onScroll
* Display: none inactive pages
* Add an intermediate List component
* Fix type
* Add onScrolledDownChange
* Port pager to use onScrolledDownChange
* Fix on mobile
* Don't pass down onScroll (replacement TBD)
* Remove resetMainScroll
* Replace onMainScroll with MainScrollProvider
* Hook ScrollProvider to pager
* Fix the remaining special case
* Optimize a bit
* Enforce that onScroll cannot be passed
* Keep value updated even if no handler
* Also memo it
* Move the fork to List.web
* Add scroll handler
* Consolidate List props a bit
* More stuff
* Rm unused
* Simplify
* Make isScrolledDown work
* Oops
* Fixes
* Hook up context scroll handlers
* Scroll restore for tabs
* Route scroll restoration POC
* Fix some issues with restoration
* Remove bad idea
* Fix pager scroll restoration
* Undo accidental locale changes
* onContentSizeChange
* Scroll to post
* Better positioning
* Layout fixes
* Factor out navigation stuff
* Cleanup
* Oops
* Cleanup
* Fixes and types
* Naming etc
* Fix crash
* Match FL semantics
* Snap the header scroll on the web
* Add body scroll lock
* Scroll to top on search
* Fix types
* Typos
* Fix Safari overflow
* Fix search positioning
* Add border
* Patch react navigation
* Revert "Patch react navigation"
This reverts commit 62516ed9c20410d166e1582b43b656c819495ddc.
* fixes
* scroll
* scrollbar
* cleanup unrelated
* undo unrel
* flatter
* Fix css
* twk
2024-01-22 14:46:32 -08:00
Mary
526411ab25
fix: firefox edge-case
2024-01-21 08:43:11 +07:00
Mary
f5356c3d47
fix: design adjustments
2024-01-21 08:43:11 +07:00
Mary
88f2a73ad6
fix: always call preventDefault
2024-01-21 08:43:11 +07:00
Mary
854718c555
refactor: use right borderDark
2024-01-21 08:43:11 +07:00
Mary
90b6cfbb91
feat: new design
2024-01-21 08:43:11 +07:00
Mary
fbf2970bae
feat: web composer image drag and drop
2024-01-21 08:43:11 +07:00
Hailey
eb07b983bd
properly shorten links in quote embeds ( #2570 )
...
* properly shorten links in quote embeds
* lint
2024-01-19 16:15:07 -08:00
Minseo Lee
920d48849e
Update Step2.tsx ( #2568 )
2024-01-19 16:14:12 -08:00
Eric Bailey
9835996d73
Send error boundary exceptions to Sentry ( #2573 )
2024-01-19 16:13:47 -08:00
Hailey
5522b581ec
flex and truncate content hider text ( #2569 )
2024-01-19 16:12:10 -08:00
Paul Frazee
e175984506
Improve country-code handling for text verification ( #2579 )
2024-01-19 16:11:18 -08:00
Hailey
b96302beeb
improve external link design ( #2577 )
...
* improve external link design
* slight changes
* use 1.91 aspect for images
2024-01-19 15:24:17 -08:00
Mary
5b20ad1ebd
Prevent close on backdrop for alt text edit modal ( #2492 )
...
* fix: don't close on backdrop for alt text edit
* fix: ignore esc key press if a modal is open
2024-01-18 22:25:03 -08:00
Paul Frazee
f58e1149c9
Change handling for mobile
2024-01-18 22:21:47 -08:00
Paul Frazee
809c534d32
Merge branch 'feat/better-autocomplete-view' of https://github.com/mary-ext/fork-bsky-app into mary-ext-feat/better-autocomplete-view
2024-01-18 22:10:33 -08:00
Kyrylo Pronskykh
d514b13d62
fix: make alt text selectable in Lightbox ( #2563 )
2024-01-18 22:02:49 -08:00
Takayuki KUSANO
0dfe740dd3
Remove excess l10n related markups ( #2544 )
...
* Remove excess l10n related markups
* One more correction pointed out by quiple
2024-01-18 21:23:12 -08:00
Mary
2be2733082
fix: exempt well-known paths from being handled ( #2505 )
2024-01-18 21:13:28 -08:00
Minseo Lee
8af0d20f45
Update DiscoverFallbackHeader.tsx ( #2537 )
2024-01-18 20:59:38 -08:00
Eric Bailey
9803e17449
Use new palette values for main palette ( #2566 )
...
* Use new palette values for main palette
* Drawer bg in dark mode
2024-01-18 20:54:20 -08:00
Paul Frazee
95f70a9a6a
Phone number verification in account creation ( #2564 )
...
* Add optional sms verification
* Add support link to account creation
* Add e2e tests
* Bump api@0.9.0
* Update lockfile
* Bump api@0.9.1
* Include the phone number in the ui
* Add phone number validation and normalization
2024-01-18 20:48:51 -08:00
Eric Bailey
89f4105082
Allow images to use specified aspectRatios ( #2558 )
2024-01-18 20:48:22 -08:00
Eric Bailey
66b8774ecb
New component library based on ALF ( #2459 )
...
* Install on native as well
* Add button and link components
* Comments
* Use new prop
* Add some form elements
* Add labels to input
* Fix line height, add suffix
* Date inputs
* Autofill styles
* Clean up InputDate types
* Improve types for InputText, value handling
* Enforce a11y props on buttons
* Add Dialog, Portal
* Dialog contents
* Native dialog
* Clean up
* Fix animations
* Improvements to web modal, exiting still broken
* Clean up dialog types
* Add Prompt, Dialog refinement, mobile refinement
* Integrate new design tokens, reorg storybook
* Button colors
* Dim mode
* Reorg
* Some styles
* Toggles
* Improve a11y
* Autosize dialog, handle max height, Dialog.ScrolLView not working
* Try to use BottomSheet's own APIs
* Scrollable dialogs
* Add web shadow
* Handle overscroll
* Styles
* Dialog text input
* Shadows
* Button focus states
* Button pressed states
* Gradient poc
* Gradient colors and hovers
* Add hrefAttrs to Link
* Some more a11y
* Toggle invalid states
* Update dialog descriptions for demo
* Icons
* WIP Toggle cleanup
* Refactor toggle to not rely on immediate children
* Make Toggle controlled
* Clean up Toggles storybook
* ToggleButton styles
* Improve a11y labels
* ToggleButton hover darkmode
* Some i18n
* Refactor input
* Allow extension of input
* Remove old input
* Improve icons, add CalendarDays
* Refactor DateField, web done
* Add label example
* Clean up old InputDate, DateField android, text area example
* Consistent imports
* Button context, icons
* Add todo
* Add closeAllDialogs control
* Alignment
* Expand color palette
* Hitslops, add shortcut to Storybook in dev
* Fix multiline on ios
* Mark dialog close button as unused
2024-01-18 20:28:04 -06:00
Mary
6d0557c959
feat: better autocomplete view
2024-01-16 07:31:01 +07:00
Paul Frazee
a7d617c7a6
Add a new home feed-api wrapper and give a header indicating the fallback behavior ( #2534 )
...
* Add a new home feed-api wrapper and give a header indicating the fallback behavior
* Sneak in a quick fix: use the correct text color in the delete modal
* Use imported constant
2024-01-15 15:03:54 -08:00
Mary
921b57d1b7
feat: show muted/blocked status on list card ( #2523 )
2024-01-15 13:11:48 -08:00
Mary
40c757afa9
fix: truncate long email address ( #2493 )
2024-01-12 10:44:24 -08:00
Paul Frazee
95d771b3a5
Suggest post language correction ( #2486 )
...
* feat: suggested language
* fix: wording correction
* Factor out SuggestedLanguage into a separate component
* Tighten the language-suggestion confidence to avoid false positives
* Tweak the copy and UI
* Add function fallbacks for safari
---------
Co-authored-by: Mary <pineapplecreamcheese@skiff.com>
2024-01-12 10:20:17 -08:00
Paul Frazee
998ee29986
(optional) In app browser ( #2490 )
...
* add expo web browser + modal
* add in app browser option to settings
* don't show toggle on web
* Tweak browser-choice UIs
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2024-01-12 10:19:56 -08:00
Mary
7f4d3dc999
feat: from:me search syntax
2024-01-12 09:56:14 +07:00
dan
b147f7ae8a
Toggle minimal shell on any scroll for web ( #2499 )
2024-01-11 10:44:56 -08:00
Foysal Ahamed
3662259c5b
✨ New report type, appeal ( #2455 )
2024-01-10 23:16:45 -08:00
Mary
ca7ec9eec0
fix: don't set autocomplete on search input ( #2482 )
2024-01-10 23:11:03 -08:00
Mary
0b2daa787c
Use the RichText facets when copying post text ( #2481 )
...
* feat: serialize rich text to string
* feat: wire richTextToString to copy post text
2024-01-10 22:56:45 -08:00
Paul Frazee
ce1e6518a2
Increase the number of lines for quote posts from 6 to 20 ( #2489 )
2024-01-10 22:51:54 -08:00
Hailey
6ec6d522e8
fix rendering of external in quote embeds ( #2464 )
2024-01-10 22:36:47 -08:00
Paul Frazee
7ab4be6f7d
Reduce polling ( #2465 )
...
* Move profile and preference polling to polls-on-foreground
* Refetch prefs on feeds screen refresh since polling no longer occurs
* Reduce notifications polling by 50% if there's already an unread
* Disable feed polling if we know we have content
* Disable the hard refresh after 1 hour in case it's the cause of the random feed refresh bug
* Fix types
2024-01-10 22:27:14 -08:00
Stanislas Signoud
008893b911
Internationalize more strings ( #2440 )
...
Co-authored-by: Ansh <anshnanda10@gmail.com>
2024-01-09 14:37:15 -08:00
Noritada Kobayashi
aeeacd10d3
Mark more texts for localization ( #2436 )
2024-01-10 02:23:34 +05:30
Hailey
dda5ca27fe
add expandable context to composer when replying to post ( #2419 )
...
* add expand replyTo text with animation
* add images, quote to replyTo
* support withmedia
* adjust layout
* add embed to all needed openComposer calls
* adjust gap
* organize imports
2024-01-08 21:37:12 -08:00
Paul Frazee
153c25e1fe
Add stable gutters to settings page
2024-01-08 20:51:56 -08:00