* feat(form): make sidebar sticky
* test: add check for csrf token
* refactor: change show all attachment limit
* refactor: debug test case
* refactor: remove sticky
* refactor: remove scroll
* refactor: remove css property
* refactor: revert all changes
* refactor: add css changes back
* refactor: remove extra class reference
* refactor: use static styles
* refactor: change height to max height
* test: scroll to top on sidebar after attaching image
* test: debug removing overflow
* test: debug remove height
* test: debug add overflow
* test: change attachment limit to 5
* test: remove explore link test
* test: comment explore link part from tets
* test: run all test cases
* fix: remove doctypes,workspace blocks, files
* fix: minor python tests and UI tests
* fix: remove blog post from tests
* fix: remove blogger as role for tests
* fix: add check for if doctype exists
* fix: ui test
* fix: more cleanup
* fix: cleanup comments and fix test_query
* fix: resolve conflicts
* fix: add warning and handle comments
* replaced all full width pill buttons with the labels and plus icons
* added a click listener to avatars for opening share dialog.
* made attachments label a link where user can click and open all of the files
as there isn't enough space for explore buttons in new design
- Added 10 royalty free images from 'https://unsplash.com/images/stock/royalty-free'
- Test to check state of attachments actions through different user actions
- UI Helper function to create ToDo and add max attachment limit of 12
When this checkbox is checked, while uploading docs using fileuploader
the default visibility will be set to "public".
At present all uploaded attachments are private, however in following
cases it makes sense to set default as public:
1. Blog post
2. Item catalog
3. Website item
Considering this we decided to add this configurtion so developers can
specify sane default while user still has control over it using
"Customize form"
Enabled this for "blog post" doctype
Unrelatd change: consistent "form settings" section on DocType and customize
form