* origin/main: (69 commits)
Update .po files
use `showControls` to show/hide live text icon on ios (#2982)
Fix dim mode unread notif color
Make dim theme dim (#2966)
Add handle validation to create account UI (#2959)
Normalize relative day (#2874)
increase timeout to 15s (#2958)
use `useOpenLink` hook for links in ALF (#2975)
Rename Home Feed Prefs to Following Feed Prefs (#2965)
Refactor feed header components (#2964)
patch react-navigation to fix history bug (#2955)
Use EAS managed build number, run build/submit on GH Actions (#2841)
Fix `numberOfLines` not updating on iOS 15 (#2956)
Fix UITextView line height adjustment for DynamicType, always use the max width for the view (#2916)
Navigate back from a deleted post's route (#2948)
Add optional close callback to Dialog (#2947)
Fix flash when pressing into just-created post (#2945)
Last usage (#2944)
Update blogpost URL in ExportCarDialog.tsx (#2939)
Prefer full posts for post thread placeholder (#2943)
...
* Make dim color scheme dim
* Tweaks
* Overall tweaks
* We have to go darker
* Tweak saturation of blues in dim
* Increase contrast on dark-dark mode
* adjust dim
---------
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Co-authored-by: Hailey <me@haileyok.com>
* show uiState errors in the box as well
simplify copy
update ui for only letters and numbers
add ui validation to handle selection
* simplify names
* Fix accidental text-node render
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* fix: normalize relative date
* chore: add comments
* refactor: skip flooring normalized diff
* refactor: let -> const
* fix: get own copy of date to prevent mutating
* refactor: rounding does the same trick