\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":2929,"labels":2930,"number":2937,"owner":2875,"repository":2876,"state":2914,"title":2938,"updated_at":2939,"url":2940,"score":2941},"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",[2931,2932,2933,2935],{"name":2866,"color":2867},{"name":2895,"color":2870},{"name":2934,"color":2898},"A-basilisk",{"name":2936,"color":2898},"A-subsquid",3514,"Top offers component ","2024-01-06T11:30:05Z","https://github.com/kodadot/nft-gallery/issues/3514",0.78130454,{"description":2943,"labels":2944,"number":2951,"owner":2875,"repository":2876,"state":2914,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### 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",[2945,2946,2949],{"name":2911,"color":2912},{"name":2947,"color":2948},"good first issue","5319e7",{"name":2950,"color":2898},"A-nuxt",1533,"Invalid component name","2021-12-17T09:14:11Z","https://github.com/kodadot/nft-gallery/issues/1533",0.7820439,{"description":2957,"labels":2958,"number":2965,"owner":2875,"repository":2876,"state":2914,"title":2966,"updated_at":2967,"url":2968,"score":2969},"\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",[2959,2960,2962],{"name":2897,"color":2898},{"name":2961,"color":2898},"A-navbar",{"name":2963,"color":2964},"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":2971,"labels":2972,"number":2975,"owner":2875,"repository":2876,"state":2914,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### 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",[2973,2974],{"name":2911,"color":2912},{"name":2869,"color":2870},1189,"Error on main-nuxt development mode","2021-12-21T15:03:48Z","https://github.com/kodadot/nft-gallery/issues/1189",0.79378235,{"description":2981,"labels":2982,"number":2984,"owner":2875,"repository":2876,"state":2914,"title":2985,"updated_at":2986,"url":2987,"score":2988},"### 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",[2983],{"name":2911,"color":2912},2930,"export '__spreadArray' was not found in 'tslib' ","2022-05-02T14:28:08Z","https://github.com/kodadot/nft-gallery/issues/2930",0.79589,{"description":2990,"labels":2991,"number":3000,"owner":2875,"repository":2876,"state":2914,"title":3001,"updated_at":3002,"url":3003,"score":3004},"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!",[2992,2994,2996,2999],{"name":2993,"color":2867},"$$$",{"name":2995,"color":2870},"p5",{"name":2997,"color":2998},"onboarding","715318",{"name":2900,"color":2901},1445,"Onboarding experience v0","2024-08-01T10:47:54Z","https://github.com/kodadot/nft-gallery/issues/1445",0.79689974,["Reactive",3006],{},["Set"],["ShallowReactive",3009],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fy3-xkc-OZRHTiNaQNC5WlE0TzYt3p-zZrSpNnwYKAHU":-1},"/kodadot/nft-gallery/3165"]