Skip to content

Conversation

@williamchong
Copy link
Member

No description provided.

@williamchong williamchong requested review from a team, AuroraHuang22, Copilot and nwingt September 8, 2025 15:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes WNFT (Writing NFT) functions from the application by eliminating NFT minting functionality. This appears to be a significant cleanup effort to remove legacy or deprecated features.

  • Removes entire NFT minting pages and workflow components
  • Removes crawler functionality for web content extraction
  • Removes UI elements related to NFT minting (buttons, navigation, forms)

Reviewed Changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
utils/cosmos/subscription.ts Completely removes subscription signing utilities
server/index.ts Removes crawler router endpoint
server/crawler/router.ts Completely removes web crawling router
server/crawler/index.ts Completely removes crawling and content extraction functionality
pages/view/_iscnId/index.vue Removes mint button and related NFT minting functionality
pages/nft/url/index.vue Completely removes NFT URL minting page
pages/nft/iscn/_iscnId.vue Completely removes NFT minting workflow page
pages/nft/index.vue Completely removes NFT portal page
pages/new/index.vue Removes NFT minting redirect functionality
locales/en.json Removes NFT-related translation strings
Multiple component files Removes NFT minting UI components and related functionality

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

locales/en.json Outdated
"NFTPortal.button.download.iscn": "Download JSON",
"NFTPortal.button.mint": "Mint NFT",
"NFTPortal.button.mint.book": "Mint Book",
"NFTPortal.button.download.iscn": "Download JSON",,
Copy link

Copilot AI Sep 8, 2025

Choose a reason for hiding this comment

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

There's an extra comma at the end of this line. Remove the duplicate comma to fix the JSON syntax error.

Suggested change
"NFTPortal.button.download.iscn": "Download JSON",,
"NFTPortal.button.download.iscn": "Download JSON",

Copilot uses AI. Check for mistakes.
@williamchong williamchong merged commit 4c3f178 into likecoin:main Sep 12, 2025
2 of 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.

2 participants