193 Commits (ae8732040837a8a3fabdc7ef17ca40f49ee32f76)

Author SHA1 Message Date
ansuz f29e3d7b0d don't let notifications interfere with document titles 8 years ago
ansuz bf5dac58dd Merge branch 'titleUserDoc' of github.com:xwiki-labs/cryptpad into titleUserDoc 8 years ago
Yann Flory 6363d3fb90 Pad titles are now shared with the userdoc 8 years ago
yflory 5c63585952 Complete the French translation 8 years ago
yflory 25c8d16bf5 Use a new version-prefixed hash parser 8 years ago
ansuz c35c7cda20 hide wizard after computing results 8 years ago
ansuz 0dae949c4f fix scrolljank bug 8 years ago
ansuz 848f16e8f5 unused function which computes values for the table 8 years ago
ansuz d64e06c12e don't make empty options 8 years ago
ansuz a3f6fe8843 lock options by default
add edit button for modifying options
fix bug where committing didn't clear the active column
minor style fixes
8 years ago
ansuz 269eba3c47 remove commit button if a user is removed 8 years ago
ansuz f8f66800d1 display a 'commit' button which locks your column 8 years ago
ansuz 85540bad12 leave all columns locked unless you've visited before 8 years ago
ansuz d679cac666 fewer log statements for the console 8 years ago
ansuz 235c0482f9 increase clickable area around editable columns' checkboxes 8 years ago
ansuz c76aaac542 don't make columns with empty names 8 years ago
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
8 years ago
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
8 years ago
ansuz e2b162bf6d snapshot some dead code 8 years ago
ansuz fd0a7337a3 wait a full minute until requirejs times out 8 years ago
ansuz 01d9923e15 export Cryptpad at window level 8 years ago
ansuz 600f3151e9 don't use the store until it's ready to be used 8 years ago
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
8 years ago
ansuz c09166efe2 scroll down when adding a new option to the table 8 years ago
ansuz 68f8d0101d fix flash of unstyled content 8 years ago
ansuz 8ea6c03094 notify user on disconnect
also disable inputs
8 years ago
ansuz 2351d8a23e make tests green again 8 years ago
ansuz 068a3f5944 remove rows from the poll 8 years ago
ansuz 2f2ab4392c clear the table on user clicks 8 years ago
ansuz 64f030c344 add a clear table button 8 years ago
ansuz d2c5cfe646 add col/row ids to arrays 8 years ago
ansuz f77e2cec34 set text values of new options 8 years ago
ansuz 52ab5147c9 add a missing semicolon so tests don't fail 8 years ago
ansuz e3f4df7e0a push my latest changes because I'm agile 8 years ago
ansuz cde239c97a implement row/column removal 8 years ago
ansuz 9860b7427a addition signs are slightly informative 8 years ago
ansuz ac50bf7286 height and width of the table are unreliable because of multiple users. remove them 8 years ago
ansuz a3254a2619 consistent ordering of columns and rows 8 years ago
ansuz d30eddf2f2 ui hint for 'adduser' and 'addoption' 8 years ago
ansuz ebf5c27453 add rename and forget buttons to poll app 8 years ago
ansuz f7a1332317 add a 'back' button 8 years ago
ansuz 7dd1624206 commit polls to localStorage 8 years ago
ansuz 0cf5f3cc87 realtime polls! 8 years ago