diff options
Diffstat (limited to 'docs/knownissues.rst')
-rw-r--r-- | docs/knownissues.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/knownissues.rst b/docs/knownissues.rst new file mode 100644 index 0000000..fed28bd --- /dev/null +++ b/docs/knownissues.rst @@ -0,0 +1,29 @@ +.. _issues: + +=================== +Known Issues +=================== + +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). |