Version 12 asp.net core, using the angular front end.
When having the side menu search bar enabled and also allowing for collapsing you get a less than ideal experience.
See image below how the search bar is cutoff.
Also noticed that in v12 clicking the collapse icons at the top of the page doesn't collapse the sidebar. Until you navigate to another menu item first.
Thanks
With the release of 11.4 the SVG icons need to be updated.
Specifically I've found the user-menu.component.html svg icons are no longer taking the colors correctly.
Looks to be changes to Metronic 8 that have removed/changed the way SVG works.
Haven't specifically found a perfect workaround yet as if the icon is in the new list for duotone https://preview.keenthemes.com/html/metronic/docs/icons/duotune You can update the inline svg from there and it works, however not all the previous svg icons are there any more.
Looks to be a change from using the tooltip attribute to the title attribute and using a data-bs-toggle.
https://preview.keenthemes.com/html/metronic/docs/base/tooltips
I've modified my copy of notifications and the tenant-features-modal-component to fix it in my local issue.
I've noticed it's also used in create-or-edit-user modal. Edit user permissions Dynamic form fields
Looks to be a bunch of things missing from an update.
Hi,
Just starting the process of upgrading my project to 11.4
Found that tooltips don't appear to be working correctly.
Went to a vanilla download of my project and you can see the behaviour on the features modal for a tenant.
See attached animated gif
I've also noticed it doesn't work well on the new notifications inbox when hovering over the notification severity icon.
Thanks @ismcagdas,
i manually merged your changes into my version and confirmed all working well.
Thanks
Hi All,
Here are the steps I just followed.
Given on step 8 I selected remember this browser I shouldn't have had to select the authenticator type and enter the code again.
As I pasted in the first message in this thread the above function is what is failing.
I'll run a freshly downloaded version of my project and confirm the issue exists. Will revert tomorrow.
Hi @ismcagdas,
Any updates on this one please?
Thanks Rick
Hi @ismcagdas,
Any update on this one?
Thanks Rick
Hi @ismcagdas,
I also can't see where any of that code in the Abp.ZeroCore library is called either. Even when searching the aspnet-zero-core repo either.
I may be missing something here