enhancementfixgood first issuehelp wantedmobileurgent
Repository metrics
- Stars
- (19 stars)
- PR merge metrics
- (PR metrics pending)
Description
Description
We need to fix and improve our overall Website and PWA app located in app/mobile.
Overall
TX Call:
- Improve tx receipt check to be more fast
- Fix error before send the tx (Tips)
- Fix error before send tx (Launch)
- Improve loading
- Modal confirmation and success
- Improve return after an action (go to token or anything else)
Feed screen:
- Feed: filter search can't be closed in mobile: add closed button on top. Maybe change the grid of the filter to have 2 items horizontally. Check the filter used in the Feed, clean or add them (videos and stream are still not here)
- Feed: Fix filter recent, sort by created_at before rendering the data
- Feed: Fix the search bar
Nostr post card:
- PostCard: if the note is a reply to another note, add a simple display on top of the note card: "reply to: nostr_event_id" that can be clickable.
- Better rendering of image in Note: check URL if it's finish with .jpg, .png to render a Note with a all images insides (first do one, if more images add a slider)
- Add the bookmark and reused the useBook hooks
- Fix share link button
- Comment: Text comment need to be TextArea, also the UI is broken in mobile
Stream screen
- Stream event: When you are in a Live Event, when you go back that crash the frontend, fix this issue.
- Fix: Circular loading when waiting the data
- [ ]
Profile
- Share my profile link
- Better management of profile
- Add interesting, tags and hobbies
Mobile view
-
Cashu Modal for Receive and Send: placed in the Bottom, it's more easier in UX perspective, also add more height to this modal
-
Fix Login modal for max height: otherwise some issues in mobile when try to add your password the keyboard disappear, so add the height to max
-
Comment: Text comment need to be TextArea, also the UI is broken in mobile