",[2865,2868],{"name":2866,"color":2867},"bug","d73a4a",{"name":2869,"color":2870},"A-atomic-swap","FBCA04",11480,"kodadot","nft-gallery","open","Swap:","2025-03-13T10:41:18Z","https://github.com/kodadot/nft-gallery/issues/11480",0.7792616,{"description":2880,"labels":2881,"number":2893,"owner":2872,"repository":2873,"state":2894,"title":2895,"updated_at":2896,"url":2897,"score":2898},"Small changes could be made in this issue\r\n\r\n- design of time filter for black version, you can find them here https://www.figma.com/file/3iOjW12ERFRDSVnpLuhQmf/landing-page-handoff?node-id=798%3A3662\r\n\r\n\u003Cimg width=\"518\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5887929/203122499-3a33ba66-69e6-4995-8fb9-3d27c4a8dcc0.png\">\r\n\r\n- we've meanwhile changed time frames as there is fewer data since design file, and we went for \r\n - **7 days / 30 days / 90days / ALL** filters\r\n\r\n_Originally posted by @yangwao in https://github.com/kodadot/nft-gallery/issues/4332#issuecomment-1322422069_\r\n ",[2882,2885,2888,2890],{"name":2883,"color":2884},"$","0E8A16",{"name":2886,"color":2887},"p3","D4C5F9",{"name":2889,"color":2870},"A-landing",{"name":2891,"color":2892},"redesign","227120",4365,"closed","Follow up top collection data volume and & change v3","2022-11-23T15:00:55Z","https://github.com/kodadot/nft-gallery/issues/4365",0.7449711,{"description":2900,"labels":2901,"number":2913,"owner":2872,"repository":2873,"state":2894,"title":2914,"updated_at":2915,"url":2916,"score":2917},"We have an issue that when the user fresh mints a new collection, BSX has 12 second block time and Kusama has 6 seconds. So it takes longer to finalise on chain on Basilisk itself and another round trip to fetch data on our indexer and then once client can fetch it and see in their browser, which results in an approximate 30-60 seconds delay till the user can select it as a collection in the select box. \r\n\r\nThe goal is to explain to the user why need to wait so long, till we roll out some more complex fix on this. \r\n\r\nAdd explainer under collection I would suggest something along these lines in some information box. \r\n\r\nFeel free to propose a more entertaining explainer 👀\r\n\r\n\u003Cimg width=\"718\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5887929/177331097-d9c1a121-560b-47f6-9431-4c8a92a38952.png\">\r\n\r\n\r\nUnrelated, Also a bit worried, hopefully, it would be mitigated on the official testnet of bsx these 24 sec blocks. \r\n\r\n\u003Cimg width=\"224\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5887929/177331826-ce5361ad-ae1f-48ba-89f4-50d3ae32853b.png\">\r\n\r\n\r\nThe future fix would be to fetch recent events, find classCreateEvent by user, push to localstorage at client and then client can easily select it from the select box sooner than the indexer would have it. \r\n ",[2902,2905,2906,2909,2911],{"name":2903,"color":2904},"enhancement","a2eeef",{"name":2883,"color":2884},{"name":2907,"color":2908},"p1","D93F0B",{"name":2910,"color":2870},"A-basilisk",{"name":2912,"color":2870},"A-rmrk",3333,"Add explainer at collection select for fresh minted collection for user","2022-08-04T05:50:07Z","https://github.com/kodadot/nft-gallery/issues/3333",0.7657573,{"description":2919,"labels":2920,"number":2924,"owner":2872,"repository":2873,"state":2894,"title":2925,"updated_at":2926,"url":2927,"score":2928},"// TODO:\r\n- missing translation \r\n- missing some types `(nft)`\r\n- transform `\u003CTopCollections />` component nuxt3 way\r\n - #4381 \t\r\n- refactor `timeFilters` with `\u003CNeoButton />` from #4330 \r\n\u003Cdetails>\r\n \u003Csummary>Code\u003C/summary>\r\n \r\n```vue\r\n \u003Cb-field>\r\n \u003Cp class=\"control\">\r\n \u003CNeoButton :class=\"{ active: state.timeRange == 'Day' }\" label=\"24 Hours\" @click=\"setTimeRange('Day')\" />\r\n \u003C/p>\r\n \u003Cp class=\"control\">\r\n \u003CNeoButton :class=\"{ active: state.timeRange == 'Day' }\" label=\"7 Days\" @click=\"setTimeRange('Week')\" />\r\n \u003C/p>\r\n \u003Cp class=\"control\">\r\n \u003CNeoButton :class=\"{ active: state.timeRange == 'Day' }\" label=\"30 Days\" @click=\"setTimeRange('Month')\" />\r\n \u003C/p>\r\n \u003Cp class=\"control\">\r\n \u003CNeoButton :class=\"{ active: state.timeRange == 'Day' }\" label=\"All\" @click=\"setTimeRange('All')\" />\r\n \u003C/p>\r\n \u003C/b-field>\r\n```\r\n \r\n\u003C/details>\r\n\r\n_Originally posted by @roiLeo in https://github.com/kodadot/nft-gallery/pull/4332#pullrequestreview-1183865135_\r\n ",[2921,2922,2923],{"name":2883,"color":2884},{"name":2886,"color":2887},{"name":2889,"color":2870},4364,"Follow up top collection data volume and & change v2","2022-12-03T14:52:36Z","https://github.com/kodadot/nft-gallery/issues/4364",0.7697707,{"description":2930,"labels":2931,"number":2936,"owner":2872,"repository":2873,"state":2894,"title":2937,"updated_at":2938,"url":2939,"score":2940},"On landing, we need to add to component for RMRK & Basilisk \r\n\r\nMake it future-comptabile for time-frame filter, right now we will make it fixed for 30d values\r\n\r\n- total volume in KSM \r\n- denomination in USD (we have coingecko price stored in Vuex iirc)\r\n- % change \r\n\r\nHow it should look like \r\n\r\n\r\n\r\n\r\nRight now it looks like \r\n\r\n\r\n",[2932,2933,2935],{"name":2883,"color":2884},{"name":2934,"color":2887},"p2",{"name":2889,"color":2870},4264,"Top collection data volume and % change","2022-11-21T18:02:19Z","https://github.com/kodadot/nft-gallery/issues/4264",0.77484626,{"description":2942,"labels":2943,"number":2950,"owner":2872,"repository":2873,"state":2894,"title":2951,"updated_at":2952,"url":2953,"score":2954},"Same as we have latest sales on RMRK, we should have for Basilisk on landing \r\n\r\n\r\n",[2944,2945,2946,2947,2949],{"name":2883,"color":2884},{"name":2934,"color":2887},{"name":2910,"color":2870},{"name":2948,"color":2870},"A-subsquid",{"name":2889,"color":2870},3571,"Latest sales for Basilsik ","2022-08-11T09:32:30Z","https://github.com/kodadot/nft-gallery/issues/3571",0.7793649,{"description":2956,"labels":2957,"number":2963,"owner":2872,"repository":2873,"state":2894,"title":2964,"updated_at":2965,"url":2966,"score":2967},"I guess same as we have on RMRK we are missing for Basilisk.\r\n\r\nIt should be done landing page searchbar and navbar searchbar\r\n\r\n\r\n",[2958,2959,2960,2962],{"name":2883,"color":2884},{"name":2934,"color":2887},{"name":2961,"color":2870},"A-search",{"name":2889,"color":2870},4284,"Trending collections on Basilisk","2022-11-10T10:00:55Z","https://github.com/kodadot/nft-gallery/issues/4284",0.7797446,{"description":2969,"labels":2970,"number":2978,"owner":2872,"repository":2873,"state":2894,"title":2979,"updated_at":2980,"url":2981,"score":2982},"Would be good to start showing only Collectibles based on \r\n- [x] time-frame -- minted - 24h,7d,30d,All time\r\n- [ ] timed score #825 \r\n\r\n\r\n",[2971,2973,2975],{"name":2972,"color":2870},"A-research",{"name":2974,"color":2887},"p5",{"name":2976,"color":2977},"series","B68E24",840,"Add sorting series by","2024-07-31T11:52:55Z","https://github.com/kodadot/nft-gallery/issues/840",0.7816857,{"description":2984,"labels":2985,"number":2990,"owner":2872,"repository":2873,"state":2894,"title":2991,"updated_at":2992,"url":2993,"score":2994},"I'll land on https://beta.kodadot.xyz/rmrk/explore?page=1&sort=UPDATED_AT_DESC&tab=GALLERY and seems we don't support filters through subsquid there? \r\n\r\nhttps://user-images.githubusercontent.com/5887929/183407915-2df1c6b9-11b3-4d7a-a724-1b004ef60267.mov\r\n\r\n",[2986,2987,2988,2989],{"name":2866,"color":2867},{"name":2883,"color":2884},{"name":2907,"color":2908},{"name":2948,"color":2870},3696,"when I'm going from landing to newest lists on rmrk","2022-08-09T13:55:50Z","https://github.com/kodadot/nft-gallery/issues/3696",0.78169954,{"description":2996,"labels":2997,"number":3003,"owner":2872,"repository":2873,"state":2894,"title":3004,"updated_at":3005,"url":3006,"score":3007},"I guess adding the same component as we have for RMRK, but for Basilisk on Landing would be nice. \r\n\r\n\r\n",[2998,2999,3000,3001,3002],{"name":2883,"color":2884},{"name":2934,"color":2887},{"name":2910,"color":2870},{"name":2948,"color":2870},{"name":2889,"color":2870},3570,"Newest List for Basilisk","2022-08-11T09:32:29Z","https://github.com/kodadot/nft-gallery/issues/3570",0.7847999,["Reactive",3009],{},["Set"],["ShallowReactive",3012],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fqzeQbvFMS5NZ7oa8bMg-YL8tp-jx4DJkwmXfwZpsWBI":-1},"/kodadot/nft-gallery/4266"]