1571 comments found.
The features are great, but there is a big mistake regarding file names and class names, examples: class: ModernLayoutModule, file name: modern.module class: ClassyLayoutModule, filename: classy.module angular selector name: classy-layout, mfile name: classy.component.ts angle selector name: enterprise-layout, file name: enterprise.component.ts
This makes it difficult to search by name in the project when buying a template, we are learning about the folder architecture and naming helps a lot.
Otherwise, the dashboard is spectacular. Congratulations…
They are already in the layout folder. There is no need for complex file names. It would only make things harder to read especially if you think how small the project explorer side panel in a lot of IDE/Code Editors.
Anyways, we don’t have any plans of changing it, you can rename the files however they fit for your needs.
Cheers
please check my ticket 2925216
You need to request a refund through Themeforest we cannot refund you without the request.
I cannot access the github repo, everytime i try to get invitation i get this error: This purchase code is already used for generating a GitHub access!
I’ve added you to repo since you already had access but left the repo. That’s why you weren’t get a new invitation.
Cheers
Just bought this! looking forward to play with it! Any plans do add calendar in future? only thing missing!
We removed the Calendar in the newest version because of maintenance issues. Currently there are no immediate plans of adding one, maybe in the future.
Cheers
Hi I tried to register for access to the Angular github repository but it said my order ID is already in use. Can you look into this for me? Github username: dottenad. Thanks!
Hello,
You should be able to see your invitation here: https://github.com/withinpixels/fuse-angular/invitations
Cheers
how the spinner is gone when loading new route ? i didnt find the mechanisme. Kindly give some enlignment.
You can read our documentation about it: http://angular-material.fusetheme.com/ui/fuse-components/components/loading-bar
Considering that there is a recurring theme in these comments, maybe you Should be thinking about releasing an HTML-only theme for the UI only. Or include a precompiled set of static pages into this package. Quite many people are asking for that, and they are just the ones who bother to ask.
If you double-click the cog icon to see the see the display settings, the screen is rendered unusable.
Steps to reproduce:
1. Go to settings.component.html and set the position of fuser-drawer to “left.” Doing this will prevent the cog icon from being hidden by the drawer.
2. double-click or rapidly click the cog icon.
The result will render the screen unusable.
Thanks for letting us know, I’ll look into this and try to fix it before the next release.
Cheers
hey boss, any plans for the calendar?
Hello,
Maybe in the future, I’ll reconsider adding the Calendar app back.
Cheers
Hello, how to customize this style?
Hello,
Please read our documentation about theming: http://angular-material.fusetheme.com/docs/guides/customization/theming
Since Fuse uses Angular Material components, the customization you can make to base components is limited, however, you can build any kind of page you would like to have.
Cheers
how to add component in starter project?
Hello,
Fuse is a normal Angular application, you can add components just the way you add them to any Angular application.
Cheers
Hi , The theme is great but it looks too zoomed by default , for me is big , how i can zoom out? thanks
Hello,
I don’t have this issue by default. You can open a support ticket at https://withinpixels.ticksy.com and send me screenshots so I can check it.
Cheers
Hello, you can made a vue version?
Hello,
Currently, we don’t have immediate plans for making a Vue version of Fuse.
Cheers
when I change the layout on the route it changes BUT there’s an errorro about horizontal menu – can’t find module. but it looks like its; all loading
Hello,
Please use our support ticket system at https://withinpixels.ticksy.com and explain your issue. We will get back to you as soon as possible.
Cheera
Hi, I just downlaod the lastest version of FUse Starter V13.6.2, Then npm i, then ng s—hmr. But HMR do not work on the starter prokect. The page reload… Any idea?
Hello,
I’ll look into this, HMR might need some other configuration to be made in order to work correctly.
Cheers
Hi, I start using Fuse Starter.
Why when I place a Material test button on the example page, the style is not applied?
For example
<!- CONTENT GOES HERE ->
<button
class=”fuse-mat-button-rounded bg-accent-700”
mat-flat-button
>
Messages
</button>
<button
class=”fuse-mat-button-rounded”
mat-flat-button
>
Settings
</button>
That just gives me a button with no style. The main scss apply is only tailwind.scss. On your Dashbord demo page, the same button refers to themes.scss and got a lot of “automatic class” added:
<button mat-flat-button class=”mat-focus-indicator fuse-mat-button-rounded mat-flat-button mat-button-base mat-primary” ng-reflect-color=”primary”>Settings</button>
I check all scss reference and all seem identical.
Shame on my. I was forgetting to add the import in my module…
Dear Author,
is the RTL supported?
regards
Hello,
Fuse Angular currently doesn’t support RTL languages.
Cheers
Dear Author,
I am a beginner in coding. Could you please help me with customisation and integration? I am ready to pay for this too.
Hello,
Thank you for your interest but currently we have a full schedule, so we won’t be able to take on any new contracts.
Cheers.
Do we get HTML/CSS only pages with this template? I want the design and look, but I don’t want to be using Angular.
Fuse only available for Angular and React at the moment.
More of a community question. I have purchased this template (love it) and want to use it as a sandbox for developing a UI/design structure for me company’s app. Current app is in React and we aren’t quite ready to convert. Since there is no HTML version, can anyone suggest a resource to help me set up the template. I’m a designer and not a coder have no idea how to set up the this theme.
I’ve tried Stackblitz and codesandbox.io, but I encounter errors for both.
One more try
Has anyone been able to install this template in an Angular Sandbox platform? It seems like this is a possible “solution” for all the requests for an html version for design/UI.