Interface for showing changes in the history is not very discoverable
It took me quite a while to discover how to see what was changed in an edit.
Some visual clue on how to get it would be a good idea, I think.
2 answers
I agree. What about showing an arrow icon before the label and giving it a different cursor on hover (cursor: pointer
)?
This could look something like this:
I used the unicode character "BLACK RIGHT-POINTING TRIANGLE" (▶, ▶
) for this. It might be possible to add some JavaScript toggling it to a "BLACK DOWN-POINTING TRIANGLE" (▼, ▼
) when expanded.
0 comment threads
So this is an artifact of me not testing across multiple browsers. In Chrome, the <summary>
element (which the history type, username, and timestamp are contained in) automatically inserts an arrow for you, exactly as luap42 suggested. Looking now in Firefox, it doesn't.
I'll have a look at how possible it is to add an indicator just for Firefox (and any others that don't auto-insert one).
0 comment threads