markasoftware / SpecDB

A beautiful web app for viewing and comparing the specifications of PC hardware.
https://specdb.info/
GNU Affero General Public License v3.0
29 stars 11 forks source link

Compact View #43

Open markasoftware opened 7 years ago

markasoftware commented 7 years ago

A compact view mode would be added to make it easier to view lots of data at once, or maybe some people just like that way better.

Pancrisp commented 7 years ago

I'll see what I can do with this.

Provided that each of the data entry fields share the same classes, we can use JS to modify the padding for all the fields when a user clicks on a button - similar to Gmail's comfortable, cozy, compact options for display density.

Also, I think instead of having all the info displayed in a single column like what we currently have, we should split them up in 2 or 3 columns to make use of the extra horizontal space in the comparison viewport.

markasoftware commented 7 years ago

I was thinking this would be a css-only thing, using a label to activate a checkbox and using the :checkbox pseudo-class to modify styles.

zcskywire2 commented 7 years ago

We had all so dicussed the possibility of having a Android like home screen styled table where you could swype/tab through each section. And then have a drop down so you could go directly to a tab isntad of going all the way arround.