Commit Graph

15 Commits (9dbe583f4ba69e521906141a05d6533c46b2484f)

Author SHA1 Message Date
yflory f03018f3bc Improve the top bar and use the font awesome icons in /code
yflory 99004428d5 Enable the read-only mode in Cryptpoll
yflory 5c63585952 Complete the French translation
ansuz d85684ef74 usability improvements
only one column is editable at a time
editable columns have a different appearance from locked columns
any column can be edited by anyone via an edit button
columns and rows require confirmation before deletion
ansuz 76bfb6ab35 detect whether you are new to a page
prompt for your name and create a column for your username
prompt before deleting columns as well
style a few elements differently
ansuz fd0a7337a3 wait a full minute until requirejs times out
ansuz 1f24d7126c big ugly commit that will be really hard to audit
This changeset applies new styles to the poll.

it also uses the new asynchronous wrappers around the localStorage api.
this is necessary because we're migrating to a storage system that will
use an async api.

The changes to the poll just happened to coincide with the async stuff.

My apologies to anyone who wants to read this whole thing
ansuz 68f8d0101d fix flash of unstyled content
ansuz 64f030c344 add a clear table button
ansuz e3f4df7e0a push my latest changes because I'm agile
ansuz 9860b7427a addition signs are slightly informative
ansuz d30eddf2f2 ui hint for 'adduser' and 'addoption'
ansuz ebf5c27453 add rename and forget buttons to poll app
ansuz f7a1332317 add a 'back' button
ansuz 0cf5f3cc87 realtime polls!