chiark / gitweb /
Rewrite the login step as part of the TUI.
authorSimon Tatham <anakin@pobox.com>
Thu, 18 Jan 2024 09:01:30 +0000 (09:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 19 Jan 2024 08:21:37 +0000 (08:21 +0000)
commit38ac322053f8eb7d2fa9984517d03b50109186cf
tree7b96841622fc83ef033b5a8ceeb7dfaaab3d0a9b
parentf65cce832cefa3daf4ea0b7702a71fc40ea32238
Rewrite the login step as part of the TUI.

Now it's reasonably user-friendly, and once you've logged in, you can
transition straight to actually using the client.

Also, this menu is a good place to put a 'register as new user'
alternative option.
src/activity_stack.rs
src/client.rs
src/editor.rs
src/lib.rs
src/login.rs
src/main.rs
src/text.rs
src/tui.rs