Gary Kim
067ec5e057
Fix overflowing card heading
...
If the heading of a card is too long,
it will push interface elements off the
card.
This change will ensure that text that
does not have spaces and thus cannot be
wrapped will simply be cut off with an
ellipsis instead.
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-10-22 17:08:03 +08:00
Gary Kim
fd406a0adb
Prevent wrapping text being visible while editing card header
...
Also: address errors thrown by linter
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-10-22 17:08:03 +08:00
Gary Kim
1d4fe31155
Cancel editing card header when escape is pressed
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-10-22 17:08:03 +08:00
Gary Kim
c2b8408cd2
Update Card Name on Form Submit
...
When editing a card's heading, pressing
"enter" or otherwise submitting the form
will save your edits.
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-10-22 17:08:03 +08:00
Gary Kim
b50e295e27
Cancel Card Heading Edit on Click Outside
...
Clicking away while editing a card name
will now cancel the edit.
Signed-off-by: Gary Kim <gary@garykim.dev >
2019-10-22 17:08:03 +08:00