Commit graph

770 commits

Author SHA1 Message Date
Sumit Jain
f7a344857f fix(grid): enhance phone field handling in bulk edit modal for child tables 2026-04-27 13:32:20 +05:30
Sumit Jain
38bbe0a3a3 fix(grid): improve phone selection in bulk edit modal for child tables 2026-04-27 12:45:49 +05:30
Sumit Jain
25c19683db feat(grid): add tests for bulk edit functionality in child tables 2026-04-27 11:49:45 +05:30
Gursheen Anand
b58592f30c fix: scroll to route field correctly in test 2026-02-26 01:15:50 +05:30
Gursheen Anand
24eec8cf44 fix: only check for valid child table fields to compare doctypes 2026-02-24 09:49:20 +05:30
Safwan Samsudeen
8ccc133f8a chore: add another test 2026-02-03 12:59:15 +05:30
Safwan Samsudeen
2d9c23cf70 fix: #22219 2026-02-02 15:41:06 +05:30
Ankush Menat
04b5076fbb
test: remove unsupported format: from test (#36151) 2026-01-21 06:14:06 +00:00
Sagar Vora
9b136fbfed test: wait for events to complete before trying to add filters 2026-01-10 13:25:43 +05:30
Sagar Vora
40c7d27e4f fix!: disallow setting link values not matching filters 2026-01-10 13:25:35 +05:30
Saqib Ansari
b7f2740f8e
fix: various ui fixes (#35560)
* 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
2026-01-02 15:19:54 +05:30
Saqib Ansari
d79ac32f10 fix(test): focus on jump to field before typing 2026-01-02 14:52:57 +05:30
barredterra
2448dbce7f test: update delete button label to "Delete row" 2025-12-31 17:00:47 +01:00
barredterra
30379b71cb fix: lowercase "row" 2025-12-31 16:11:31 +01:00
barredterra
0ca726ab61 test: adjust button name to "Add row" 2025-12-30 18:47:46 +01:00
Ejaaz Khan
f36ceaf9b4
feat(form): make sidebar sticky (#35397)
* 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
2025-12-26 15:00:20 +05:30
sokumon
a70c7afc17 fix(test): use breadcrumb title 2025-12-21 01:32:05 +05:30
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
Ejaaz Khan
45c0696c57
Merge pull request #35245 from sokumon/form-sidebar
feat: init form sidebar redesign
2025-12-18 17:56:46 +05:30
Hussain Nagaria
48b6663a6d
fix(ux): enable create log for server scripts by default (#35291)
* fix(ux): enable create log for server scripts by default
2025-12-17 08:06:14 +00:00
Ankush Menat
722634a112
Merge pull request #35007 from barredterra/cache-empty-search_link
perf: cache empty search links
2025-12-17 12:35:38 +05:30
Ejaaz Khan
9e72c10f62 Merge remote-tracking branch 'upstream' into form-sidebar 2025-12-17 01:56:34 +05:30
Ejaaz Khan
64474d4597 test: get indicatior by parent class 2025-12-16 22:43:01 +05:30
Ejaaz Khan
329243f646
Merge pull request #35223 from iamejaaz/remove-list-sidebar
feat: remove list sidebar
2025-12-15 22:49:08 +05:30
Ejaaz Khan
218e882ab3 test: comment test of removed functionality 2025-12-15 21:32:10 +05:30
Ankush Menat
7b7c6390f4 fix!: Swap old style naming with new one
"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
2025-12-15 12:12:09 +05:30
barredterra
68b18d8a93 test: don't wait for cached request 2025-12-13 17:43:07 +01:00
Manzoor Sofi
dbad0ce1fe
feat: allow restricting public file uploads to System Managers (#34879)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2025-12-11 00:38:47 +01:00
git-avc
e21d05c20c fix: wrong tab naming for testing 2025-12-10 09:22:47 +01:00
git-avc
d79e684c76 test: add child row form test 2025-12-10 09:11:02 +01:00
Ejaaz Khan
5386cba461
Merge pull request #35126 from iamejaaz/new-navbar-design
feat: new navbar design
2025-12-10 11:27:01 +05:30
Ejaaz Khan
1678d82a69 test: remove optional delete anban test case 2025-12-10 11:01:09 +05:30
Ejaaz Khan
f2c37576af test: fix kanban test cases 2025-12-09 23:10:16 +05:30
Rahul Agrawal
dfd956f236
fix: allow same filter multiple times in workspace shortcut (#35133)
* fix: populate multiple filters of same type in URL

* test: increase wait time for jump to field
2025-12-09 19:00:01 +05:30
Ejaaz Khan
da936cc2fe test: add correct id for copying title 2025-12-09 17:40:54 +05:30
Ejaaz Khan
1f33616371 test: fix route to worksapce test case 2025-12-09 17:37:38 +05:30
Ejaaz Khan
f04cc04502 test: apply doctype filter while seearching file 2025-12-09 17:25:40 +05:30
Ejaaz Khan
33d9a7f622 test: use click instead of enter 2025-12-06 00:56:28 +05:30
Ejaaz Khan
f2a4697bfe test: select option before navigating 2025-12-05 23:25:57 +05:30
Ejaaz Khan
6c5c0d7921 test: remove wait and select option 2025-12-05 22:56:36 +05:30
Ejaaz Khan
d95b20e970 test: fix failing test of listview settings 2025-12-05 22:42:48 +05:30
Ejaaz Khan
e322965a3e test: add wait in jump to field 2025-12-04 11:34:21 +05:30
Raffael Meyer
93a9f3c41d
test: implement datetime field validation tests (#34912) 2025-12-03 02:48:48 +01:00
Ejaaz Khan
7a99f885d4
Merge pull request #34992 from sokumon/sidebar-fixes
feat: move awesombar to sidebar
2025-12-02 16:06:38 +05:30
Ejaaz Khan
c619556b95 test: comment flacky test 2025-12-02 15:42:29 +05:30
Ejaaz Khan
10d35b10e0 test: add after each method 2025-12-02 15:25:50 +05:30
Ejaaz Khan
cadbf4a2f6 test: close modal before each test and add delay 2025-12-02 15:05:57 +05:30
Ejaaz Khan
7b654c5914 test: add dealy after body click 2025-12-02 12:46:10 +05:30
Raffael Meyer
a9c4bac950
fix: speed up link field (#34689) 2025-12-01 19:31:27 +01:00
Sagar Vora
aab68012d0 perf: ignore link validation if no fetch and value in awesomplete list 2025-12-01 20:59:51 +05:30