mikeymicrophone / commissulator

Commissulator is a set of tools that help Real Estate Agents working with Citi Pads in Manhattan streamline their paperwork.
Other
3 stars 4 forks source link

Replace tables with flex-boxes #29

Open mikeymicrophone opened 5 years ago

mikeymicrophone commented 5 years ago

Commissulator has a number of scaffolded templates that use tables (tr/td/th/tbody) to shape the data. As you may know, HTML tables are a useful starting point, but their styling rules are often too arcane to use in a mature interface.

This task is to experiment with replacing some of them with divs using flex layouts, and determine if such is a reasonable choice for the next phase of development.