Combine actions, convert to new menu (#3174)
* Combine actions, convert to new menu * remove about tab and move content to header * Tweak alignment * fix missing rkey * hog the like button * Add a little more whitespace * Improve a11y * Yeah toast * Update usage * Pin to Home --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
parent
8123299192
commit
c9d821c572
5 changed files with 182 additions and 202 deletions
|
@ -228,6 +228,7 @@ export function InlineLink({
|
|||
onPress: outerOnPress,
|
||||
download,
|
||||
selectable,
|
||||
label,
|
||||
...rest
|
||||
}: InlineLinkProps) {
|
||||
const t = useTheme()
|
||||
|
@ -255,7 +256,8 @@ export function InlineLink({
|
|||
return (
|
||||
<Text
|
||||
selectable={selectable}
|
||||
label={href}
|
||||
accessibilityHint=""
|
||||
accessibilityLabel={label || href}
|
||||
{...rest}
|
||||
style={[
|
||||
{color: t.palette.primary_500},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue