* fix: remove icon from form tabs
* fix: remove redundant creation/modified info
* fix: double background in sidebar header logo
* fix: alignment of header title and subtitle with logo
* fix: space above collapse button and use gap instead of margins
* fix: update padding and font size for number widget box
* fix: adjust padding for widget box, update font weight for widget title
* fix: update filter icon and menu icon in chart widget
* fix: button styling for better alignment and spacing
* fix: center align summary value in summary separator
* chore: replace timeless chart icon with lucide's bar chart icon
* fix: top padding of form sections without title
* fix: adjust padding-top for the first child of form-section
* fix: awesomebar modal divider position
* fix: top align checkbox input with label
* fix: expand button styles and spacing in query report filters
* fix(test): focus on jump to field before typing
* 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
"new" style of naming uses `format:` which is broken and unfixable. This
commit discourages use of the new style.
What was referred to as "old style" already works just fine and supports
all the same things.
ref https://github.com/frappe/frappe/issues/21212