I read in some other threads where you guys stated that a Next.js version of Metronic IS indeed coming.Is it or is it not? Can you please confirm?By the way; I don't need a ETA. I just need a yes or no. It's for future plans.Thanks!
Hi,I'm trying to sort a column by date in the users app.The data model that is used in Metronic looks like this:_models.tsimport {ID, Response} from '../../../../../../_metronic/helpers'export type User = { id?: ID name?: string avatar?: string email?: string...
In mobile view the logo is broken.Also, I'm wondering about the ETA of this: https://devs.keenthemes.com/question/bug-in-create-modal-continuesubmit-navigation-buttonThanks.
Repro:1. Log in2. Click on Profile avatar3. Click on My Profile4. Click on Account in the left menu and then click Overview5. Click on Profile avatar6. Click on My Profile7. Notice how the left menu item Pages breaks - nothing happens when I click on it. Also notice that Pages -> Pro...
I'm trying to implement msal-react in Metronic so that my customers can log in and log out using Microsoft's Azure AD B2C like in this example:https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-react-spa-appMicrosoft Authentication Library for JavaScri...
const AuthInit: FC = ({children}) => { const {auth, logout, setCurrentUser} = useAuth() const didRequest = useRef(false) const [showSplashScreen, setShowSplashScreen] = useState(true) // We should request user by authToken (IN OUR EXAMPLE IT'S API_TOKEN) before rende...
https://preview.keenthemes.com/metronic8/react/demo1/crafted/pages/wizards/horizontal1. Click the blue "Create" button at the top right corner.2. Navigate until you reach the last step.3. Navigate back twice.4. Notice the the right button now says "Submit" instead of "Continue".I haven...
I purchased Metronic yesterday and can't figure out how the blue Create button in the header on the Dashboard page, how you can get it to open the modal like on https://preview.keenthemes.com/metronic8/react/demo1/dashboard# ?It seems there is some code missing from the download?I think it's...
I bought Metronic 8 today and now I'm reading the docs.Here:https://preview.keenthemes.com/metronic8/react/docs/docs/overviewit says:/src/app/setupContains redux setup(rootReducer, store), axios setup and mock adapter setup.But I can't find that folder? Just a relic in the doc...