Akayy

Results 97 comments of Akayy

Thanks for sharing. Next time, when sharing code, please select your code block & wrap it within a pair of triple tilde's (new lines before and after your code block...

@kfung21, no worries. By the way, I would recommend dropping `materialdesignicons.css` and instead use css icons with unocss. You might end up using say 10 icons when using `materialdesignicons.css`, but...

Vue 3.5's lazy hydration could make `hydrateOnVisible` and other hydration strategies easier for us - https://blog.vuejs.org/posts/vue-3-5#lazy-hydration, thanks to @yyx990803 Vue Vapor mode might make Iles's SSG & possibly SSR capabilities...

Very impressive @kazupon, and thanks for sharing your experiments and thoughts :-) Here is an `Iles` demo of usage of preact & svelte islands in our `index.vue` page. I'm sharing...

Thanks to @ElMassimo for the update. Hoping to see, - https://github.com/ElMassimo/create-iles-module updated as well. - https://github.com/ElMassimo/iles/pull/282 & https://github.com/ElMassimo/iles/pull/178 may be as 0.10.0-beta.2 :blush:

Also, if using Svelte components, **update to svelte@v5 & @sveltejs/vite-plugin-svelte@4**, else you might get the below error in building Svelte components. ![Pasted Graphic 3](https://github.com/user-attachments/assets/ad1d0933-24a5-4df2-837d-0dd22758825a) ![Pasted Graphic 2](https://github.com/user-attachments/assets/1af127fc-5815-4eca-af55-8223d1744420)

Thanks for your feedback @dagnelies, it's a fair point. I have been working on these commits for a long time and I have been having trouble creating disjoint PRs. @ElMassimo,...

Is `vuetify/moduleOptions.styles.configFile` correct? Shouldn't it start with `./src/assets...`, or use the alias `@/assets...`?

Any errors you notice in the terminal that's running the dev server, or in the browser console?

If you can extract out your above setup on a minimal vuetify scaffold, it will be very helpful to troubleshoot, reason being there might be something else that's causing the...