Eric Bailey
b8cfb2d0af
Move context around, unmount portals on native
2025-08-05 15:42:39 -05:00
Eric Bailey
f978d9bff5
Add logger
2025-08-05 14:48:53 -05:00
Eric Bailey
8dd4a73b78
Complete policy update after signup
2025-08-05 14:11:18 -05:00
Eric Bailey
3232f7ae48
Reorg, rename everything
2025-08-05 14:03:29 -05:00
Eric Bailey
dc156c1b63
Reorg
2025-08-05 13:49:50 -05:00
Samuel Newman
ab5723a508
fix taps passing through on iOS
2025-08-05 20:32:25 +03:00
Eric Bailey
0f3ada65ad
Add debug code
2025-08-05 12:32:12 -05:00
Samuel Newman
c1b6ae8b6e
remove mmkv storage in debug btn
2025-08-05 20:20:21 +03:00
Eric Bailey
0e53f4339b
Add FullWindowOverlay
2025-08-05 12:12:41 -05:00
Eric Bailey
df99b9092c
Format
2025-08-05 12:09:10 -05:00
Eric Bailey
f524fa6904
Delete unused file
2025-08-05 12:08:32 -05:00
Eric Bailey
59513bd011
Revert formatting
2025-08-05 11:59:29 -05:00
Eric Bailey
4dc45f40ad
Revert dialog updates
2025-08-05 11:59:01 -05:00
Eric Bailey
c877626db6
Add syncing, tests
2025-08-05 11:51:25 -05:00
Eric Bailey
e70fccc14f
Reorg, rename
2025-08-05 10:41:31 -05:00
Eric Bailey
5db709cba6
Clean up state, remove Portal edits
2025-08-05 10:37:33 -05:00
Eric Bailey
7e75f40379
Handle screen reader specifically
2025-08-05 10:09:02 -05:00
Eric Bailey
f3c4441a3a
Some styling fixes
2025-08-05 10:09:02 -05:00
Eric Bailey
bc02b00af7
Comments
2025-08-05 10:09:02 -05:00
Eric Bailey
51011bd758
Clean up FocusScope native impl
2025-08-05 10:09:02 -05:00
Eric Bailey
18b6d7cf6a
Create custom Outlet for these announcements
2025-08-05 10:09:02 -05:00
Eric Bailey
6f53564b56
Add web FocusScope
2025-08-05 10:09:02 -05:00
Eric Bailey
00a61ade61
Lock scroll on web, fix backdrop
2025-08-05 10:09:02 -05:00
Eric Bailey
2c359d3528
Rework dialog and add native FocusScope
2025-08-05 10:09:02 -05:00
Eric Bailey
c6a82c8e8a
WIP custom dialog
2025-08-05 10:09:02 -05:00
Eric Bailey
b57eef7050
Add blocking announcement dialog feature
2025-08-05 10:09:02 -05:00
Arturo Fonseca
fd37d92f85
Fix quality of first seconds of videos on web ( #8761 ) ( #8778 )
2025-08-05 02:04:32 -07:00
pfrazee
53cf0b3b46
Nightly source-language update
2025-08-05 02:53:53 +00:00
Samuel Newman
a5437ebbeb
Fix web video ViewportObserver component ( #8776 )
...
* Revert "[APP-1083] bug fix: videos not accurately autoplaying on web (#8692 )"
This reverts commit 9aa35e9fbb .
* fix overflow hidden breaking the video viewport observer
2025-08-04 10:24:53 -07:00
Samuel Newman
15bc77321b
Fix android starting at notif screen ( #8775 )
...
* fix android launching at notif screen
* rm heuristic
2025-08-04 09:41:09 -07:00
Samuel Newman
7b5d11eb80
Fix video thumbnails on native ( #8774 )
2025-08-04 18:42:55 +03:00
kindgracekind
b32568260f
Add feed tuner to remove muted threads ( #8773 )
2025-08-04 10:27:27 -05:00
Anastasiya Uraleva
9aa35e9fbb
[APP-1083] bug fix: videos not accurately autoplaying on web ( #8692 )
...
* update: auto play video on web with intersection position
* place back the threshold: 0.5
* update: optimize the intersection observer with a throttled scroll listener
---------
Co-authored-by: Anastasiya <anastasiya@Mac.localdomain >
Co-authored-by: Anastasiya <anastasiya@Anastasiyas-MacBook-Pro.local >
2025-08-04 06:17:50 -07:00
surfdude29
14e39c4aec
Tweak accessibility label ( #8767 )
...
* tweak accessibility label
* change `alert` to `message` and add comment instead of context
* tweak comment
2025-08-04 03:49:35 -07:00
pfrazee
598641742e
Nightly source-language update
2025-08-01 02:58:13 +00:00
jim
f21478735c
Merge pull request #8762 from JimmyCushnie/updates-readme-like-a-boss
...
Minor README improvements
2025-07-31 19:46:17 -07:00
jim
9eba567135
Merge pull request #8763 from internet-development/caidan/app-1364-fix-suggested-follows-small-web-view
2025-07-31 14:28:00 -07:00
Caidan Williams
79f365b21c
fix(ui): small bug where on small web views the final card was not full height
2025-07-31 11:51:11 -07:00
Caidan Williams
8b344ca9fd
fix(ui): adjust padding for ProfileGrid layout consistency
...
Fixes the issue of the shadow being cutoff by the overflow, now will
give proper spacing to the cards to display the shadow.
2025-07-31 11:51:11 -07:00
Jimmy Cushnie
648dda7541
README: fix verb form of CC
...
While both forms are used, CC'd is much more common and generally considered the correct form.
2025-07-31 13:59:29 -04:00
Jimmy Cushnie
bf455f3e19
README: fix brand capitalization ("Github" -> "GitHub")
2025-07-31 13:55:13 -04:00
Jimmy Cushnie
91574f1f56
README: improve phrasing of packages mention
2025-07-31 13:52:49 -04:00
Jimmy Cushnie
3949747197
README: Use alert for the contributions note
2025-07-31 13:48:40 -04:00
Samuel Newman
f4724e378d
Don't animate images that will be posted as JPGs ( #8760 )
...
* don't play gifs that'll be png'd
* add media inset border
* fix unnecessary typecast
* Revert "fix unnecessary typecast"
This reverts commit 3a8bcc9277 .
2025-07-31 09:47:22 -07:00
Eric Bailey
e87555c481
[APP-1310] Button cleanup ( #8754 )
...
* Rm gradient buttons from Storybook
* TEMP move storybook button section
* Remove gradient_sky
* Remove actual defs for gradient_sky and gradient_primary
* Remove other gradient defs
* Remove gradient support entirely
* Deprecate 'variant' in favor of 'color'
* Fork base styles codepath to make variant deprecation more obvious
* Remove text styles for when no color is set, never been used
* Fork text styles codepath to make variant deprecation more obvious
* Revert temp storybook commit, remove deprecated values
* Replace remaining gradient button usage
2025-07-31 10:32:16 -05:00
Eric Bailey
3bcfcba6d8
Some toasts cleanup and reorg ( #8748 )
...
* Reorg
* Move animation into css file
* Update style comment
* Extract core component, use platform-specific wrappers
* Pull out platform specific styles
* Just move styles into Toast component itself
* Rename cleanup
* Update API
* Add duration optional prop
* Add some type docs
* add exp eased slide aniamtions
* Make toasts full width on mobile web
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-07-31 10:15:35 -05:00
surfdude29
33e0714948
tweak case of labels in SearchResults.tsx ( #8759 )
2025-07-31 06:40:39 -07:00
Eric Bailey
b3d207c7b9
Make proper extension of Button more clearly defined ( #8753 )
...
* Remove unecessary color prop from SettingsList LinkItem
* Add UninheritableButtonProps to avoid misuse
2025-07-31 05:41:10 -07:00
pfrazee
85981deb31
Nightly source-language update
2025-07-31 02:51:14 +00:00
Jaz
045101286f
Merge pull request #8755 from bluesky-social/echoprom_fix
...
fix echoprom config
2025-07-30 15:15:01 -07:00