feat: add in-app help/FAQ system#31
Conversation
|
@boalambo is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@boalambo Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
hello maintainer, kindly check I am waiting for approval since. Thank you |
|
Help button + overlay + 159-line FAQ are the right shape for #22. Rebase needed, your branch is from pre-develop main and diff reverts recently-merged work in StellarSend/Receive. git fetch origin
git rebase origin/develop
git push --force-with-leaseKeep |
Rebased onto the latest develop and force-pushed the branch. Verified the PR diff now only contains App.tsx, HelpButton.tsx, HelpOverlay.tsx, and faq.ts as intended. |
- Add floating help button in bottom-right corner - Implement help overlay with search and FAQ categories - Add 16 FAQ entries across 4 categories (Getting Started, Stellar Specifics, Privacy, Troubleshooting) - Implement context-awareness for Send/Receive pages - Add full accessibility support (focus trap, Esc to close, ARIA labels) - Content lives in src/help/faq.ts as typed array for easy translation Closes wraith-protocol#22
673c4f4 to
da72063
Compare
|
Rebase looks clean, the diff is just your 4 additions now. 16 FAQ entries covering getting-started, Stellar specifics, privacy, troubleshooting. Merging. Thanks @boalambo. |
Closes #22