Samuel Newman
7dc8ba8e4e
label pref alignment ( #7844 )
2025-02-25 19:50:01 -06:00
Samuel Newman
22aee9704c
improve toasts on oled dark mode ( #7842 )
2025-02-25 11:12:38 -08:00
Samuel Newman
3409a72548
Add soft reset to chat list ( #7771 )
...
* add soft reset to chat list
* refresh when soft resetting
2025-02-25 10:27:11 -08:00
surfdude29
595a894551
translate hosting provider text ( #7834 )
2025-02-25 09:54:20 -08:00
Samuel Newman
0d1373bb71
Remove moderatePost_wrapped ( #7188 )
...
* rm `moderatePost_wrapped`
* Handle display in app
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2025-02-25 11:21:00 -06:00
Samuel Newman
cc8369e868
Better tablet layout ( #7656 )
...
* better tablet layout
* adjust left nav spacing
* add right nav to pwi
* clearer logic
* fix a couple screens that don't need the tablet layout
* fix horiz scroll bar
* fix double trending
* fix ts-ignore
* fix labeller screen
* don't offset things within dialogs
* fix load latest button (and add scale animation)
* center loader on home screen
* adjust break points
* adjust left nav spacing
* fix load latest btn (again)
* add lang select to right nav if left nav is minimal
* fix double scrollbar on tiny screens
* fix scrollbar
* fix type errors
2025-02-25 09:20:37 -08:00
Eric Bailey
0437838649
Fix max height of dialog flatlists ( #7839 )
...
* Fix max height of dialog flatlists
* Remove unneeded wrapper to fix Close positioning
* Add wrapper back and fix with position static
2025-02-25 11:12:56 -06:00
Samuel Newman
23f0092440
hackfix likes tab ( #7770 )
2025-02-25 09:02:08 -08:00
Samuel Newman
9c5d92088d
Constrain dropdown height to fit in the screen ( #7730 )
...
* constrain dropdown height with css variable
* fix duplicated dependency
* fix pendantic lockfile
2025-02-25 08:08:30 -08:00
Samuel Newman
e40656128d
#6861 : Use available space to make focus on Composer TextInput easier (copy) ( #7836 )
...
* 6861: Use available space to make focus on Composer TextInput easier
* Undo web
* bluesky-social#6861: Adjust focus area for native platforms taking Embeds into consideration
* use atoms
* remove empty div
* remove debug atom, whoopsie
---------
Co-authored-by: GrizliK1988 <dgrachikov@gmail.com >
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2025-02-25 08:07:45 -08:00
pfrazee
d76cd88d91
Nightly source-language update
2025-02-25 02:32:46 +00:00
Samuel Newman
6254cf020a
Dedupe profile labels ( #7833 )
...
* dedupe labels
* apply to postalerts
2025-02-24 14:17:59 -08:00
Hailey
61a14043e5
add to blink ( #7788 )
2025-02-24 13:59:57 -08:00
surfdude29
3fc4c32ac6
Plural formatting for accessibility unread items strings ( #7743 )
2025-02-24 13:11:01 -08:00
surfdude29
a383b9ba28
Plural formatting for TimeIndicator accessibilityLabel ( #7826 )
2025-02-24 13:10:53 -08:00
surfdude29
bf4d3e89c2
Add plural formatting for months in narrow form ( #7744 )
2025-02-24 13:10:40 -08:00
surfdude29
1fd3af3c46
Tweak app language string in Settings ( #7825 )
2025-02-24 13:10:00 -08:00
surfdude29
3f879f0315
Tweak prompt title text when removing a feed ( #7824 )
2025-02-24 13:04:01 -08:00
Samuel Newman
7c14b54ab2
Fix DMs input automatically accepting autocomplete suggestion instead of clearing ( #7796 )
...
* fix input not clearing when autocomplete suggestion active
* fix up storybook
* restore web focus hack
2025-02-24 13:03:01 -08:00
surfdude29
9c739912a3
Tweak accessibility strings ( #7822 )
2025-02-24 12:59:55 -08:00
surfdude29
c4dec63960
Suggested updates to localization doc ( #7828 )
...
* update localization doc
* tweak wording order
---------
Co-authored-by: Hailey <me@haileyok.com >
2025-02-24 12:52:39 -08:00
surfdude29
a7e1913e22
move translation tags ( #7823 )
2025-02-24 12:49:26 -08:00
surfdude29
a1699da1a9
separate strings for translation in ListHiddenScreen.tsx ( #7827 )
2025-02-24 12:48:42 -08:00
Samuel Newman
ae9176c9c2
Basic minimum password requirements, plus field-specific errors ( #7811 )
...
* add min password requirement
* add field specific errors
* move email tld check to after other email checks
* add password length check to change password dialog
* Update src/view/com/modals/ChangePassword.tsx
Co-authored-by: Hailey <me@haileyok.com >
* Update src/screens/Signup/StepInfo/index.tsx
Co-authored-by: Hailey <me@haileyok.com >
* fix lint
---------
Co-authored-by: Hailey <me@haileyok.com >
2025-02-24 12:44:21 -08:00
Samuel Newman
3d954a00e0
precache recent profile click ( #7831 )
2025-02-24 12:39:41 -08:00
Samuel Newman
f9392d4a96
Fix optimistic rendering of profile page ( #7830 )
...
* don't hold up rendering on starter packs
* add tab based on profile.associated
* move query into component, fix pending states
2025-02-24 11:50:52 -08:00
Paul Frazee
bdcddee7a5
Update localization.md to change crowdin links
2025-02-24 08:06:15 -08:00
pfrazee
5c3576dee7
Nightly source-language update
2025-02-24 02:33:53 +00:00
gpp
7a3a1a2bd0
make composer pills tappable when keyboard is active ( #7717 )
2025-02-23 05:19:58 -08:00
pfrazee
e6193d7036
Nightly source-language update
2025-02-22 02:28:50 +00:00
Nicolas Borlet
cb85768e9c
fix: click on our profile when seeing someone's profile ( #7732 )
...
Co-authored-by: Stanislas Signoud <signez@stanisoft.net >
Co-authored-by: Hailey <me@haileyok.com >
2025-02-21 11:39:57 -08:00
Samuel Newman
ca7116ec3b
connect inputs together in signup ( #7809 )
2025-02-21 11:25:42 -08:00
Samuel Newman
80e59d31d0
npx update-browserslist-db@latest ( #7677 )
2025-02-21 11:13:21 -08:00
Samuel Newman
ca70aacb8a
Mute account from post ( #7712 )
...
* mute account from post
* move options around
2025-02-21 11:12:51 -08:00
Samuel Newman
e6bfeb1bab
Fix android datepicker height ( #7804 )
...
* fix datepicker height
* fix suffixtext clipping
2025-02-21 11:10:51 -08:00
Samuel Newman
3b4f1e91e3
consistent sentence case captialisation ( #7749 )
2025-02-21 11:10:33 -08:00
Samuel Newman
fff625167f
set minimum birthday to 13 years ago ( #7808 )
2025-02-21 10:59:27 -08:00
Samuel Newman
5d30111b78
Get sheet padding working consistently ( #7798 )
...
* tweak height/padding of iOS
* tweak android ratio calculation
* add a bit of extra padding to full height iOS to account for the bit below the safe area
2025-02-21 10:59:08 -08:00
Samuel Newman
798bf47827
fix handle length error message ( #7802 )
2025-02-21 08:42:21 -08:00
Paul Frazee
b0f7f51b04
Set branch to main on crowdin nightly push
2025-02-20 22:15:11 -08:00
Paul Frazee
ea9f2dfbdd
Fix bad indent
2025-02-20 22:02:26 -08:00
Paul Frazee
1fda7d0553
Add crowdin nightly push ( #7799 )
...
* Update crowdin.yml to point to new enterprise endpoint
* Update nightly crowdin action to push source strings to crowdin
2025-02-20 22:00:32 -08:00
pfrazee
7ff65df417
Nightly source-language update
2025-02-20 02:28:35 +00:00
bnewbold
f8f88878dc
makefile: bump nvm to use node 20 ( #7324 )
2025-02-19 16:12:51 -08:00
Paul Frazee
8f63cb86b1
Update intl:build to extract for all languages ( #7787 )
2025-02-19 12:52:58 -08:00
Samuel Newman
ed4add7072
improve car dialog styles ( #7786 )
2025-02-19 12:35:33 -08:00
pfrazee
48fd397d46
Nightly source-language update
2025-02-19 02:28:13 +00:00
Eric Bailey
f23a621c7e
Remove shadowed follow gate handling ( #7774 )
2025-02-18 17:25:59 -06:00
Eric Bailey
da45c42b6f
[APP-1049] show label expiration in frontend ( #7738 )
...
* Add support for label exp to LabelsOnMeDialog
* Add exp to PostAlerts, align with LabelsOnMe UI
* Bump weight
* Improve translations
* Expiry should round up
* Add a little visual alignment hack
2025-02-18 09:45:46 -06:00
Eric Bailey
63ba0a436b
[APP-1054] Add option to align web dialogs to top ( #7760 )
...
* Add option to align web dialogs to top
* Format
* Align all dialogs to top, with relative spacing on larger screens for better balance
2025-02-18 09:45:37 -06:00