You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
First of all thanks for that cool lib. And a big thank you for Svelte.
Thanks to Svelte i am, as a beginner (not a year or so), am able to code this awesome dapp by myself mostly https://cloudatlas.club
I actually "abuse" Svelte as a Compiler only. I always start like npm install vite@latest, choose Svelte/TS, and use only JAM (Typescript) and NOTHING svelte specific but the bindings 😍 The bundler rewards me with Vanilla JS at the end which can be dropped on edge, and npm run dev hot-reload loads in milliseconds, even if the project gets bigger. The app itself is small and lightspeed.
So big Thank You. 🙏🙏🙏
(Bug?) 1: I use Virtual List on the website above and i noticed, and got addressed by some users, that the scroll stucks / glitches a bit. Also after clicking on one of the bottom cards, a new tab opens, and the VL closes, and when you then click on the dapp-store text field again, everything above the last shown section is not loaded and you need to scroll down, then it starts from the begin.
Normal
After new tab opens and VL closes (you can tell by the above picture and the bottom scrollbar this is not right)
(Bug?) 2: in the data.js i add records (dapp-store cards) manually. with \ i can escape characters, but \n should start a new line or not? Because it does not! :(
The text was updated successfully, but these errors were encountered:
Hi there.
First of all thanks for that cool lib. And a big thank you for Svelte.
Thanks to Svelte i am, as a beginner (not a year or so), am able to code this awesome dapp by myself mostly https://cloudatlas.club
I actually "abuse" Svelte as a Compiler only. I always start like npm install vite@latest, choose Svelte/TS, and use only JAM (Typescript) and NOTHING svelte specific but the bindings 😍 The bundler rewards me with Vanilla JS at the end which can be dropped on edge, and npm run dev hot-reload loads in milliseconds, even if the project gets bigger. The app itself is small and lightspeed.
So big Thank You. 🙏🙏🙏
(Bug?) 1: I use Virtual List on the website above and i noticed, and got addressed by some users, that the scroll stucks / glitches a bit. Also after clicking on one of the bottom cards, a new tab opens, and the VL closes, and when you then click on the dapp-store text field again, everything above the last shown section is not loaded and you need to scroll down, then it starts from the begin.
Normal
After new tab opens and VL closes (you can tell by the above picture and the bottom scrollbar this is not right)
Now i wonder if my seach filter and / or the function for closing the VL after click, is maybe causing this or if this is something that VL causes???
Here is the code: https://github.com/worldpeaceenginelabs/METAVERSE-DAO_CLOUD-ATLAS/tree/master/src/Appsearch
(Bug?) 2: in the data.js i add records (dapp-store cards) manually. with \ i can escape characters, but \n should start a new line or not? Because it does not! :(
The text was updated successfully, but these errors were encountered: