Y
Hacker News
new
|
ask
|
show
|
jobs
by
jkaplowitz
1916 days ago
What if you're not sure if you want to trigger the effect of the button?
1 comments
e_proxus
1916 days ago
Unless I’m missing something we’re talking about a tab bar? The worst thing that can happen is that you switch to that tab. Switching tabs should never be destructive.
link
chrismorgan
1916 days ago
Toolbar, not tab bar. You will regularly get mutating actions there, though any mutating actions
should
either prompt or be undoable.
link