\r\n\r\n",[],325,"workers","feat(price): add additional token price fallbacks ","2024-08-08T08:38:12Z","https://github.com/kodadot/workers/issues/325",0.76005155,{"description":3087,"labels":3088,"number":3095,"owner":3033,"repository":3034,"state":3072,"title":3096,"updated_at":3097,"url":3098,"score":3099},"We would need component which would show NFTs with most offers. \r\n\r\nTable columns should be sortable and be like \r\n- Collection, Item, Total number of offers, Total amount of offers, Date of newest/last offer \r\n- By default, sorted by the total amount of offers \r\n\r\nFor example this NFT, \r\nhttps://beta.kodadot.xyz/bsx/gallery/1380208565-1\r\nthe single row would look like \r\n\u003Cimg width=\"990\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5887929/180204749-38269a39-92d8-4dff-bbb6-2c7f368d6e33.png\">\r\n\r\n\r\n| Spodee | Spoodee | 3 | 345 567 BSX | 1 day | \r\n\r\nIt can look like current offers at https://beta.kodadot.xyz/bsx/stats\r\n\r\n- route could be `/topoffers`\r\n- put links to `/topoffers` into dropdown from Stats in navbar",[3089,3090,3091,3093],{"name":3024,"color":3025},{"name":3053,"color":3028},{"name":3092,"color":3056},"A-basilisk",{"name":3094,"color":3056},"A-subsquid",3514,"Top offers component ","2024-01-06T11:30:05Z","https://github.com/kodadot/nft-gallery/issues/3514",0.78130454,{"description":3101,"labels":3102,"number":3109,"owner":3033,"repository":3034,"state":3072,"title":3110,"updated_at":3111,"url":3112,"score":3113},"### What happened?\r\n\r\n```\r\n[Vue warn]: Invalid component name: \"pages/rmrk/gallery/index.vue\". Component names should conform to valid custom element name in html5 specification.\r\n```\r\n\r\n### Please reproduce in steps\r\n\r\nOpen any component name under `index.vue` or `_id.vue`\r\n\r\n### Expected Behavior\r\n\r\nto fix:\r\n\r\nextend Component with `@Component` from ` 'nuxt-property-decorator'`\r\nand pass the name inside\r\n\r\n\r\nExample:\r\n```ts\r\nimport { Component, Vue } from 'nuxt-property-decorator'\r\n\r\n@Component({ name: 'GalleryPage' })\r\nexport default class GalleryPage extends Vue {\r\n}\r\n```\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's Code of Conduct",[3103,3104,3107],{"name":3069,"color":3070},{"name":3105,"color":3106},"good first issue","5319e7",{"name":3108,"color":3056},"A-nuxt",1533,"Invalid component name","2021-12-17T09:14:11Z","https://github.com/kodadot/nft-gallery/issues/1533",0.7820439,{"description":3115,"labels":3116,"number":3123,"owner":3033,"repository":3034,"state":3072,"title":3124,"updated_at":3125,"url":3126,"score":3127},"\r\n\r\n\r\nsee this page please \r\nhttps://www.figma.com/design/JXNtryaNYhY0XJNArzvPQx/Handoff?node-id=5311-19743&t=ZTzp6JH59qPd3YPd-11\r\n\r\nthere is no hover over active button established, it should be just cursor pointer\r\n\r\nplus \r\n\r\n\r\n\r\non active button the stroke is grey as well \r\n\r\n\r\n\r\nfollowup for: \r\n- https://github.com/kodadot/nft-gallery/pull/10891#event-13990194212",[3117,3118,3120],{"name":3055,"color":3056},{"name":3119,"color":3056},"A-navbar",{"name":3121,"color":3122},"visual change","6CDDCE",10896,"Button hover on active button ","2024-08-28T10:23:41Z","https://github.com/kodadot/nft-gallery/issues/10896",0.7934956,{"description":3129,"labels":3130,"number":3133,"owner":3033,"repository":3034,"state":3072,"title":3134,"updated_at":3135,"url":3136,"score":3137},"### What happened?\r\n\r\nInfinite loader\r\n\r\n### Please reproduce in steps\r\n\r\n- fresh install\r\n- `yarn dev`\r\n- Go to localhost\r\n- local website not working\r\n\r\n### Expected Behavior\r\n\r\nThrow error?\r\n\r\n### What browsers are you seeing the problem on?\r\n\r\n_No response_\r\n\r\n### Are you logged in?\r\n\r\nNot yet\r\n\r\n### At which address did you encounter bug?\r\n\r\nhttp://localhost:3000/\r\n\r\n### Screenshots\r\n\r\n\r\n\r\n\r\n### Relevant log output\r\n\r\n```shell\r\nUncaught ReferenceError: __VUE_HMR_RUNTIME__ is not defined\r\n```\r\n\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's Code of Conduct",[3131,3132],{"name":3069,"color":3070},{"name":3027,"color":3028},1189,"Error on main-nuxt development mode","2021-12-21T15:03:48Z","https://github.com/kodadot/nft-gallery/issues/1189",0.79378235,{"description":3139,"labels":3140,"number":3142,"owner":3033,"repository":3034,"state":3072,"title":3143,"updated_at":3144,"url":3145,"score":3146},"### What happened?\n\nWhile first time trying to run this project I see a warning \r\n```\r\nWARN Compiled with 1 warnings friendly-errors 00:04:31\r\n\r\n\r\n WARN in ./node_modules/.pnpm/@polkadot+ui-keyring@0.89.4-1/node_modules/@polkadot/ui-keyring/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js friendly-errors 00:04:31\r\n\r\n\"export '__spreadArray' was not found in 'tslib' \r\n```\n\n### Please reproduce in steps\n\n```\r\ngit clone https://github.com/kodadot/nft-gallery.git nft-gallery\r\ncd nft-gallery;\r\npnpm i;\r\npnpm dev;\r\n```\n\n### Expected Behavior\n\nNo warnings\n\n### What browsers are you seeing the problem on?\n\nChrome\n\n### Are you logged in?\n\nNo\n\n### At which address did you encounter bug?\n\n_No response_\n\n### Screenshots\n\n\r\n\u003Cimg width=\"1375\" alt=\"image\" src=\"https://user-images.githubusercontent.com/64609060/166124324-5f591006-6aa1-4fb1-aa71-5dce5b3299b6.png\">\r\n\n\n### Relevant log output\n\n```shell\n> PORT=9090 nuxt dev\r\n\r\n\r\n ╭───────────────────────────────────────╮\r\n │ │\r\n │ Nuxt @ v2.16.0-27358576.777a4b7f │\r\n │ │\r\n │ ▸ Environment: development │\r\n │ ▸ Rendering: client-side │\r\n │ ▸ Target: static │\r\n │ │\r\n │ Listening: http://localhost:9090/ │\r\n │ │\r\n ╰───────────────────────────────────────╯\r\n\r\nℹ Preparing project for development 00:03:43\r\nℹ Initial build may take a while 00:03:43\r\nℹ Discovered Components: .nuxt/components/readme.md 00:03:43\r\n✔ Builder initialized 00:03:43\r\n✔ Nuxt files generated 00:03:43\r\n\r\n✔ Client\r\n Compiled successfully in 47.53s\r\n\r\n\r\n WARN Compiled with 1 warnings friendly-errors 00:04:31\r\n\r\n\r\n WARN in ./node_modules/.pnpm/@polkadot+ui-keyring@0.89.4-1/node_modules/@polkadot/ui-keyring/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js friendly-errors 00:04:31\r\n\r\n\"export '__spreadArray' was not found in 'tslib' friendly-errors 00:04:31\r\n friendly-errors 00:04:31\r\nℹ Waiting for file changes 00:04:32\r\nℹ Memory usage: 874 MB (RSS: 1.23 GB) 00:04:32\r\nℹ Listening on: http://localhost:9090/ 00:04:32\r\n✔ Nitro built in 195 ms 00:04:32\n```\n\n\n### Payment link for reward\n\nhttps://kodadot.xyz/transfer?target=DrndbNCcF89v7AEH1NoVwoFG2pJTmtPXcYeC3bm8mjyoER7\n\n### Code of Conduct\n\n- [X] I agree to follow this project's Code of Conduct",[3141],{"name":3069,"color":3070},2930,"export '__spreadArray' was not found in 'tslib' ","2022-05-02T14:28:08Z","https://github.com/kodadot/nft-gallery/issues/2930",0.79589,{"description":3148,"labels":3149,"number":3158,"owner":3033,"repository":3034,"state":3072,"title":3159,"updated_at":3160,"url":3161,"score":3162},"We will need to work out onboarding experience. \r\nFrom freshly non-tech-savvy users you would take care for \r\n- making that really weird questions\r\n- creating answers to them, if have doubts, looking after others to help you with that\r\n- take care of creating video tutorials (English native speaker required)\r\n- explain how to install the extension\r\n- how to do the first mint\r\n- how to collect stuff\r\n- what numbers can one see in the KodaDot\r\n- explain all views we currently have - gallery, collections, item detail, collection detail\r\n- explain data insights we have like - series-insight, spotlight kodadot/ideas#7 kodadot/ideas#16 &c\r\n- admin function for mass mint\r\n- how to make a mass airdrop\r\n- potential future functionality\r\n\r\nHappy to extend bounty if this would be good!",[3150,3152,3154,3157],{"name":3151,"color":3025},"$$$",{"name":3153,"color":3028},"p5",{"name":3155,"color":3156},"onboarding","715318",{"name":3058,"color":3059},1445,"Onboarding experience v0","2024-08-01T10:47:54Z","https://github.com/kodadot/nft-gallery/issues/1445",0.79689974,["Reactive",3164],{},["Set"],["ShallowReactive",3167],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fy3-xkc-OZRHTiNaQNC5WlE0TzYt3p-zZrSpNnwYKAHU":-1},"/kodadot/nft-gallery/3165"]