]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/web/welcome.xhtml
Introduce icons with distinct shape for connection status display on the front wui... 136/head
authorNathan Wilcox <nejucomo@gmail.com>
Wed, 21 Jan 2015 00:31:56 +0000 (16:31 -0800)
committerNathan Wilcox <nejucomo@gmail.com>
Wed, 21 Jan 2015 00:41:01 +0000 (16:41 -0800)
commite499d84755fef9c540feb66558ee7a94fc32c34f
tree40961f12c87016ba7d6dd4ec8726fe527424fa04
parente73d76eb1b8751b1669e380c82c7ce5065faddad
Introduce icons with distinct shape for connection status display on the front wui page...

This replaces the status display which was only distinct by color which is a usability issue for color-blind users.  This commit includes test coverage by way of pattern matching on rendered templates.  The PNG icons are conversions of original SVG source which I've included and placed in the public domain.
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/web/root.py
src/allmydata/web/static/img/connected-no.png [new file with mode: 0644]
src/allmydata/web/static/img/connected-no.svg [new file with mode: 0644]
src/allmydata/web/static/img/connected-not-configured.png [new file with mode: 0644]
src/allmydata/web/static/img/connected-not-configured.svg [new file with mode: 0644]
src/allmydata/web/static/img/connected-yes.png [new file with mode: 0644]
src/allmydata/web/static/img/connected-yes.svg [new file with mode: 0644]
src/allmydata/web/welcome.xhtml