I appreciate that you supply a Blazor net 7 serverside version, but since November the .NET 8 RTM brought a lot a news in Blazor world (reunite the serverside rendering of the old .cshtml with the interactive modes of server-signalR and webassembly).I wonder if you have in your roadmap a .net8 w...
So the problem that i have is that the compiled assets folder structure is different when i'm running the npm run dev.Let's say I download the starterkit and then remove all the asset inside the assets folder and then compile the assets, the folder structure will change and lead to an error when...
Got this :> keenthemes@8.2.1 build> webpack[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All modules are loaded upon...
Is there a specific .scss file in this whole bundle where you'd suggest we just add our custom CSS rules?If not, how do you suggest we go about adding a custom.scss file and having it compiled into the bundle.css?
Hi all,Is there a way I can improve the styes.scss bundle size? using just the 8.2.1 skeleton project it isstyles.d5205ccd91fc897d.css | styles | 1.56 MB | 89.89 kBThis is already exceeding the recommended 2mb total build size when with the other chunks.
Hi, I have been struggling for hours with an issue so thought i better get help. I am trying to put some rating stars in a modal, but they dont work! I am using the below code which is from here https://preview.keenthemes.com/html/metronic/docs/base/rating
Hello,we are using an old version of metronic, and we have used metronic with angular 8, now we upgraded version of angular to 17 with standalone structure. Does metronic compatible with angular 17 standalone structure or not?. If yes, how can we upgrade the version of metronic. Because of angular...
Hi Team,Is there any Metronic theme available that incorporates the latest concepts, such as ngrx/store, interceptors, and signals, and also utilizes Angular 17 concepts?
Hi.I working on the Metronics Laravel app.It was working well before I run "Composer update" to install the DebugBar.After the upgrade I can't login to App.Getting "Sorry, looks like there are some errors detected, please try again." error message.From DebugBar i got this execption "Unauth...
PS C:\metronic_html_v8.2.2_demo1\tools> npm run build> keenthemes@8.2.2 build> webpack[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-em...
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features!I see this message in fir...
The default incoming chat message is "Thank you for your awesome support!" I've located two files in which this message is defined:./assets/js/custom/apps/chat/chat.js./_keenthemes/src/js/custom/apps/chat/chat.jsBut, when I attempt to update the message in either of these files, it doesn't...
I'm trying to change the toolbar content, especially the action buttons on the right depending of the current page in the React template, but I''m not able to do it. Any suggestion?
Hello,I just purchased Metronic and tried to import it in my Symfony project, but I just couldn't.After looking at the Symfony starter, I realised the development was too far ahead to do that much changes, so I decided to go with the html demos (demo1, to be precise).We're using Webpack En...
We have purchased a Metronic theme and we want to implement server-side pagination in our application, but I can see that in a theme they have just given bootstrap(HTML) for this button, We know how to implement it backed side but, we want to know how you have implemented in the fronted side, have y...
Any1 have integrate websocket with springboot server use SockJS?Im using react app and I have tried some different approach, but nothing works, SockJS dispatch "All transports failed" error