* 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>
* Switch to new RT
* Allow early exit from links
* Build in tracking to text atoms
* Clean up FeedSourceCard
* Clean up leading after new default
* Add deprecated notice
* move `IconCircle` to `components` for reuse
* add copy to feeds page
* start of a header
* saveit
* add lg size
* add your feeds
* don't show Your Feeds if you don't have any
* Minor ui tweaks
* cleanup
* remove unused activity indicator
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* basic export repository link in settings
Absolutely no prior React experience, and limited TypeScript, so
probably doing all kinds of things wrong!
I tried to make it a download button instead of link but that didn't
work.
There is probably a safer way to construct the URL string.
I think having the download open in the browser is reasonable, as
opposed to an in-app save flow in mobile. But i'm not sure.
* Remove appview proxy toggle
* Move Settings screen to a subfolder
* Add support for the download attribute on links in web
* Rewrite ExportRepository modal using ALF
* Mobile ui tweaks
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>