summaryrefslogtreecommitdiffstats
path: root/TODO.rst
blob: 93ed913e11f79edb9fc21299c082ca7dc2f6e08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Stylesheet
==========

* stats: style like tree table
* cgit-panel: style like tree

Cgit improvements
=================

features/options
----------------

* default tab when loading project
* tree: human file size
* tree: show when file was last modified
* tree: option to order elements by type (folder first, etc.) or even better,
  make the table sortable
* diff: add line numbers with anchors (useful to link to a specific part of the
  diff)
* tree: add virtual folder (link) to parent folder

style related
-------------

* commit log: ``summary="..."`` to be able to style it independently
* when loading a url which points to a specific line (for example in blob
  view), add a special class (i.e. ``selected``) to the row containing this
  line.