fix(ui): password stars instead of dots, H/L swaps kanban columns #39

Merged
barrettruth merged 2 commits from fix/date-format-and-settings into main 2026-03-23 19:12:06 +00:00
barrettruth commented 2026-03-23 18:44:06 +00:00

Problem

Password field used browser-default circle dots instead of stars. Kanban H/L moved individual tasks between columns instead of reordering the columns themselves.

Solution

Add -webkit-text-security: square for password inputs to render asterisks. Rewrite kanban H/L to swap the entire column at the cursor position with its neighbor.

## Problem Password field used browser-default circle dots instead of stars. Kanban H/L moved individual tasks between columns instead of reordering the columns themselves. ## Solution Add `-webkit-text-security: square` for password inputs to render asterisks. Rewrite kanban H/L to swap the entire column at the cursor position with its neighbor.
Sign in to join this conversation.
No description provided.