summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-09-29 11:55:07 -0700
committerelijah <elijah@riseup.net>2016-09-29 11:58:51 -0700
commitbf6571764fc0d7c0ef0153e3e5e9174221aa167d (patch)
tree48e92c85c318d99eaa6f3740e090b77bbc07d58f /ui
parentfbfdde1f41c70bb473787de8cd34b2ce5a23281f (diff)
[doc] update known issues
Diffstat (limited to 'ui')
-rw-r--r--ui/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/ui/README.md b/ui/README.md
index fb409bf..5e4f288 100644
--- a/ui/README.md
+++ b/ui/README.md
@@ -113,27 +113,4 @@ To integrate Bootstrap with React:
A password strength checker that doesn't suck, but which is big. This JS is
only loaded when we think we are about to need it.
-Known Issues
------------------------------------------------------------------
-
-Wizard
-
-* In the wizard, the username field gets deselected.
-* User sign up does not work, getting an error from the backend:
- No such subcommand: create
-* This wizard is kind of ugly
- The list of providers should have icons, be sortable, filterable.
- The list of providers does not show seeded providers (backend is not returning them)
- The provider details should show human readable output, not codes.
-
-Main window
-
-* UI doesn't subscribe to events yet, won't get updated if
- user has logged out via the command line interface.
-* The backend doesn't have a concept of multiple accounts that are
- all authenticated yet.
-* If you cancel the wizard, it does not select the appropriate account
- in the main window.
-* Removing accounts doesn't do anything
-* Collapsing account list looks weird, and is state is not remembered