diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-12 21:50:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-12 21:50:25 -0400 |
commit | 227d901ea8145381f67adc82272eb10291770563 (patch) | |
tree | db6ae792c68e2e23eca75706f68bb6de06d6bdb1 /doc/design | |
parent | f9cd38d496f4a33547735cc245959a5363280679 (diff) |
new UI design for unifying the dashboard and repo list and repo creation
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 32ba0e7d0..ea4727ac9 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -2,12 +2,12 @@ The webapp is a web server that displays a shiny interface. ## interface -* list of files uploading and downloading **done** -* button to open file browser on repo (`xdg-open $DIR`) **done** -* progress bars for each file (see [[progressbars]]) **done** +* Combine the replist with the dashboard. Put the list of repos or nudge + to make repos on top, and the transfers below. Make a "+ Add repo" button + on the list of repos that expands a hidden div, showing the repo creation + choices. + * drag and drop to reorder -* cancel, pause, and resume **done** -* keep it usable w/o javascript **done** * keep it accessible to blind, etc ## other features |