Activities of "masum.ulu"

Hello,

Have you checked the tsconfig.json in paths key, it should be included local reference for LeptonX theme. It seems like can't find the packages. LeptonX theme packages must work with local ref.

Hi Thomas,

This issue fixed in this PR can you please upgrade your project to 7.2.3

Hi again,

You can customize mobile menu items via

NavbarService from @volo/ngx-lepton-x.core

  • This service provides menu items on left part

Also

MobileNavbarService from @volosoft/ngx-lepton-x

  • This service provides settings and userProfileActions items

In that way you don't need to replace component completely, just patch the items by key.

Hi again,

Sorry I misunderstand your question, my reply was about Theme Lepton not LeptonX also it was Navbar not MobileNavbar

If you want to change mobile navbar on LeptonX, you can follow the below codes

import { ReplaceableComponentsService } from '@abp/ng.core';
import { eThemeLeptonXComponents } from '@abp/ng.theme.lepton-x';


export class AppComponent {
  constructor(replaceableComponents: ReplaceableComponentsService) {
    replaceableComponents.add({
      key: eThemeLeptonXComponents.MobileNavbar, //This is the key for mobile navbar
      component: CustomNavbarMobileComponent,
    });
  }
}

Hi Sergie,

Yes you can change NavbarComponent with eThemeLeptonComponents.NavItems key from @volo/abp.ng.theme.lepton library.

For detail please check Component replacement document

Hi again,

I've created an issue also I refunded your credit. This problem will fixed on 7.3-patch version Also PR

Regards

Hello, sorry for late reply have you check the Data table column extensions document ?

You can track the status at here

Okay it'll fixed with 7.3.0

Hello, thanks for the response and the refunded credit. What would be the estimated time for the next version?

Hi again,

Can you open the DevTools and go to file-management path after that open console tab please, you must get an error like below

I just want to be sure that's your problem, otherwise we can look for real problem

Showing 141 to 150 of 219 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30