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

[TAS-1062]💄 Add ISCN edit bar to the /new page #438

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

AuroraHuang22
Copy link
Collaborator

截圖 2024-01-31 下午1 44 07

@AuroraHuang22 AuroraHuang22 changed the title 💄 Add ISCN edit bar to the /new page [TAS-1062]💄 Add ISCN edit bar to the /new page Jan 31, 2024
Copy link

AuroraHuang22 added a commit that referenced this pull request Jan 31, 2024
:iscn-id="iscnId"
:is-show-mint-button="true"
:is-nft-book="type === 'Book'"
:should-show-mint-button="true"
Copy link
Member

Choose a reason for hiding this comment

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

What is this prop and how is it different from is show mint button above?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

:iscn-id="iscnId"
:is-show-mint-button="isShowMintButton"
:is-nft-book="isNFTBook"
:mint-queries="mintQueries"
Copy link
Member

Choose a reason for hiding this comment

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

What does this do? Can we just get route query in component instead of passing prop?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

AuroraHuang22 added a commit that referenced this pull request Feb 7, 2024
Comment on lines 8 to 10
'pt-[24px]',
'gap-[8px]',
'lg:pt-0',
Copy link
Member

Choose a reason for hiding this comment

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

If the padding-top is depends on parent, please inject it in parent

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

<div
:class="[
'flex',
'justify-end',
Copy link
Member

Choose a reason for hiding this comment

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

I think that in /new, the items should be aligned to the center instead of to the right.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@AuroraHuang22 AuroraHuang22 merged commit 133671f into likecoin:main Feb 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants