DCsunset / taskwarrior-webui

Self-hosted Responsive Web UI for Taskwarrior based on Vue.js and Koa.js
GNU General Public License v3.0
188 stars 24 forks source link

Compact task dialog fields #39

Closed flaktack closed 2 years ago

flaktack commented 2 years ago

The task editing dialog could get a bit long with the new fields. The fields are rearranged, so that the shorter date fields may be in the same row on wider screens. On narrower screens the existing one-field-per-row is preserved.

Before: image

After: image

DCsunset commented 2 years ago

Yeah, it makes sense to compact the date fields because they are usually short. Thanks for your contribution!