steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

Task creation view fix #38

Closed VPellenc closed 3 years ago

VPellenc commented 3 years ago

Closes #33

When the task creation feature was introduced, the related test in CI was failing. The reason was that due to the CI emulator being too small, the text field took too much space, pushing the " + " button off-screen. The workaround was to make the text field smaller.

This fixes the issue by making the " + " button fixed size, and having the text field scale to the remaining space on the left.