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

Disabled BUY button #6309

Closed
roiLeo opened this issue Jun 22, 2023 · 5 comments · Fixed by #6412
Closed

Disabled BUY button #6309

roiLeo opened this issue Jun 22, 2023 · 5 comments · Fixed by #6412
Labels
bug Something isn't working p2 core functionality, or is affecting 60% of app

Comments

@roiLeo
Copy link
Contributor

roiLeo commented Jun 22, 2023

Tested on https://kodadot.xyz/stmn/gallery/19-2

Screenshot 2023-06-22 at 14-04-30 NFT Universe 2 KodaDot - NFT Market Explorer

Screenshot 2023-06-22 at 14-06-37 NFT Universe 2 KodaDot - NFT Market Explorer

@roiLeo roiLeo added bug Something isn't working p2 core functionality, or is affecting 60% of app labels Jun 22, 2023
@prury
Copy link
Member

prury commented Jun 22, 2023

dude, i just found this one too, rn

@roiLeo
Copy link
Contributor Author

roiLeo commented Jun 22, 2023

dude, i just found this one too, rn

gotta go fast

@daiagi
Copy link
Contributor

daiagi commented Jul 4, 2023

issue caused by 'auto' width on tooltip

  <o-tooltip
    v-if="active"
    :append-to-body="appendToBody"
    :multiline="multiline"
    class="neo-tooltip"
    :style="{
      '--font-size': fontSize,
      '--multiline-width': multilineWidth,
      width: fullWidth ? '100%' : 'auto',
    }"
    

from PR:

@Jarsen136 you must have put it there for a reason, whatever issue you were solving, can it be solved in another way?

@yangwao
Copy link
Member

yangwao commented Jul 8, 2023

gotta go fast

image

https://youtu.be/rJOsjP33nF4?t=92

@Jarsen136
Copy link
Contributor

Jarsen136 commented Jul 9, 2023

from PR:

@Jarsen136 you must have put it there for a reason, whatever issue you were solving, can it be solved in another way?

Sorry for missing this comment for a few days. I have fixed that style issue on PR #6412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p2 core functionality, or is affecting 60% of app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants