Skip to content

Copyright/UI #452

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

Merged
merged 61 commits into from
Jun 25, 2025
Merged

Copyright/UI #452

merged 61 commits into from
Jun 25, 2025

Conversation

josim
Copy link
Contributor

@josim josim commented May 15, 2025

This PR allows users to submit copyright license agreements via the UI.

The feature includes:

  • Adds useCopyrightStore Zustand store for handling copyright state
  • COPYRIGHT_CONTRACT - the contract address
  • Copyright Form added to menu
  • Copyright Display added to Profile

josim and others added 30 commits March 11, 2025 23:41
- Register Copyright Route
- Create Copyright Page -> copy of mint
Fetch token metadata for every token on tezos
- add console log for testing
Preview for Custom Copyright
Adapted from mint preview
Adapted from Mint Form
- fix wrong store usage; removed useMintStore
- removed unused code
- add external token search
- show external token in selected tokens
@Zir0h
Copy link
Contributor

Zir0h commented May 24, 2025

preview updated

@Zir0h
Copy link
Contributor

Zir0h commented Jun 1, 2025

preview updated

{token.contractAddress && token.contractAddress === HEN_CONTRACT_FA2 && (
<span className="ml-1"> (☑️ TEIA Verified)</span>
)}
{token.contractAddress && token.contractAddress.startsWith("KT1") && token.contractAddress !== "KT1whoa" && (
Copy link
Contributor

Choose a reason for hiding this comment

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

what's this KT1whoa? 😅

@Zir0h
Copy link
Contributor

Zir0h commented Jun 9, 2025

pushed to preview

@Zir0h Zir0h merged commit 1580be0 into teia-community:main Jun 25, 2025
3 checks 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