-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual description #39
Conversation
…ll as checking session and participation code with the server on load in the client side
…ion code and session key
I think we should handle this in a different way. When people visit the website without clicking on the email link, this is what they would see. The title and description at the top is generic to the system and should be visible at all times. Human-readable session identifiers or custom descriptions should make it in the UI elsewhere (though I'm not sure where). |
Addressed both issues and merged master into the branch:
|
…r tooltip lingers on
I just added fixes for temporary invalid cells and tooltip lingering when uploading a spreadsheet. |
* 'master' of github.com:multiparty/web-mpc: Add description of session (#39) # Conflicts: # client/script/client.js
Issue #16 and #38 bullet 2, as well as checking the session key and participation code with the server as soon as they are typed in. Error in validation are displayed in the same way as before (using the new fail-* spans).