Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4144 new wallet changes #4222

Merged
merged 7 commits into from
Nov 10, 2022
Merged

#4144 new wallet changes #4222

merged 7 commits into from
Nov 10, 2022

Conversation

prachi00
Copy link
Member

@prachi00 prachi00 commented Nov 2, 2022

Thank you for your contribution to the KodaDot NFT gallery.
👇 _ Let's make a quick check before the contribution.

PR type

  • Bugfix
  • Feature
  • Refactoring

What's new?

Before submitting Pull Request, please make sure:

  • My contribution builds clean without any errors or warnings
  • I've merged recent default branch -- main and I've no conflicts
  • I've tried to respect high code quality standards
  • I've didn't break any original functionality
  • I've posted a screenshot of demonstrated change in this PR

Optional

  • I've tested it at </rmrk/collection/26902bc2f7c20c546a-1FVG7>
  • I've tested PR on mobile and everything seems works
  • I found edge cases
  • I've written some unit tests 🧪

Had issue bounty label?

  • Fill up your KSM address:
    Payout

Community participation

Screenshot

  • My fix has changed something on UI; a screenshot is best to understand changes for others.
    Screen Shot 2022-11-01 at 6 50 24 PM

Screen Shot 2022-11-01 at 6 50 13 PM

@prachi00 prachi00 requested a review from a team as a code owner November 2, 2022 01:50
@prachi00 prachi00 requested review from preschian and removed request for a team November 2, 2022 01:50
@netlify
Copy link

netlify bot commented Nov 2, 2022

Deploy Preview for koda-nuxt ready!

Name Link
🔨 Latest commit c99ff69
🔍 Latest deploy log https://app.netlify.com/sites/koda-nuxt/deploys/636c5b3cb32dd00008166218
😎 Deploy Preview https://deploy-preview-4222--koda-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@prachi00
Copy link
Member Author

prachi00 commented Nov 2, 2022

For now, I am showing all the wallets but showing the installed one at the top
Also, fixed all the UI/UX fixes mentioned by @exezbcz

Copy link
Contributor

@roiLeo roiLeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey!
small notes from issue:

  • can we increase size of wallet account item in the list (at least test it with min 48px height)
  • could you try to fix disconnect btn wich is reloading the app/page or introduce change account btn?

Remain:

how can I know wich extension is supported on kodadot since we hide the one that are not installed?

we can try to display uninstalled wallet in another list like on solana

Screenshot 2022-11-02 at 08-37-11 Solanart - Discover collect and trade NFTs

@prachi00
Copy link
Member Author

prachi00 commented Nov 3, 2022

small notes from issue:

@exezbcz for 1st, can we increase the height of these?
Screen Shot 2022-11-02 at 7 07 45 PM

@prachi00
Copy link
Member Author

prachi00 commented Nov 3, 2022

Screen Shot 2022-11-02 at 7 09 41 PM

@roiLeo so on disconnect we clear the session and reload the page, I am not sure if we should be removing this? I can take a look at `change account` btn though, but I need to need where to put it design wise @exezbcz

@roiLeo
Copy link
Contributor

roiLeo commented Nov 3, 2022

on disconnect we clear the session and reload the page, I am not sure if we should be removing this?

I don't know what this fixes maybe @preschian has an idea but from a user point of view I now find it compelling to change accounts on the platform

@preschian
Copy link
Member

hi, the clear session on the disconnect button initially to anticipate these errors:

previously, the only way for the user to clear the session is from a toast notification. the toast can be easily ignored when the user navigates to the other page. the toast itself will be triggered if there are new deployments. in case there is no new deployment and the users are stuck with an older cache, there is one alternative way to clear the cache, and I put that in the "Logout" button

does the clearSession() block this task?

@prachi00
Copy link
Member Author

prachi00 commented Nov 4, 2022

hi, the clear session on the disconnect button initially to anticipate these errors:

previously, the only way for the user to clear the session is from a toast notification. the toast can be easily ignored when the user navigates to the other page. the toast itself will be triggered if there are new deployments. in case there is no new deployment and the users are stuck with an older cache, there is one alternative way to clear the cache, and I put that in the "Logout" button

does the clearSession() block this task?

maybe we can just add change account btn for now?

@preschian
Copy link
Member

maybe we can just add change account btn for now?

yes, I think it would be better to add more section/button for switch/select an account
wdyt? @exezbcz @roiLeo

@roiLeo
Copy link
Contributor

roiLeo commented Nov 4, 2022

maybe we can just add change account btn for now?

Yep, I would love to see it again

@yangwao
Copy link
Member

yangwao commented Nov 4, 2022

so on disconnect we clear the session and reload the page,

yes, let's keep this as there are some cache issue with some package which provides networks and I noticed it's not fully fixed as it was working previously

@prachi00
Copy link
Member Author

prachi00 commented Nov 6, 2022

created another issue for change button #4271

@prachi00 prachi00 requested a review from roiLeo November 6, 2022 22:33
Copy link
Contributor

@roiLeo roiLeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting for #4144 final design

components/common/WalletModal.vue Outdated Show resolved Hide resolved
components/common/WalletModal.vue Outdated Show resolved Hide resolved
@yangwao yangwao added the S-changes-requested-🤞 PR is almost good to go, just some fine tunning label Nov 7, 2022
@prachi00
Copy link
Member Author

prachi00 commented Nov 9, 2022

@yangwao @exezbcz have we decided on the final design for this one yet?

@prachi00 prachi00 mentioned this pull request Nov 9, 2022
17 tasks
@codeclimate
Copy link

codeclimate bot commented Nov 10, 2022

Code Climate has analyzed commit c99ff69 and detected 0 issues on this pull request.

View more on Code Climate.

@exezbcz
Copy link
Member

exezbcz commented Nov 10, 2022

@yangwao @exezbcz have we decided on the final design for this one yet?

not yet, i will have a look on it after 15.11. I think we can leave it for now how it is.

@yangwao
Copy link
Member

yangwao commented Nov 10, 2022

We should probably move the select box to be drop-down under connect menu

@yangwao
Copy link
Member

yangwao commented Nov 10, 2022

we will redesign wallet menu once more time anyway

good for now

pay 50

@yangwao yangwao merged commit 3d03159 into main Nov 10, 2022
@yangwao yangwao deleted the feat-wallet-changes branch November 10, 2022 17:44
@yangwao
Copy link
Member

yangwao commented Nov 10, 2022

😍 Perfect, I’ve sent the payout
💵 $50 @ 28.17 USD/KSM ~ 1.775 $KSM
🧗 EzGc4s9PgCPx1YnF3fqzhLzVHpHMTL4LWPScwpDrR8JKgSU
🔗 0x7532a654f665c2f8c3febc5f65107727d0a136abb74661aa4009e260a18dba0a

🪅 Let’s grab another issue and get rewarded!
🪄 github.com/kodadot/nft-gallery/issues

@yangwao yangwao added the paid pull-request has been paid label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paid pull-request has been paid S-changes-requested-🤞 PR is almost good to go, just some fine tunning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wallet connect new design remarks
5 participants