DEV Community

Cover image for Quasar Admin CRM - Global dark mode (All pages)
Mayank Patel
Mayank Patel

Posted on

 

Quasar Admin CRM - Global dark mode (All pages)

Quasar Admin CRM global dark mode is here! Integrated the dark mode on all pages.

Source code: https://github.com/mayank091193/quasar-admin-crm

Live preview: https://quasar-admin-crm-template.netlify.app/dashboard

Any feedback will be greatly appreciated.

If it helps you, Sponsor me to support my open-source work💖 https://github.com/sponsors/mayank091193

Quasar Admin CRM - Dark mode

Top comments (5)

Collapse
 
hopemanryan profile image
Ryan Hoffman

Hey man , looks great. I find the icons on the dashboard to be too big... and what mostly feels awkward is the load time. I assuming your waiting for the all data to load before showing ui. which makes it feel a little jumpy and not smooth.

Use skeletons and load each component when that component is done, it will feel more professional and also more "some thing is happening" kind of vibe

Collapse
 
mayank091193 profile image
Mayank Patel

Hey, thank you for your feedback. I'll work on that in future updates. Though, that may be happening if you are opening for the first time. Anyway, I'll look into it.

Collapse
 
sm0ke profile image
Sm0ke

Great work, thanks for sharing. Any chance to be configured with Firebase as a backend?

Collapse
 
mayank091193 profile image
Mayank Patel

Thank you for your feedback. I was thinking to build the back-end with Python-PostgreSQL. I had worked with Firebase once but not for a longer time. Though I'm currently a bit busy with my full-time job. So, I'll think about it later.

The JavaScript Brief

1. Top 5 MERN STACK projects to improve your practical understanding

Boost your MERN Stack development skills by undertaking interesting beginner projects. These five engaging projects cover web applications and range from social media website applications to geo-social networking maps. Hone your understanding and apply modern techniques backed up by hands-on experience.

2. How To Optimize Your React App’s Performance

Learn the best optimizing techniques to make your React applications faster and more efficient. Focusing on the identification of performance bottlenecks and common pitfalls to avoid, these optimization strategies will keep your applications running smoothly even when faced with growing complexity.

3. A story of let, const, object mutation, and a bug in my code

In the pursuit of bug-free code, explore an incident involving a mix-up between const and let, making sure your custom code works effectively with third

party documentation. Discover best practices on program flow and learn about JavaScript's unpredictable aspects to ensure your core code is robust.