From bf6571764fc0d7c0ef0153e3e5e9174221aa167d Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 29 Sep 2016 11:55:07 -0700 Subject: [doc] update known issues --- KNOWN_ISSUES | 20 ++++++++++++++++++++ ui/README.md | 23 ----------------------- 2 files changed, 20 insertions(+), 23 deletions(-) create mode 100644 KNOWN_ISSUES diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES new file mode 100644 index 0000000..ce2c2e4 --- /dev/null +++ b/KNOWN_ISSUES @@ -0,0 +1,20 @@ +VPN + +* No VPN UI yet. +* Only email is supported, but wizard allows you to login to providers that + only support VPN. + +Wizard + +* In the wizard log in / sign up page, the username field gets deselected. +* The list of providers should have icons, be sortable, filterable. +* The wizard should look more pretty. + +Main window + +* UI doesn't subscribe to events yet, won't get updated if user has logged out + via the command line interface. +* Removing an account does not actually clean up all the files associated with + that account (need backend code). +* Collapsing account list looks weird, and is state is not remembered (need + backend code). 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 -- cgit v1.2.3