Actions
Patch #17924
closedStructured Document list for more flexible UI design with CSS
Description
Current version of Document list is built with h4, p, and div for title, updated date and description on same depth with parent h3 in HTML structure.
h2. Document h3. Technical documentation h4. My First Document p. updated time div. description h4. My Second Document p. updated time div. description
In this structure, page customizing is not easy and list scroll is heavy if there is so many documents. and someone like me want to see more structured view like:
h2. Document ` h3. Technical documentation | h4. My First Document | | p. updated time | ` div. description ` h4. My Second Document | p. updated time ` div. description
I Think, sometimes table view is more fit to document list and sometimes current Page-like view with indents is more fit for some project. so using div is more flexible for customizing the view per usage.
Attached patch includes view patch to add hirerachy for document elements and example css for alternate style is for table like inline view.
please consider this patch. I will make pull request on github too.
Files
Actions