Commit graph

1591 commits

Author SHA1 Message Date
Suraj Shetty
321f4169dd Merge branch 'develop' of https://github.com/frappe/frappe into scroll-to-field-via-url 2023-06-10 17:33:47 +05:30
Suraj Shetty
a13592a66a fix: Warn users if "Repeat Header and Footer" is disabled
- and if the user still sets Letterhead

Also, add label to the print options
2023-05-31 08:55:59 +05:30
Shariq Ansari
abcc7b1870 style: make text smaller and reduced some spacings for webform for mobile view 2023-05-30 13:05:20 +05:30
Suraj Shetty
e86df2ecf6 feat: Scroll to field via URL 2023-05-29 17:19:11 +05:30
Shariq Ansari
3baaea0086 fix: css fix for select group button 2023-05-26 21:02:37 +05:30
Shariq Ansari
78f3d9c241 fix: make dropdown item label bold 2023-05-26 19:55:06 +05:30
Shariq Ansari
f06449adaf fix: make option toggle button smaller 2023-05-26 18:20:05 +05:30
Shariq Ansari
b1b05ee05b fix: clear & add email template using select group btn 2023-05-26 18:18:52 +05:30
Shariq Ansari
28f6ef74a6 feat: select group button 2023-05-26 18:12:30 +05:30
Marica
de89db078b
Merge branch 'develop' into geolocation-control-first-load 2023-05-22 12:20:55 +05:30
marination
5f6a6a025a fix: Load map libraries at build time to avoid async issues during geolocation render
- When gelocation control is built, it awaits loading of libraries
- Withi the control everything is await but a layer above where multiple controls are sequentially built this breaks
- Form render goes ahead without waiting for the gelocation control
- The `onload_post_render` in `Location` cannot find the map wrapper as the control is still being built
- Therefore, on a hard load, the control does not show up and appears on soft reload.
2023-05-19 16:56:54 +05:30
Shariq Ansari
40e7d68750 fix: custom block css for widget-head 2023-05-17 15:03:21 +05:30
Ankush Menat
badcd7a819
fix: add card shadow to onboarding widget (#21031)
Contrast between bg and widget was very low added shadow so it's
slightly more noticable.

[skip ci]
2023-05-16 20:09:03 +05:30
Shariq Ansari
3140cd2fb5 Merge branch 'develop' into clear-all-filters 2023-04-17 20:19:56 +05:30
Shariq Ansari
602120eb8c
Merge branch 'develop' into freeze-modal-z-index 2023-04-14 17:30:30 +05:30
Shariq Ansari
477335eb4a fix: prioritize modal over freeze in grid-form 2023-04-14 17:26:24 +05:30
Shariq Ansari
26c5a1926b
Merge branch 'develop' into clear-all-filters 2023-04-13 17:05:20 +05:30
Shariq Ansari
398fe0d84f fix: group buttons are overlapping 2023-04-12 17:07:23 +05:30
Shariq Ansari
eeedfd0f2c fix: filter button border when have active filters 2023-04-11 18:09:26 +05:30
Shariq Ansari
87799bb0ec
Merge branch 'develop' into clear-all-filters 2023-04-11 17:32:32 +05:30
Shariq Ansari
7037b408a3 fix: separate clear all filter button grouped with filter button 2023-04-11 17:30:58 +05:30
Shariq Ansari
75ba9b40d8 fix: child row form should be above freeze screen
sidebar overlay was also getting affected
2023-04-10 11:42:06 +05:30
Shariq Ansari
93dafbf5ed
Merge branch 'develop' into fix/20538-UI-freeze 2023-04-10 11:14:24 +05:30
Shariq Ansari
b72ec114ee fix(UI): align link cards & charts on workspace 2023-04-02 14:33:35 +05:30
Yash Jain
96395d60db fix: change z-index of freeze component to make it appear above all components
changed the z-index value of #freeze id to 9999 so that it appears above all UI components

fixes #20538
2023-03-31 19:34:56 +05:30
Shariq Ansari
d7ab46f7f8 fix: allow 5 column layout in doctype form 2023-03-16 17:16:32 +05:30
Suraj Shetty
177e419b16 fix: Use word-break property for print media to avoid overflow
(cherry picked from commit 0ed25cd36862247a2c262c263db64d387bd8b799)
2023-03-02 05:42:13 +00:00
Shariq Ansari
863987e6bb
Merge branch 'develop' into feat-number-card-workspace-dev 2023-02-28 10:57:38 +05:30
Shariq Ansari
4bb162c15a fix: added shadow for cards only on workspace 2023-02-28 10:50:12 +05:30
Suraj Shetty
d217c94a08 fix(print): Overflow wrap anywhere if a long word is found
overflow-wrap: anywhere; breaks anywhere in the string intead of just word end.
This is helpful to avoid breaking of print grid when an unexpectedly long word is passed.
2023-02-24 11:04:19 +05:30
Shariq Ansari
6bf326996e fix: do not show help-icon in report view (datatable) 2023-02-16 14:57:27 +05:30
Shariq Ansari
8b3bd5adc3 fix: help-icon taking space if doc url is not set 2023-02-16 14:19:19 +05:30
barredterra
b812f73339 feat: better freeze message 2023-01-27 15:57:02 +01:00
Shariq Ansari
aabe357ebf
Merge branch 'develop' into grid-in-3-column-ux 2023-01-24 12:36:29 +05:30
Shariq Ansari
1d97023b34 fix(UX): Grid in 3 column layout is broken 2023-01-24 12:34:31 +05:30
Shariq Ansari
bbcdd3102e
Merge branch 'develop' into pass-strength-progress-bar 2023-01-23 16:29:47 +05:30
Shariq Ansari
6c1624d41e feat: toggle password icon 2023-01-23 16:23:44 +05:30
Ritwik Puri
65a76cc0f3
Merge pull request #19083 from Aradhya-Tripathi/refactor-bg-submissions
fix: misc fixes (background submission)
2023-01-23 13:18:18 +05:30
Shariq Ansari
bd3ee0d4c0 fix: Password Strength Progress Bar 2023-01-20 22:03:21 +05:30
Suraj Shetty
ee3a6fab7d fix: Add cyan and pink indicator color for dark theme
- fix gray indicator colors on dark... make them lighter to make it more consistent and visible
2023-01-20 19:24:21 +05:30
Suraj Shetty
e2b3dd60c2 fix: Indicator contrast to make it more readable 2023-01-20 19:12:21 +05:30
Suraj Shetty
dcbc9e54ca fix: Indicator dot colors in dark mode 2023-01-20 14:16:04 +05:30
Shariq Ansari
d7a50e4dfd fix: Hide drop-icon if all children is hidden
Hide section if all workspaces are hidden
2023-01-13 17:00:46 +05:30
phot0n
12f0be1906 refactor(minor): better banner and removed unnecessary complexity for unlocking ref document 2023-01-13 12:57:32 +05:30
Shariq Ansari
1552b70e95 fix: hide unhide workspace css not working in firefox
reverting css part for now
2023-01-12 15:36:00 +05:30
Shariq Ansari
a6b56c36a9 fix: render drop-icon if hide/unhide parent workspace 2023-01-09 19:30:13 +05:30
Shariq Ansari
29ff3be1cc style: hide drop-icon if child workspaces are hidden 2023-01-09 18:31:04 +05:30
Shariq Ansari
97a57f7105 feat: hide/unhide workspace from sidebar 2023-01-09 17:51:25 +05:30
Shariq Ansari
37b246dfad chore: linter fix
not related to form builder
2023-01-02 20:40:27 +05:30
Shariq Ansari
ce287f23d1
Merge branch 'develop' into form-builder-fixes 2023-01-02 20:36:38 +05:30