-
- Downloads
browse: Improve design of revision and release views
Some slight design improvements, notably: - swap revision id and author columns in revisions history view - add an icon for revision object - revamp revision and release views: only display important data (message log, author, date, parent) in the main views content and show metadata on demand as in the content/directory views
Showing
- swh/web/browse/utils.py 5 additions, 2 deletionsswh/web/browse/utils.py
- swh/web/browse/views/release.py 18 additions, 5 deletionsswh/web/browse/views/release.py
- swh/web/browse/views/revision.py 45 additions, 9 deletionsswh/web/browse/views/revision.py
- swh/web/common/swh_templatetags.py 9 additions, 6 deletionsswh/web/common/swh_templatetags.py
- swh/web/static/css/style.css 7 additions, 0 deletionsswh/web/static/css/style.css
- swh/web/templates/layout.html 1 addition, 0 deletionsswh/web/templates/layout.html
- swh/web/templates/release.html 8 additions, 16 deletionsswh/web/templates/release.html
- swh/web/templates/revision-log.html 2 additions, 2 deletionsswh/web/templates/revision-log.html
- swh/web/templates/revision.html 9 additions, 15 deletionsswh/web/templates/revision.html
- swh/web/tests/browse/views/test_release.py 6 additions, 2 deletionsswh/web/tests/browse/views/test_release.py
- swh/web/tests/browse/views/test_revision.py 8 additions, 10 deletionsswh/web/tests/browse/views/test_revision.py
Loading
Please register or sign in to comment