1570 comments found.
I have recently attempted to migrate the fuse demo to an AnalogJS template (so it can be used as part of a full stack application), as part of doing this the build process changes the way in which the @fuse .scss files get built (they get removed from Angular.json). I have found that trying to re-integrate the styles has been very tricky. Alongside this, doing updates to packages to bring everything up to date (ng update) has moved Material onto version 3, and it appears that the current theme functionality inside Fuse is not compatible with the new format. So a couple of future facing requests: - Please consider providing support for AnalogJS style builds; and - Please consider updating to Angular 18.2.1 with support for Material 3 themes.
Hello,
Sorry about the late reply. We currently have no plans for restructuring the styles. New Material theming system support will come.
Cheers
Interested to buy. Waiting for the following,
1. Calendar 2. Tabs layout
We’ll see what we can do about them.
Cheers
When can I expect new update? Please tell me your plans?
Hello! Does this template support RTL ?
Hello,
Currently Fuse Angular doesn’t support RTL languages.
Hello,
First of all congratulations for the template. We appreciate that it is made in Angular (which is very welcome for large projects) and also follow the policy of minimizing third-party libraries. For these reasons we have opted for this template.
I have read in previous comments that the calendar app is coming soon, Do you have a planned date? It is possible to give it a little push to the top of the ToDo’s list?
Thank you very much for your work!! Keep it up!
Hello,
We will try to prioritize the Calendar application.
Cheers
Would you have a version of your template for Laravel and Vue.js?
Hello,
We don’t have any immediate plans for creating more versions of Fuse at the moment.
is there a simple way to open the chat and side the content (like the fuse_drawer) and then toggle the view with the bubble button? the idea is that the chat is open – while navigating through the pages (apps)
There is not with the current implementation, unfortunately. You would need to replace the drawer of the quick chat with mat-drawer to have that kind of functionality.
I love the template and I would like to buy it but I see that the Scrumboard Boards in the DEMO function, you cannot add a new Boards, my concern is that if I buy it that function works
Hello,
Fuse is a template, meaning that the majority of the functionality is provided for example purposes. You will need to add your own functionality on top of Fuse.
PRE-SALE:
Do you have a movable and resizable dialog/modal/window?
Hello,
No, we don’t have one by default.
Cheers
Can you add that?
We don’t have any plans for adding any more dependencies to the Fuse to keep it as simple as possible.
Cheers
I have been trying to reach out regarding my ticket number #3682362 for the past three days but have not received a response. I am encountering an issue where the build file, heroicons, and fonts (inter.css) are not loading in the browser, resulting in a 404 error. This appears to be related to a router problem.
Could you please provide some guidance on this matter? I am currently using the latest version with the public folder. If possible, could you also provide access to a previous version that does not use the public folder?
Please revert on this ticket as soon as possible.
We don’t have any issues with our Demo app. It builds fine but we will get back to you.
If you update your ticket with extra comments, the system will put you at the back of the line every time. Please be patient and we will get back to you.
Cheers
Hey, after latest changes there is no module where is using keycloak. Could you tell me how to handle this case right now ?
You can still use NgModules with Standalone projects. Please see the Angular documentation: https://v17.angular.io/guide/standalone-components#configuring-dependency-injection
You can use “importProvidersFrom” method to provide NgModules.
Hi, since the last update routerLink is no more working to navigate from a page to another one using anchor tag, can you please fix it ? I tested it on a freshly downloaded starter.
Hello,
That’s impossible since our Demo app works fine. Our entire left navigation is consist of anchor elements with routerLink directive on them and they work just fine.
There must be something you are missing, like an import or something similar.
Cheers
Hello, I’d like to know why the images were moved to the public folder. In other words, what is the use of this moving. Does this have a possible impact on performances ?
Hello,
That’s not our decision, Angular v18 comes with public directory by default:
https://github.com/angular/angular-cli/pull/27006Thanks
Hi, it seems that version 20.0.0 that it’s shown in the demo is not available yet for download.
It will, be patient please. You can already grab it from Github.
Yes already got it from there! Thx
Hi! I think there must be a small bug with the form option ” Label and Placeholder”. It seems impossible to have both a label and a placeholder. It acts exactly the same as ” Label and Placeholder on focus” in the demo. Its not easy to implement a workaround. Can you please take a look?
Hello,
Thank you for the report. I’ll check this and fix it before the next release.
Cheers.
Hi, v18 is out, I know that’s not easy to update the entire system, but do you have an idea of how long it will take?
Any chance for the Calendar App in the next update?
Thank you for the attention.
Hello,
This one will take some time as I’m also going to prepare the Fuse for the upcoming, bigger changes such as signal components and SSR.
I’ll try including the Calendar app as well but I cannot promise as there are a lot changes that need to be implemented.
Hi,
I’ve been encountering significant slowdowns in the Chrome DevTools Element tab when trying to inspect elements or modify CSS styles. This issue persists across multiple devices, and it’s worth noting that the previous version of the template didn’t exhibit the same problem. I’m wondering if the abundance of CSS variables might be contributing to this issue. Any assistance you can provide would be greatly appreciated.
Hello,
Sorry about the late reply. For the next couple of days/weeks, I may be a little slower to reply to everything since I’m working on the new update.
I don’t have this problem myself, but will do another look. Majority of the CSS custom properties are coming from Angular Material. I don’t think they can cause such an issue but if they do, there isn’t much I can do about it since I have no control over them.
When removing *, ::before, ::after class from style.css that is included from @tailwind base the dev tools function normal, is there a way remove it on development ?
Those have crucial css styles added by Tailwind itself. Removing them could result with broken styles.
Good one! Question 1: How do I add a new a new component in the common. I created a new one to mimic the settings. After importing into layoutComponent, but I get an error “cant find modules” .
where am I suppose to register the modules. Also, the settings wasn’t registered anywhere (can’t find it at least)
Question 2: when a color is changed (by say an admin) can the color changed be retained when another user sign-in?
Q3: How can I use classic layout as default and modern layout for some pages at the same time. I tried this in the app routes but its not working
Hello,
Please use our support ticket system at https://withinpixels.ticksy.com for your support requests.
Cheers
How do i set dense layout by default? Or how can i storage in a cookie layout once is picked.
Hello,
Currently Fuse doesn’t support different density options. This will be available with Angular Material 3. Once Angular Material team completes the migration to new theming system, Fuse will be updated as well.
Hi,
Will there be a simple path to upgrade from 19.1.0 to the next major update or we will need to start from scratch on the new version?
Hello,
It depends on the Angular team.
If they transition Signals (and everything related to it) to stable in the next version (v18), then the next major update of Fuse will require a complete rewrite of most components using Signals. In that scenario, upgrading will not be straightforward.
Otherwise, the next update will be a small Angular v18 compatibility update, which will be easy to upgrade.
Cheers
Hi. Do you remember back in the day before Angular v12, before you rewrote the new template, you couldn’t pull down to refresh? Well, I was wondering if you can tell me where I can find that fix in the new template? I need to disable it for a specific purpose of mine. Thanks in advance.
Hello,
It was a design flaw in older versions rather than a fix in the new one.
Previously, Angular Material components, especially those using the Overlay component such as Dialog, Tooltip, Menu, and etc. would require body scroll to be locked.
This was a requirement so these components can lock the scrolling element when they show up to prevent content jumping, layout shifts and such. Therefore, in older versions of Fuse Angular, we were locking the body scroll by hiding the overflow and fixing its height to 100%. It had a scrolling container div within the body with appropriate class names so Angular Material could stop its scrolling behavior when it’s necessary.
Nowadays, they have better solutions because of modern browsers so we don’t lock the body scroll anymore as it can cause accessibility issues.
Not sure if there are solutions to prevent the pull down the refresh functionality without locking the body scroll but this is why it wasn’t working on previous versions of Fuse.
Cheers