Activities of "cellero"

  • ABP Framework version: v7.0.0
  • UI type: Blazor Server

I have 2 questions:

  1. It is good that now the project logo-dark and logo-light images a now accessible - but why not the login-bg image? I would prefer not to create an entire page \Themes\LeptonX\Layouts\Account\Default.razor to just change the image. If not, can I have the full source of the account login page

  2. In V7.0.0 there is a new footer component

Where is this exposed so it can be customized?

Thanks

  • ABP Framework version: v6++
  • UI type: Blazor
  • DB provider: EF Core

I need the AppUser as navigation property on an Entity. This is not available in ABP Suite. As a work around I create AppUserId as a string property:

I'd like to know if there is a recommended approach for adding Users to an Entity.
Maybe a new User entity that references the App user entity? My goal is to be able to create then entity using ABP suite without then need for further modification.

Do you have any suggestions? Thanks, Roger

  • ABP Framework version: v6.0.0
  • UI type: Blazor Server

I have a high-level menu item that gives a list of items. Selecting an item goes into another razor page to display details. The details page is not an item on the side bar menu. My problem is that the initial menu item remains the "Selected" menu item and now menu item doesn't get the page again as it is already the selected item.

Question: How can I programmatically change the side bar menu so that no menu items are "Selected"?

  • ABP Framework version: v6.0.0-rc.3
  • UI type: Blazor Server

Please advise how to size Toolbar buttons. In the new LeptonX UI they are large and take up too much space. The Action button in the grid is a better size.

` protected virtual ValueTask SetToolbarItemsAsync() { Toolbar.AddButton(L["ExportToExcel"], async () =>{ await DownloadAsExcelAsync(); }, IconName.Download);

        Toolbar.AddButton(L["NewAnalysisAccountCode"], async () =>
        {
            await OpenCreateAnalysisAccountCodeModalAsync();
        }, IconName.Add, requiredPolicyName: ConcretePermissions.AnalysisAccountCodes.Create);

        return ValueTask.CompletedTask;
    }`

In Blazor Server, the new Export to Excel feature is not filtering the results as per the filter text / search. I have tested this in MVC and the filtering does work correctly - the results match what the user has filtered the page to.

  • ABP Framework version: v6.0.0-rc.2
  • UI type: Blazor Server

Please see the 4 issues below. I am aware that this is in a release candidate version, but I am concerned as some are fundamental and have been resolved by now.

  1. Unable to override Lepton X images Large image on Login page and the Lepton image
  2. Application Footer Layout not used
  3. Padding Why is there so much wasted space on the page? In my option the space between the red lines is unnecessary: I have raised this more than once, some I can use custom css but I don't want to (that's why I pay for the commercial version) : https://github.com/volosoft/lepton-theme/issues/4 https://github.com/volosoft/lepton-theme/issues/11
  4. Action Button https://github.com/volosoft/lepton-theme/issues/12 This is still unresolved
  • ABP Framework version: v6.0.0-rc.1
  • UI type: Blazor Server

When clicking on the Export to Excel Button.

The following error is given:

Good day, I have been waiting patiently for the LeptonX release, but I am now frustrated with lack of progress for the Blazor UI (both wasm and server) I have a commercial project waiting for LeptonX because the customer does not like the current Lepton theme.

It is coming up 9 months since LeptonX was announced: https://blog.abp.io/abp/LeptonX-Theme-for-ABP-Framework-Alpha-Release

I have politely enquired on the status via this GitHub link: https://github.com/volosoft/lepton-theme/issues/5#issuecomment-1106045088 Dates keep passing with no information. I monitor this issue each day.

Today I saw 5.3.0-rc.1 has been released, so created a project via the website and still no reference to LeptonX / Lite

ABP Suite has no 5.3.0-rc.1 templates.

The instructions here are inconsistent between Lite and Commercial https://github.com/abpio/abp-commercial-docs/tree/docs/lpx/en/themes/lepton-x It does seem some of the Lite instructions missing from Commercial are required!?

I have tried many times using combinations of the commercial and lite instructions to get the project running. I did have success with an MVC solution but that is not the UI I use.

The closest to a running system I can get to is using a combination of the Lite and Commercial for Blazor Wasm. But get this error:

The page does render but badly formatted.

All that I require at this point is an accurate date when the beta version of LeptonX will be working in Blazor Wasm and/or Blazor Server.

Kind regards, Roger

  • **ABP Framework version: 5.2.0-rc.1
  • UI type: MVC & Blazor Server
  • DB provider: EF Core

New projects created using 5.2.0-rc.1 are able to run due to missing items. It is easy to replicate. Just create a new MVC or Blazor app using ABP Suite.

MVC:

Blazor Server

  • ABP Framework version: v5.1.1
  • UI type: Blazor Server
  • DB provider: EF Core

The public DbSet is inserted into the wrong location in the xxxDbContext.cs file when generating with Abp Suite.

It is inserted inside public DbSet<IdentityUser> Users { It is easy to replicate this issue by creating a new project and create a simple entity.

Showing 1 to 10 of 22 entries
Made with ❤️ on ABP v8.3.0-preview Updated on July 05, 2024, 15:13