summaryrefslogtreecommitdiffstats
path: root/TODO.rst
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-24 10:56:10 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-24 11:27:42 -0400
commitc84c32c3ab7916669f1d13824ef4353b6e901a7d (patch)
tree9abc59aecf12ea78949e08e7fee32e4422cbe2d2 /TODO.rst
parentba1e21323ea549bfe954b091a9fccc65110cda44 (diff)
downloadcgit-skin-c84c32c3ab7916669f1d13824ef4353b6e901a7d.tar.gz
Add TODO
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
new file mode 100644
index 0000000..93ed913
--- /dev/null
+++ b/TODO.rst
@@ -0,0 +1,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.