An experiment in tree-based interaction
Find a file
Joscha ab8c764329 [client] Align node permissions to the right
The previous layout depended on txtWrap being greedy, but not taking up all
available horizontal space. That behaviour is incorrect according to the
definition of greedy widgets, which have to take up all available horizontal
space.

In brick 0.52, this behaviour has been partially fixed. The padRight function
added in this commit emulates the correct txtWrap behaviour even for cases where
txtWrap has not been fixed yet. If txtWrap is fixed entirely, the padRight can
be removed again.
2020-02-27 15:09:11 +00:00
client [client] Rewrite client structure 2020-02-19 23:12:53 +00:00
docs [docs] Add back inital root node in server hello packet 2020-02-18 12:13:29 +00:00
server [server] Move server-related files into their own subdirectory 2020-02-26 08:57:09 +00:00
src/Forest [client] Align node permissions to the right 2020-02-27 15:09:11 +00:00
.gitignore Create project 2020-02-05 13:38:43 +00:00
CHANGELOG.md Create project 2020-02-05 13:38:43 +00:00
LICENSE Create project 2020-02-05 13:38:43 +00:00
package.yaml [client] Improve reply interactions 2020-02-24 12:41:32 +00:00
README.md [docs] Add API documentation 2020-02-15 14:27:23 +00:00
Setup.hs Create project 2020-02-05 13:38:43 +00:00
stack.yaml [stack] Update resolver 2020-02-24 13:27:39 +00:00
stack.yaml.lock [stack] Update resolver 2020-02-24 13:27:39 +00:00

forest

Forest is an experiment in tree-based interaction.

API documentation