",[1984,1987],{"name":1985,"color":1986},"p2","D4C5F9",{"name":1988,"color":1989},"A-maintenance","FBCA04",11437,"kodadot","nft-gallery","open","Component is already mounted, please use $fetch instead","2025-02-22T12:31:36Z","https://github.com/kodadot/nft-gallery/issues/11437",0.755245,{"description":1999,"labels":2000,"number":2012,"owner":1991,"repository":1992,"state":2013,"title":2014,"updated_at":2015,"url":2016,"score":2017},"It seems's Vite issue is resolved meanwhile? \r\n- https://github.com/nuxt/framework/issues/886\r\n\r\nIf yes, it would be nice to finally drop webpack and speed up stuff! :) \r\n\r\n> As webpack4 used by Nuxt is ancient (\"@types/webpack\": \"^4.41.32\") we want to upgrade anyway\r\n\r\n## Ref \r\n- https://github.com/kodadot/nft-gallery/blob/main/nuxt.config.js#L28\r\n- #1418 \r\n- #2692 \r\n- #2690 ",[2001,2004,2005,2007,2010],{"name":2002,"color":2003},"$$","0E8A16",{"name":1985,"color":1986},{"name":2006,"color":1989},"A-nuxt",{"name":2008,"color":2009},"hacktoberfest","CFBB38",{"name":2011,"color":1989},"A-vite",3908,"closed","Migrate to vite on production","2023-06-01T14:25:00Z","https://github.com/kodadot/nft-gallery/issues/3908",0.6703409,{"description":2019,"labels":2020,"number":2028,"owner":1991,"repository":1992,"state":2013,"title":2029,"updated_at":2030,"url":2031,"score":2032},"### Is your feature request related to a problem?\r\n\r\nI would love to see Vite in the repo. To enable it \r\n\r\n```js\r\nimport { defineNuxtConfig } from '@nuxt/bridge'\r\n\r\nexport default defineNuxtConfig({\r\n bridge: {\r\n vite: true,\r\n }\r\n})\r\n```\r\n\r\n[Nuxt Feature Flags](https://v3.nuxtjs.org/getting-started/bridge/#feature-flags)\r\n\r\nHowever, it shows a ton of errors\r\n\r\n```\r\n ERROR 11:33:19 AM [vite] Internal server error: Can't find stylesheet to import. 11:33:19\r\n ╷\r\n2 │ @import \"~bulma/sass/utilities/_all\";\r\n │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n ╵\r\n styles/variables.scss 2:9 @import\r\n components/Footer.vue 117:9 root stylesheet\r\n Plugin: vite:css\r\n File: /Users/vikival/Documents/Work/KodaDot/nft-gallery/styles/variables.scss\r\n Error: Can't find stylesheet to import.\r\n ╷\r\n 2 │ @import \"~bulma/sass/utilities/_all\";\r\n │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n ╵\r\n styles/variables.scss 2:9 @import\r\n components/Footer.vue 117:9 root stylesheet\r\n at Object.wrapException (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:1254:17)\r\n at /Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:69064:25\r\n at _wrapJsFunctionForAsync_closure.$protected (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:3737:15)\r\n at _wrapJsFunctionForAsync_closure.call$2 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:27919:12)\r\n at _awaitOnObject_closure.call$1 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:27907:32)\r\n at Object._rootRunUnary (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:4111:18)\r\n at StaticClosure.\u003Canonymous> (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:96990:16)\r\n at _CustomZone.runUnary$2$2 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:29325:39)\r\n at _Future__propagateToListeners_handleValueCallback.call$0 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:28388:51)\r\n at Object._Future__propagateToListeners (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:3907:93)\r\n at _Future._completeWithValue$1 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:28247:9)\r\n at _AsyncAwaitCompleter.complete$1 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:27894:14)\r\n at Object._asyncReturn (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:3709:17)\r\n at /Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:69168:24\r\n at _wrapJsFunctionForAsync_closure.$protected (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:3737:15)\r\n at _wrapJsFunctionForAsync_closure.call$2 (/Users/vikival/Documents/Work/KodaDot/nft-gallery/node_modules/sass/sass.dart.js:27919:12)\r\n\r\n\r\n```\r\n\r\n### Describe the solution you would like\r\n\r\nI would like to see Vite 🚀 \r\n\r\n### Describe alternatives you have considered\r\n\r\nI have tried this Nuxt Bridge with Webpack 4\r\n\r\n### Screeenshots\r\n\r\n```\r\nℹ Server built in 11949ms 11:38:33\r\nℹ Waiting for file changes 11:38:33\r\nℹ Memory usage: 636 MB (RSS: 942 MB) 11:38:33\r\nℹ Listening on: http://localhost:9090/ 11:38:33\r\n✔ Nitro built in 110 ms 11:38:33\r\n```\r\n\r\n### Ref\r\n- #2677 ",[2021,2024,2025,2027],{"name":2022,"color":2023},"enhancement","a2eeef",{"name":2002,"color":2003},{"name":2026,"color":1986},"p3",{"name":2011,"color":1989},2692,"Migrate App to Vite","2023-01-10T15:42:57Z","https://github.com/kodadot/nft-gallery/issues/2692",0.6708373,{"description":2034,"labels":2035,"number":2047,"owner":1991,"repository":1992,"state":2013,"title":2048,"updated_at":2049,"url":2050,"score":2051},"\r\n# [Migration Roadmap click here](https://github.com/kodadot/nft-gallery/issues/2690#issuecomment-1525341446)\r\n\r\n---\r\n\r\n### Is your feature request related to a problem?\r\n\r\nSince we have Nuxt Bridge \r\n- #2677 \r\n\r\n### we should leverage the latest features\r\n\r\n- [Pinia](https://pinia.vuejs.org/) could be considered (#4755)\r\n- Composition API (#4750)\r\n- \u003Cs>blocker https://github.com/kodadot/nft-gallery/issues/2692\u003C/s>\r\n- #2081 \r\n- [@nuxtjs/apollo](https://apollo.nuxtjs.org/getting-started/quick-start) next\r\n- [@nuxtjs/i18n](https://v8.i18n.nuxtjs.org/getting-started/setup) #3916 \r\n\r\n[Nuxt 3 Docs](https://v3.nuxtjs.org/docs/usage/data-fetching)\r\n[Nuxt Bridge](https://v3.nuxtjs.org/getting-started/bridge/)\r\n[Those looking for chart](https://v3.nuxtjs.org/getting-started/introduction/)\r\n\r\n\r\n## Ref\r\n- https://github.com/kodadot/nft-gallery/issues/4704",[2036,2038,2041,2042,2045],{"name":2037,"color":2003},"$$$",{"name":2039,"color":2040},"p1","D93F0B",{"name":2006,"color":1989},{"name":2043,"color":2044},"chief","67EA1F",{"name":2046,"color":1989},"A-vue3",2690,"Towards Vue 3 / Nuxt 3 migration roadmap","2023-08-29T18:03:45Z","https://github.com/kodadot/nft-gallery/issues/2690",0.7181146,{"description":2053,"labels":2054,"number":2059,"owner":1991,"repository":1992,"state":2013,"title":2060,"updated_at":2061,"url":2062,"score":2063},"I sense that we still have some links where we don't leverage Nuxt enough.\r\nLet's fix it and see. This should help leverage automatic code-splitting I sense.\r\n\r\nHints\r\n- search for href within codebase\r\n- I recall seeing some `divs` used for routing?\r\n\r\nhttps://nuxtjs.org/docs/get-started/routing/",[2055,2057,2058],{"name":2056,"color":2003},"$",{"name":1985,"color":1986},{"name":2006,"color":1989},2263,"Leverage nuxt-link","2022-02-11T11:40:30Z","https://github.com/kodadot/nft-gallery/issues/2263",0.7214172,{"description":2065,"labels":2066,"number":2074,"owner":1991,"repository":1992,"state":2013,"title":2075,"updated_at":2076,"url":2077,"score":2078},"Once we will finish #1060 we can look at how we can ape into Nuxt3\r\n\r\nOr maybe just install the Nuxt bridge 👀\r\n\r\nChart from https://v3.nuxtjs.org/getting-started/introduction\r\n\r\n\r\n",[2067,2068,2071],{"name":2006,"color":1989},{"name":2069,"color":2070},"koda2","AB66CA",{"name":2072,"color":2073},"koda3","A1C206",1158,"Migration nuxt2 to nuxt3 ","2022-04-14T14:49:29Z","https://github.com/kodadot/nft-gallery/issues/1158",0.72458845,{"description":2080,"labels":2081,"number":2091,"owner":1991,"repository":1992,"state":2013,"title":2092,"updated_at":2093,"url":2094,"score":2095},"\r\n\r\n### What happened?\r\n\r\n\r\n",[2082,2085,2086,2088],{"name":2083,"color":2084},"bug","d73a4a",{"name":2039,"color":2040},{"name":2087,"color":1989},"A-explorer",{"name":2089,"color":2090},"EVM","939bde",11219,"Evm Can't transfer or burn your own NFT","2024-12-23T08:32:02Z","https://github.com/kodadot/nft-gallery/issues/11219",0.73357385,{"description":2097,"labels":2098,"number":2101,"owner":1991,"repository":1992,"state":2013,"title":2102,"updated_at":2103,"url":2104,"score":2105},"In this zip file, `index.html` is under a nested folder. Is it possible to make sure `index.html` is not under a nested folder on code-checker? cc @hassnian @Jarsen136 \r\n\r\n[Rivages_datura.zip](https://github.com/user-attachments/files/17010317/Rivages_datura.zip)\r\n\r\nthis tree will throw error\r\n```\r\n.\r\n├── LICENSE\r\n├── README.md\r\n├── hash.txt\r\n└── public\r\n ├── CCapture.all.min.js\r\n ├── CCapture.js\r\n ├── CCapture.min.js\r\n ├── favicon.ico\r\n ├── index.html\r\n ├── lib\r\n │ ├── CCapture.js\r\n │ ├── Whammy.js\r\n │ ├── download.js\r\n │ ├── gif.js\r\n │ ├── gif.worker.js\r\n │ ├── tar.js\r\n │ ├── three.module.min.js\r\n │ └── webm-writer-0.2.0.js\r\n ├── p5.min.js\r\n ├── sketch.js\r\n └── style.css\r\n\r\n3 directories, 19 files\r\n```\r\n\r\nthis tree will be fine\r\n```\r\n.\r\n├── CCapture.all.min.js\r\n├── CCapture.js\r\n├── CCapture.min.js\r\n├── favicon.ico\r\n├── index.html\r\n├── lib\r\n│ ├── CCapture.js\r\n│ ├── Whammy.js\r\n│ ├── download.js\r\n│ ├── gif.js\r\n│ ├── gif.worker.js\r\n│ ├── tar.js\r\n│ ├── three.module.min.js\r\n│ └── webm-writer-0.2.0.js\r\n├── p5.min.js\r\n├── sketch.js\r\n└── style.css\r\n\r\n2 directories, 16 files\r\n```",[2099],{"name":2100,"color":1989},"A-code-checker",10981,"make sure `index.html` exist on root of the folder","2024-09-17T06:46:39Z","https://github.com/kodadot/nft-gallery/issues/10981",0.73943174,{"description":2107,"labels":2108,"number":2122,"owner":1991,"repository":1992,"state":2013,"title":2123,"updated_at":2124,"url":2125,"score":2126},"This would be a global view to see how much NFTs were offset in KodaDot\r\n\r\nI guess I would like to see \r\n- total NFTs minted on KodaDot \r\n- transactions made on kodadot\r\n- total NFTs in the RMRK ecosystem\r\n- amount co2 ? if there is some fixed formula for this for kusama network, BLD from Astar might help us on this\r\n- how many trees we are actually offset with kodatree\r\n- anything else missing we should publish as numbers @archnomics\r\n\r\n📟 @vikiival can tell what to look for in queries\r\n\r\n### backlog\r\nbld759 has sent sheet been working back in early 2021 - https://docs.google.com/spreadsheets/d/1Qyn6vIyJ4yMiWej0joYyZd4dM4nv-aOiTtVXDXvm5hA/edit\r\n\r\nWe can publish data to route https://kodadot.xyz/carbonless/\r\n### Ref\r\n- #1496 ",[2109,2110,2113,2114,2116,2119],{"name":2056,"color":2003},{"name":2111,"color":2112},"carbonless","45D52D",{"name":2026,"color":1986},{"name":2115,"color":1989},"A-subsquid",{"name":2117,"color":2118},"graphql","e10098",{"name":2120,"color":2121},"stale","ededed",2869,"View to show how much NFTs we're offseted by KodaDot","2025-01-18T19:28:25Z","https://github.com/kodadot/nft-gallery/issues/2869",0.7474587,{"description":2128,"labels":2129,"number":2139,"owner":1991,"repository":1992,"state":2013,"title":2140,"updated_at":2141,"url":2142,"score":2143},"rewrite i18 module with Nuxt3 migration\r\n\r\npossible candidate:\r\n- i18 next: https://v8.i18n.nuxtjs.org/getting-started/setup (w/ or w/o bridge)\r\n- intlify: https://github.com/intlify/nuxt3",[2130,2133,2134,2135,2136,2138],{"name":2131,"color":2132},"external","cfd3d7",{"name":2002,"color":2003},{"name":1985,"color":1986},{"name":2006,"color":1989},{"name":2137,"color":1989},"A-refactoring",{"name":2046,"color":1989},3916,"Refactor: i18n module","2023-09-25T06:35:35Z","https://github.com/kodadot/nft-gallery/issues/3916",0.7493132,["Reactive",2145],{},["Set"],["ShallowReactive",2148],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"ZXHJ0fmVIC-Ofe-TFFB967LEEvmpnpcYiGa8YONjVJc":-1},"/kodadot/nft-gallery/1418"]