blixt-wallet icon indicating copy to clipboard operation
blixt-wallet copied to clipboard

feat: FAQ link in "Help" menu

Open ar563 opened this issue 3 years ago • 1 comments

Added FAQ link in "Help" menu.

Fixes: #792

ar563 avatar Sep 18 '22 17:09 ar563

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
blixt-wallet ✅ Ready (Inspect) Visit Preview Sep 21, 2022 at 2:21PM (UTC)

vercel[bot] avatar Sep 18 '22 17:09 vercel[bot]

@ar563 Thank you for the PR, this is great for UX. One semi-related issue is that buttons will line-break if the surrounding modal window is too small, which is the case for small screens.

image

Please add the following to Help.tsx in order to address this:

--- a/src/windows/Help.tsx
+++ b/src/windows/Help.tsx
@@ -85,9 +85,11 @@ const style = StyleSheet.create({
     flexGrow: 1,
     alignItems:"flex-end",
     flexDirection: "row-reverse",
+    flexWrap: "wrap",
   },
   actionBarButton: {
     marginLeft: 10,
+    marginTop: 10,
   },
   actionBarButtonText: {
     fontSize: 9.75,

hsjoberg avatar Sep 20 '22 13:09 hsjoberg

@hsjoberg done

ar563 avatar Sep 21 '22 14:09 ar563

Looks great! Thank you for your contribution.

hsjoberg avatar Sep 22 '22 13:09 hsjoberg