Commit Graph

10 Commits

Author SHA1 Message Date
Lutetium-Vanadium
3835a78f19 move ui to inquisition-ui 2021-05-01 17:42:39 +05:30
Lutetium-Vanadium
3657064185 Remove curses as a possible option for a backend
Curses requires to take control of the full screen. Unlike crossterm or
termion, it doesn't provide tools to only make interactive prompts in
the current screen
2021-04-30 19:19:00 +05:30
Lutetium-Vanadium
176a22b9c0 add termion backend 2021-04-29 20:20:54 +05:30
Lutetium-Vanadium
16f8e3ad52 Extract crossterm into a backend 2021-04-29 13:42:28 +05:30
Lutetium-Vanadium
ad569fd25f async implementation 2021-04-24 14:02:21 +05:30
Lutetium-Vanadium
62aad219ab added ahash under feature flag 2021-04-20 20:46:30 +05:30
Lutetium-Vanadium
cf98ff42ee improved answers and fixed some FIXMEs 2021-04-19 19:04:26 +05:30
Lutetium-Vanadium
818e2b54ee first question impl
There are a lot of things to do, but everything renders well
2021-04-10 17:27:14 +05:30
Lutetium-Vanadium
0866cfb239 Generic ui rendering crate
It provides generic ui elements which can be used to compose the more
complex prompts
2021-04-10 10:56:52 +05:30
Lutetium-Vanadium
0fca4ccc15 initial commit 2021-03-27 18:32:42 +05:30