cjb / codex-blackboard

Meteor app for coordinating solving for our MIT Mystery Hunt team
GNU Affero General Public License v3.0
25 stars 17 forks source link

"Back" from editing the blackboard should protect the page #252

Open Torgen opened 6 years ago

Torgen commented 6 years ago

When you click the unprotect button, edit stuff on the blackboard, then are finished, the natural inclination is to click back to go to the read-only version. This actually goes back to wherever you were before you navigated to the blackboard, because the unprotect button changed a property of the page but didn't navigate anywhere.

cscott commented 6 years ago

Probably not too hard to push a special /path onto the history to do the protect/unprotect; see BlackboardRouter in main.coffee. I've never had the impulse to click 'back' though.

Torgen commented 6 years ago

If you wrote it, you always knew "back" wasn't how you get out of edit mode.

cscott commented 6 years ago

True enough!​