Base solution for your next web application

Activities of "TimMackey"

The number of logo files is not important. I'm requesting that the filenames be defined in the same file somewhere. Locating items that are likely to be customized to a single location would be preferrable to scattering them across the system.

I've expended considerable effort designing my customized implementation of ANZ to minimize the impact of merging upgrades. Please consider what your customers may encounter for every upgrade cycle. Thank you.

The condition cleared up later in the day. This appears to have been a temporary condition.

Release 6.2.0 has the same logo names created in many components:

root.module.ts metaImage.setAttribute('content', window.location.origin + '/assets/common/images/app-logo-on-' + ui.getAsideSkin() + '.svg');

invoice.components.ts companyLogo = AppConsts.appBaseUrl + '/assets/common/images/logo.svg';

topbar.component.ts defaultLogo = AppConsts.appBaseUrl + '/assets/common/images/app-logo-on-' + this.ui.getAsideSkin() + '.svg';

UserNotificationHelper.ts icon: abp.appPath + 'assets/common/images/app-logo-small.svg',

default-brand.component.ts defaultLogo = AppConsts.appBaseUrl + '/assets/common/images/app-logo-on-' + this.ui.getAsideSkin() + '.svg';

I want to use .png file types in my app. Instead of having to change 5 files every upgrade cycle, it would be easier if all the logo names were consolidated in a single file.

Opening and closing the menu causes the hamburger to move, due to the icon appearing and pushing the hamburger over. Which means the user must find the hamburger and move the mouse each time they want to open or close the menubar. It would make more sense to keep the hamburger stationary and put the icon to the right of it, or to keep the icon permanently visible on the left. Anything to keep the hamburger from moving.

In general, changing the position of visual elments depending on the mode the app is in is IMHO a poor GUI.

Question

I was experimenting with the Visual Settings today. Prior to experimenting, the menu bar appeared only when clicking the hamburger. Now I can't seem to find any combination of settings that will return to a default state of hidden. There is always a menubar on the left side, either a full with description, or icons. 'Allow side hiding' never hides the menubar when screen width is greater than 1024 pixels. How to I get back to a hidable menubar state?

This morning all browsers are reporting:

aspnetzero.com uses an invalid security certificate.
The certificate is only valid for docs.aspnetzero.com.
Error code: SSL_ERROR_BAD_CERT_DOMAIN

--and--

Error Code: DLG_FLAGS_SEC_CERT_CN_INVALID

Please fix.

'package.json' file misidentifies this version: "version": "6.1.0",

I don't know if this is helpful or not, but I am not experiencing any issues with compiling or executing. Downloaded as ASP.NET CORE & Angular, Single Solution UNCHECKED, .NET Core 2.1. Built solution and executed x.Web.Host. 'yarn' and 'npm start' in 'angular' folder. No observable issues.

UPDATE 28 October 2018:

With the release of 6.0.0 and the reorganization of metronic files, you cannot rely on the default style sequence in 'angular.json' when using 'fontawesome Pro' fonts. In the sytles section the Pro fonts css file must be listed after metronic to avoid metronic overriding Pro fonts with Free fonts:

"src/metronic/assets/vendors/base/vendors.bundle.css",
"node_modules/@fortawesome/fontawesome-pro/css/all.css",

Pro fonts should be installed in the "dependencies" section of 'package.json', not "devDependencies": yarn add @fortawesome/fontawesome-pro

Showing 301 to 310 of 398 entries