40 comments

[ 1.6 ms ] story [ 148 ms ] thread
Why do all these dashboard app waste so much space?

There's not a lot of info on that screen, and yet it doesn't fit in my laptop... I could fit 3 times as much in an Excel spreadsheet...

My pet peeve is low contrast, makes it really hard to quickly distinguish between parts of the page.

Simply by changing the light grey background for something much darker makes the individual charts and boxes pop out, making it so much easier to compartmentalize the information.

edit: https://imgur.com/a/2cUQAXr

The reason why designers don't do that is rooted in the modern guidelines advising against higher contrast as "bad style". That's why on many websites we need to read dark-grey text on light-grey background. Black and white are frowned upon in the UI design community.
> I could fit 3 times as much in an Excel spreadsheet...

Which doesn't necessarily mean that it actually helps you to find the information or data you seek faster. Proper spacing is needed to separate groups of objects.

However I agree that this dashboard template is simply not good, though spacing is one of the lesser concerns here.

Washed out, thin fonts, horrible contrast. What's not to like?
I have yet to find an admin theme which uses proper legible fonts.
What fonts are good in your opinion?
Use system fonts [0]. You cut down the total payload size, and the user will already be used to it. Focus on the data and content, instead of design masturbation.

I swear, I don't understand this obsession so many people have with using custom fonts. One of the first things I do when I setup Firefox is disallow custom fonts.

[0] https://css-tricks.com/snippets/css/system-font-stack/

Standard system fonts
What system? What standard fonts? My system has no standard fonts and I wouldn't want to use fixed-width fonts on a website anyways; I'd also be very unhappy if the website changed based on what device/system I'm using (I often don't have control over that device).
Is there a dark mode?
Indeed my first thought. At least an option to toggle from light / dark mode as I've seen in other Bootstrap Admin UIs.
Yeah, somewhat odd creating a dashboard catering to sysadmins and not have a dark theme.
I increased contrast, removed the nonsense drop shadows, decreased the global font size. https://i.imgur.com/r8CegSS.png Still far from perfect, but just wanted to see how easily I could recover this unfortunately nonfunctional design.
Yeah still a bit more to do but definitely an improvement. Sorry to ask, but would you mind sharing this work with us? As a fork of the original?
I'm not sure if I can, since I just edited some things in Web Inspector. I only changed the following though.

- body color to black

- removed all instances of "drop-shadow"

- set backgrounds to white

- reduce global font

I would recommend further to

- slightly reduce padding between boxes

- use a font designed for the screen. This one might have been, but it is not as readable as certain other fonts.

A principle in web design is that everything is rectangles, but you usually don't have to actually make the rectangles visible. The eye can usually make out the "boxes" of the page by glancing at the layout of the text.

Thanks for the hints, really appreciate it. I'm not that good with CSS nowadays.
AskHN: Which is your go-to free Admin Dashboard template?
I have been building my FOSS using Tabler: https://tabler.github.io
lovely design on this one.
Wow, that looks really good.
(comment deleted)
Looks very neat! One drawback (as a user of admin themes), is that there is no list example, admin UIs are lists, lists, lists
We use Propeller (http://propeller.in)

Some people think Material is old, but this has all the components we need and works well.

Hey @PhilipDaineko – just an FYI there are a number of spelling mistakes on the landing page, "custorem" "accountign"
as someone who is struggling to modify the sh.t out of metronic to make it look good and usable while fitting all needed information on the screen of our saas ecommerce app I have to say this design suffers from the same issue others do: little contrast between background color and text color as well as very thin font. my eyes hurt trying to look up a button or a link or trying to read text.
mdbootstrap has good samples and admin to has anybody used that.