Activities of "masum.ulu"

mail address. You

Hi again mustafa, I'm sorry I wrote wrong my mail, this is the correct one: masum.ulu@volosoft.com can you please send again the mail ? :)

Hello again Mustafa, Can you please share your .gitignore file also, can you please check the is there any other this file.

Thank you

Hello, Same question is also opened here we'll fix this with the next version I'm Refunded your credit

Best regards

Hello, I was able to re-produce I'll create an issue for this I Refunded your credit thanks 🙂

Hello,

Sorry for the late reply 🙂 we will test it and give you feedback. You will get your credit after the test 🙏

Best regards

Hi again Mustafa,

I applied your steps exactly and it's still works well, maybe you added assets folder to .gitignore ? Can you send the project to masumulu@volosoft.com mail address ?

Hi imranStem

Have you tried using ToolbarService from @volosoft/ngx-lepton-x/layouts ? You can add/remove items

Example

import {ToolbarService} from '@volosoft/ngx-lepton-x/layouts';

@Component({...})
export class AppComponent {
  constructor(private toolbarService: ToolbarService) {
    this.toolbarService.setItems([
      {
        id: 'id1',
        icon: 'action-icon bi bi-bell-fill',
        badge: of(2),
      },
      {
        id: 'id2',
        icon: 'bi bi-chat-left-dots-fill',
        badge: of(13),
      },
      {
        id: 'id3',
        icon: 'action-icon bi bi-bag-fill',
      },
      {
        id: 'id4',
        icon: 'bi bi-calendar-check-fill',
      },
    ]);
  }
}

Hi again scottlmarx,

Can you please open a new question with steps for the reproduce this situation ?

Hi again Mustafa,

I've created an project with command below

abp new Acme.BookStore -csf -u angular -v 5.3.3

  • After that I opened abp suite
  • Go to modules page
  • Click Replace packages with source codes button for Lepton Theme (which I already select)

Output

It worked fine for me, can you try the steps and give me feedback please ?

For which ui are you getting these errors?

The Admin UI

Hi scott, The Admin UI means Razor/MVC or AngularUI ?

Showing 171 to 180 of 219 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13