Base solution for your next web application
Open Closed

Legacy Metronic Classes Appear to Still Be Referenced #11121


User avatar
0
rickfrankel created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • 11.2
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

If issue is about UI

  • Which theme are you using?
  • Default theme
  • What are the theme settings?
  • Default

I've noticed that during my upgrade from version 10 to 11.2 that many of the font setting classes have not been upgraded in the template.

For example. https://github.com/aspnetzero/aspnet-zero-core/blob/43544f3584dbfc839fa81c15d3391f0feb7ee861/angular/src/app/shared/common/customizable-dashboard/widgets/widget-top-stats/widget-top-stats.component.html

This file still uses font-weight-bolder and font-size-h6

However I don't believe these classes exist any more. They look to be either fw-bolder and fs-6 (or perhaps just h6).

This appears across a large number of files.

Has this been missed during the upgrade to Metronic 8? Or am I missing something.

It also impacts the ThemeCustomizers for the subheader menu component.

Thanks


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rickfrankel

    It seems like these are missed during the update by our team. Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core ? We will fix those usages.

  • User Avatar
    0
    rickfrankel created

    Done.

    Thanks Rick

    https://github.com/aspnetzero/aspnet-zero-core/issues/4445