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

Club-Mate-Refactor #2600

Merged
merged 194 commits into from
Mar 20, 2022
Merged

Club-Mate-Refactor #2600

merged 194 commits into from
Mar 20, 2022

Conversation

yangwao
Copy link
Member

@yangwao yangwao commented Mar 20, 2022

  • fix: format balance warning
  • fix: disable submitting before RPC api connected
  • fix: refresh page index after changing search keyword
  • ✨ test enable extension
  • ✨ test preview enable extension
  • feat: make 'isApiConnected' be global and handle the error event
  • chore: remove unused 'async' keyword
  • feat: Cache request from Identity popover
  • remove useless import
  • fix: move the filter to formatBalance
  • feed history on collection page
  • add sorting by date
  • remove unused types
  • Hoverable card in CarouselCardList component #2360 Hoverable card in CarouselCardList component
  • [skip ci] updated code diagram
  • fix: add format balance test case
  • fix: code format
  • subsquid query + default selectEvent to BUY if BUY events?
  • Update components/rmrk/Gallery/CollectionItem.vue
  • Nudge to set on-chain identity on profile #1262 Nudge to set on-chain identity on profile
  • remove console
  • [skip netlify] Update dependency eslint to ^8.11.0
  • Add timestamp on events + util sort event by date + create other issues for default selectedEvent on History.vue
  • fix: fix error when estimate fee without connecting wallet
  • fix: ignore keyboard event in input
  • feat: check network status
  • feat: replace navigator.connection with global offline/online event
  • fetch identity on mounted()
  • refactor: store typing improvement
  • use utils/api/onApiConnect instead
  • try to fix deepsource by adding vue lifecycle hooks docs
  • fix: isNetworkConnected default to true
  • fix: fixlink unclickable on ios safari
  • feedback review
  • ✨ UNLIST event in history
  • test remove enableExtension
  • wip
  • how to generate payout address for one self
  • updated bug issue template with address field
  • quote missing
  • 📝 fixing typos through the document and clarifying p1 labels
  • ⚒️ linting errors
  • Update CONTRIBUTING.md
  • Update CONTRIBUTING.md
  • Update CONTRIBUTING.md
  • fix: ts -lint error
  • feat: history component pagination
  • [skip netlify] Update Bumped minor version of packages
  • 📝 add that we use yarn as the package manager
  • Update components/rmrk/Gallery/History.vue
  • Update components/rmrk/Gallery/History.vue
  • ➕ added @babel/preset-env
  • feat: history component pagination
  • feat: show context of page in navbar
  • changed to coordination channel )
  • update with 12hr cache
  • fix: code style justify
  • fix: import mock address KODADOT_DAO
  • Update History.vue
  • fix: add item column and relative time
  • fix: change ui
  • fix: url query event fail
  • fix: amount of mint、gift and consume should be zero
  • fix review, use identityOf instead
  • chore: remove unnecessary css
  • remove "TO" column when there is no data
  • refactor code, more robust
  • lets test if it change w vuejs/vue-cli
  • adding vue/cli-plugin for rennovate
  • [skip netlify] Update Bumped minor version of packages
  • use date-fns
  • fix review, remove console.log on:connect
  • [skip ci] updated code diagram
  • fix with advice
  • fix: showlist instead of data
  • feat: add ability to download asset
  • fix: add regex to clean item id and dont show on gallery
  • [skip netlify] Update dependency @kodadot1/minimark to ^0.0.1-rc.6
  • fix: export name
  • fix: change file name
  • feat: add link to collection history
  • fix: correct name of variable
  • Post fixes in sales feed of collection #2539 Post fixes in sales feed of collection
  • Made search bar more transparent and bit wider  #2549 Made search bar more transparent and bit wider
  • Update components/rmrk/Gallery/History.vue
  • added pretttier and reorg rennovate
  • fix: use totalcount for vercel rendering
  • fix: code refactor
  • 🧪 remove blocking enableExtension
  • fix: justifysize
  • 🧪 revert some change
  • 🧪 reset walletAccount on setWallet
  • fix: remove bug action when it is not for sale
  • Made search bar more transparent and bit wider  #2549 Search issue fix
  • 🧪 hide options if empty
  • fix: scrolling do not work
  • 🧪 Object assign walletAccounts
  • 🧪 handle watch walletAccounts
  • Keep only top-border on pagination and sharing buttons #2578 Keep only top-border on pagination and sharing buttons
  • css fix
  • global css fix
  • 🧪 test test un deux walletAccounts
  • lint
  • 🧹 css stuff
  • [skip netlify] Update Bumped minor version of packages
  • Pagination on history collection component is wonky #2582 Pagination on history collection component fix on mobile
  • fix: keyboard shortcut on creat page
  • add name and id in collection history
  • maybe @babel/core [skip netlify] Update dependency @babel/core to ^7.17.8 #2588
  • connect 1px border
  • feel desperate [skip netlify] Update dependency @babel/core to ^7.17.8 #2588
  • chaning navbar to 1px
  • [skip netlify] Update dependency @babel/core to ^7.17.8
  • fix review, proper type for TableRowItem
  • fix: Sharing search url with page number is broken
  • fix: searchbar at index page wont redirect to search result
  • Revert "fix: refresh page index after changing search keyword"
  • fix: refresh page index after searching new keyword
  • fix: update url page
  • fix: ts error
  • fix: collection list url share
  • resolve conflicts
  • revert github diagram.svg
  • fix: tile view does not work after entering theatre view

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?

  • PR closes #<issue_number>
  • <brief_description_of_what_I've_added>

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.

Jarsen136 and others added 30 commits March 6, 2022 11:58
Co-authored-by: Viki Val <viktorko99@gmail.com>
renovate-bot and others added 28 commits March 19, 2022 11:59
@netlify
Copy link

netlify bot commented Mar 20, 2022

✅ Deploy Preview for koda-nuxt ready!

🔨 Explore the source changes: 122370c

🔍 Inspect the deploy log: https://app.netlify.com/sites/koda-nuxt/deploys/623709f0a66a540008e50bcb

😎 Browse the preview: https://deploy-preview-2600--koda-nuxt.netlify.app

@yangwao yangwao merged commit 369acaa into hyper-jpeg Mar 20, 2022
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.

None yet