Eric Bailey
3fd1b4e0e4
Replace scroll-removal handling
2024-12-04 12:23:50 -06:00
Eric Bailey
41c0cf9d34
Handle shifts in layout components
2024-12-04 12:23:49 -06:00
Eric Bailey
414aa379ea
Remove bg in sidebars
2024-12-04 12:23:26 -06:00
Eric Bailey
251da0be52
Add transform to sidebars
2024-12-04 12:23:26 -06:00
Eric Bailey
b2143cd5b4
Reset
2024-12-04 12:23:26 -06:00
Eric Bailey
7b5a5ccbf9
Increase width
2024-12-04 12:23:26 -06:00
Eric Bailey
1a81d135de
Ope
2024-12-04 12:23:26 -06:00
Eric Bailey
415e3b9501
Use stable one-edge, update logic in RightNav
2024-12-04 12:23:26 -06:00
Eric Bailey
f8f6d213a3
Gift left nav more space
2024-12-04 12:23:26 -06:00
Eric Bailey
fceaef6bae
Make sure scrollbars don't hide
2024-12-04 12:23:26 -06:00
Eric Bailey
d53b8e58ce
Fix sidebar alignment
2024-12-04 12:23:26 -06:00
Samuel Newman
0bd55e2562
fix breakpoints
2024-12-04 18:17:56 +00:00
Eric Bailey
4669e66e07
Replace empty chat layout
2024-12-04 12:10:00 -06:00
Eric Bailey
de940fad9b
Move ChatList header outside center
2024-12-04 12:05:50 -06:00
Eric Bailey
8cf3566c7d
Remove unused var
2024-12-04 11:53:31 -06:00
Eric Bailey
73acee0381
Add web borders to Chat settings
2024-12-04 11:47:32 -06:00
Eric Bailey
3711f9353d
[Layout] ChatList header ( #6929 )
...
* Replace ChatList header
* update chat settings as well
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2024-12-04 11:39:59 -06:00
Eric Bailey
5db4af49d9
Replace Hashtag header ( #6928 )
2024-12-04 11:39:46 -06:00
Eric Bailey
16e2da3881
[Layout] Notifications Header ( #6910 )
...
* Replace notifications screen header
* fix cropped indicator
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2024-12-04 11:39:37 -06:00
Samuel Newman
05b5148d38
set max with on header and center
2024-12-04 16:47:14 +00:00
Samuel Newman
bd61b94e5a
sticky headers
2024-12-04 16:30:21 +00:00
Eric Bailey
8a21350472
Fix alignment
2024-12-03 13:15:37 -06:00
Eric Bailey
48623b386b
Allow two lines, fix wrapping
2024-12-03 12:23:20 -06:00
Eric Bailey
e2dcb53937
Limit to one line
2024-12-03 12:09:13 -06:00
Eric Bailey
8167885aa8
Trade boilerplate for ease of use
2024-12-02 18:42:52 -06:00
Eric Bailey
e5470f946f
Port over FF handling of scrollbar offset
2024-12-02 18:19:42 -06:00
Eric Bailey
2e32d1dad6
Clean up Slot API
2024-12-02 17:17:50 -06:00
Eric Bailey
0aa1a0ff91
Invert web border logic for easier migration
2024-12-02 17:15:57 -06:00
Eric Bailey
e40044b0b1
Remove old back button
2024-12-02 17:12:08 -06:00
Eric Bailey
080a0186c7
Replace layout components in settings screens
2024-12-02 17:12:01 -06:00
Eric Bailey
29db02cab7
Add new layout components
2024-12-02 17:11:27 -06:00
Eric Bailey
69378a393c
Add computed scrollbar gutter CSS vars
2024-12-02 17:11:00 -06:00
Eric Bailey
55eae34dc8
Add common gutter styles as hook
2024-12-02 17:10:03 -06:00
dan
5f4a0f2881
"Contain" images with missing dimensions instead of cropping them ( #6828 )
...
* Show unknown aspect as "contain" for autosize
* Fix a flash of wrong position when opening in lightbox
* Fix last frame flash on Android
2024-11-28 23:29:45 +00:00
dan
d08ce0d473
Fix stuck lightbox ( #6816 )
...
* Fix lightbox getting stuck by fixing rAF order
If you spam opening lightbox too fast, the effect that calls rAF will clean up and set up again midflight. Unfortunately, due to rAF order being unreliable, it may fire in reverse order, causing "open, open, close" instead of "open, close, open", so it would get stuck closed. This fixes the rAF order.
* Don't allow opening another lightbox while it's open
2024-11-28 16:55:05 +00:00
Samuel Newman
0aee6390fa
ensure black root view on iOS ( #6813 )
2024-11-28 15:41:33 +00:00
Foster
84796c1bcf
fix iOS language picker style in dark mode ( #6804 )
...
Co-authored-by: skipness <ckhf@proton.me >
2024-11-28 14:31:10 +00:00
dan
6a2067a761
Revert "Revert "bump version to 1.96 ( #6781 )" ( #6790 )" ( #6794 )
...
This reverts commit c9d86de152 .
2024-11-27 22:05:31 +00:00
dan
c9d86de152
Revert "bump version to 1.96 ( #6781 )" ( #6790 )
...
This reverts commit b2c232e9fd .
2024-11-27 19:21:08 +00:00
Samuel Newman
29b3b3db30
YT embed tweak ( #6789 )
...
* tweak css
* fix typo
* More tweak
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-11-27 19:19:36 +00:00
dan
47cbdfecb3
Fix web build by removing app icon settings ( #6784 )
2024-11-27 15:34:12 +00:00
dan
763a5d5ab5
Fix gap between Write Your Reply and bottom bar on web ( #6783 )
...
* Fix gap between Write Your Reply and bottom bar on web
* rm log
2024-11-27 14:54:09 +00:00
Samuel Newman
6a29296ae0
[Subs] Custom app icons ( #6758 )
...
* custom icons
* rm default
* clouds.jpg
* use cross-platform fork
* minor fixes for android
* update dynamic icon lib
* gate app icon settings behind discover debug dids
* rename clouds
* Bop it
* Update default ios icon as well
* Remove old icon
* Update logo placement
* update to latest expo-dynamic-app-icon
* fix android icon sizes
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2024-11-27 14:41:18 +00:00
Samuel Newman
c7d57b6374
css color transitions on left nav ( #6768 )
2024-11-27 14:34:07 +00:00
Frudrax Cheng
91fffd3cd2
Fix ast ( #6774 )
2024-11-27 14:17:44 +00:00
Samuel Newman
b2c232e9fd
bump version to 1.96 ( #6781 )
2024-11-27 14:12:04 +00:00
Paul Frazee
2a575addba
Fix import sort
1.95.0
2024-11-26 19:32:19 -08:00
Paul Frazee
6d290591da
Release 1.95 take2 ( #6771 )
...
* Run intl extract
* Update join count
2024-11-26 19:27:44 -08:00
Softastur
1edebc5dc7
Add "ast" locale support ( #6411 )
...
* Add "ast" locale support
* Add "ast" locale support
* Add "ast" locale support
* Add "ast" locale support
* Add "ast" locale support
* Add "ast" locale support
* Add "ast" translations
This commit adds preliminary translation support for "ast" locale. Around 20% is translated.
* Update "ast" locale translations
* Update "ast" translations
Fixes minor spelling mistakes and translates many strings more
* Update messages.po
With this commit we reach the 55% of strings translated after the last code sync
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
2024-11-26 19:14:43 -08:00
Juan Pablo Martínez
5929c2678c
Add Aragonese language ('an') support and l10n ( #6638 )
...
* Update languages.ts
* Update i18n.web.ts
* Update i18n.ts
* Update helpers.ts
* Create messages.po
* Update lingui.config.js
* Update dates.ts
* Add files via upload
* Update src/components/hooks/dates.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update src/components/hooks/dates.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update i18n.ts
* Update messages.po
* Update src/locale/i18n.ts
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
2024-11-26 19:06:47 -08:00