Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two bugs? #64

Open
worldpeaceenginelabs opened this issue Jan 12, 2023 · 0 comments
Open

Two bugs? #64

worldpeaceenginelabs opened this issue Jan 12, 2023 · 0 comments

Comments

@worldpeaceenginelabs
Copy link

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

image

After new tab opens and VL closes (you can tell by the above picture and the bottom scrollbar this is not right)

image

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! :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant