Hi team ,
I am using metronics 8x version which was developed on vuex for state management library . My question is :
If in latest updates metronic is using pinia as state management instead of vuex. Do i need to update my project with pinia. Frankly i don't want to change vuex to pinia .
i...
Hi team ,
I am using metronics 8x version which was built-on on create-vue tool. now as what i was checking change log of metronics , i saw in one updates create-vue tool has been replaced from vite, so are you guys going to give support of create-vue tool or should i update my project with late...
Hello ,
Metronic Vue demo 8
when I want add customer the popup opening and data in some fields are existing , when I click discard the data clear from fields , the issue here when I click The sign of the exit popup and click add customer again , The data that appeared in the popup when adding...
got this error
file:///Users/lutfikhoir/Documents/metronic_v8.1.8/html/tools/gulp/helpers.js:16
import glob from "glob";
^^^^
SyntaxError: The requested module 'glob' does not provide an export named 'default'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)...
hi there,
i would like to know is there Metronic do support or already have such as workflow nodes?
like in the below link
https://nodered.org/
https://github.com/joelvh/flowy-engine/tree/master#import-the-flowchart-data
https://www.npmjs.com/package/@elsa-workflows/elsa-workflow-designer...
I would like to create a typical organization chart in the application that I build with the awesome Metronics template.
I can't find an organization chart in the charts used by Metronics. Do you have a good idea for a chart component to use for this.
Altså this is a feature request :-) An O...
Hello,
I have a problem creating a modal inside another modal. I tried different ways.
For example:
https://thewebdev.info/2022/05/08/how-to-open-another-modal-in-modal-with-bootstrap/
and
Hi All,
For the calendar control located here https://preview.keenthemes.com/metronic8/demo1/apps/calendar.html
I was wondering if we can add events for multiple rooms for the day view. At the moment the demo is showing you can only have 1 entry against the day view but am trying to see if it...
On this page: https://preview.keenthemes.com/django/metronic/docs/getting-started there is a gap between 'Install Django' and 'Build Assets.' More specifically:
1. The guide says that:
"Assets compile require the build tools. These libraries are required as below:
Node.js 16.15.0+
Yarn 1.12.18...
I have problem with fullCalander Package when i build the project the problem is when i put a dynamic events ( using ref or reactive ) they block the page without any response i get also warning in browser about : ( in the dev mode )
"runtime-core.esm-bundler.js:40 [Vue warn]: Maximum recursive u...
Hi Team ,
Is seting up Different color theme of Metronic is possible on load time .
I want to load different color for different client App .
Suppose a client A login to App then Whole app appear with blue,
If Client B login to APP , then whole app appear with pink theme..
and so on ..
When I switch to dark theme in Angular Metronic v8.1.5 version, metronic components change colour for dark mode, but since I use design libraries such as angular material, bootstrap, primeNG etc. in my project, naturally when I switch to dark mode, the components I add from this design library do no...
In Angular Metronic v8.1.5 version, the app-user-inner component in the nav-bar component designed for mobile use comes empty. For this reason, it cannot be logged out in mobile use. I am waiting for help for this, thank you in advance.
i am facing an issue related to vue-i18n package during the build (npm run build)
[commonjs--resolver] Failed to resolve entry for package "@intlify/shared". The package may have incorrect main/module/exports specified in its package.json: No known conditions for "." specifier in "@intlify/share...
Hi,
I would like to purchase Metronic to build a react application.
I see the export button for html demos. But i don't see one for react demos.
will i be able to export for react also so that I can move fast in the development?
Please let me know what are all the options for react? Than...
hi!
i'm using metronic angular with ionic. I connected to my wep abi login page.I works fine. I wanted to take loggend user's id or token etc. on a page. could you write me a simple expample code.
I wrote like this
ngOnInit(): void {
this.bindTickets();
this.user$ = this.auth.curr...
Hi, i wanted to know how should i integrate the components shown in the HTML views to Django views, i tought that at least the Demo1 on Django project had some features enabled but i saw that there is just a basic view. There is some tutorial somewhere?