scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

No double-click on mobile #146

Open scottohara opened 5 years ago

scottohara commented 5 years ago

Currently in og-table-navigable, single click focusses a row, and double click drills down to the edit modal.

To better support mobile, it may be better to ditch the double click, and allow a single click to both focus and edit a row.