Suraj Shetty
|
87826f0241
|
fix: Line hieght of checkbox label
|
2021-03-07 13:33:13 +05:30 |
|
Suraj Shetty
|
738e6f50ab
|
fix: Remove unnecessary background transitions
- to avoid inconsitent transition while switching the theme
|
2021-03-07 13:24:54 +05:30 |
|
Suraj Shetty
|
caaed1a4e5
|
fix: Move data-theme attribute to root (html)
- So that the HTML background matches with the theme background color
|
2021-03-07 13:22:28 +05:30 |
|
Suraj Shetty
|
0e0413d096
|
fix: Remove redundant css_variables import
|
2021-03-07 10:43:40 +05:30 |
|
Prssanna Desai
|
16d87aa786
|
Merge pull request #12518 from ankush/track_setting_changes
fix: track setting changes
|
2021-03-04 19:35:20 +05:30 |
|
Suraj Shetty
|
d1f4de17ae
|
Merge pull request #12498 from surajshetty3416/add-option-to-assign
|
2021-03-04 19:07:36 +05:30 |
|
Suraj Shetty
|
1213040cc2
|
Merge pull request #12504 from prssanna/redesign-fixes
|
2021-03-02 19:41:41 +05:30 |
|
prssanna
|
4f7512893b
|
fix: trigger select-change instead of setting first value
|
2021-03-02 19:11:53 +05:30 |
|
prssanna
|
817af23daa
|
style: fix formatting
|
2021-03-02 18:39:05 +05:30 |
|
prssanna
|
3cfb57cec1
|
fix: don't show disabled users in leaderboard
|
2021-03-02 18:35:59 +05:30 |
|
prssanna
|
6b903e2c6c
|
fix: explicit call to .val to set first option in select
|
2021-03-02 18:35:40 +05:30 |
|
Ankush Menat
|
0da8077847
|
fix: track setting changes
|
2021-03-02 18:33:13 +05:30 |
|
prssanna
|
d991253849
|
fix: datepicker dark theme style
|
2021-03-02 18:32:51 +05:30 |
|
Suraj Shetty
|
c40ef217fa
|
Merge pull request #12515 from surajshetty3416/redesign-fixes-2nd-mar
|
2021-03-02 16:10:49 +05:30 |
|
Suraj Shetty
|
8eddd49ea7
|
fix: Disabled input color in dark mode
|
2021-03-02 15:38:55 +05:30 |
|
Suraj Shetty
|
0ef74e3681
|
fix: Breadcrumb arrow color in dark theme
|
2021-03-02 15:38:27 +05:30 |
|
prssanna
|
f443c3100d
|
fix: strip html from email subject
|
2021-03-02 14:20:37 +05:30 |
|
prssanna
|
9609462f6d
|
fix: strip html from kanban title
|
2021-03-02 14:20:09 +05:30 |
|
Suraj Shetty
|
ba2a85965c
|
fix: Reduce btn-focus-outline width
|
2021-03-02 14:16:03 +05:30 |
|
Suraj Shetty
|
d498e0f245
|
fix: Primary button text color
|
2021-03-02 14:11:41 +05:30 |
|
prssanna
|
50f0a57188
|
fix: select in datatable style
|
2021-03-02 13:47:25 +05:30 |
|
prssanna
|
b340f955f9
|
fix: pre style
|
2021-03-02 13:47:10 +05:30 |
|
prssanna
|
afce76d4e1
|
fix: also support primary_action_label as a key
|
2021-03-02 13:46:45 +05:30 |
|
prssanna
|
8488272743
|
fix: typo
|
2021-03-02 13:46:07 +05:30 |
|
prssanna
|
d5980b345f
|
fix: set selected value in print format select
|
2021-03-02 13:45:34 +05:30 |
|
prssanna
|
297d4c668e
|
fix: print format custom css description
|
2021-03-02 13:45:09 +05:30 |
|
Suraj Shetty
|
358a9fabea
|
fix: max_old_space_size limit for node processes (#12494)
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
|
2021-03-01 16:43:18 +05:30 |
|
prssanna
|
724bd72904
|
fix: render fieldname if no label on print format builder sidebar
|
2021-03-01 15:07:15 +05:30 |
|
prssanna
|
7865f60cf3
|
fix: save selected print format
|
2021-03-01 15:06:21 +05:30 |
|
Prssanna Desai
|
cca0b6a00a
|
Merge pull request #12491 from prssanna/kanban-image
|
2021-03-01 11:11:51 +05:30 |
|
prssanna
|
b1a04ed453
|
fix: reference doctype for saved report
|
2021-03-01 10:57:30 +05:30 |
|
prssanna
|
e630c53083
|
fix: reduce datatable spacing
|
2021-03-01 10:44:25 +05:30 |
|
mergify[bot]
|
90984742bb
|
Merge pull request #12501 from shariquerik/revert-execute-issue
fix: Set valid status for Scheduled Job Type
|
2021-02-26 14:49:04 +00:00 |
|
shariquerik
|
b9b623ee47
|
fix: revert execute issue
|
2021-02-26 16:37:15 +05:30 |
|
mergify[bot]
|
34bc6d8a31
|
Merge pull request #12497 from ankush/jedi_ipython_crashfix
fix: console crash due upstream issue in ipython
|
2021-02-26 07:32:17 +00:00 |
|
Suraj Shetty
|
71dd300ae3
|
fix: Raise PageDoesNotExistError instead of DoesNotExistError (#12485)
- to avoid it getting mixed up with Document Not Found error
|
2021-02-26 12:59:42 +05:30 |
|
Ankush Menat
|
00afecba6e
|
fix: console crash due upstream issue in ipython
Temporary solution is to pin jedi to one version lower.
Reference: https://github.com/ipython/ipython/issues/12740#issuecomment-751273584
|
2021-02-26 12:04:55 +05:30 |
|
Suraj Shetty
|
1aca240a8b
|
fix: UX of assigning a user
|
2021-02-26 11:42:35 +05:30 |
|
Suraj Shetty
|
602968af0b
|
Merge branch 'develop' of https://github.com/frappe/frappe into add-option-to-assign
|
2021-02-26 10:34:23 +05:30 |
|
Suraj Shetty
|
91176153a2
|
revert: "fix: Memory limit for watch command" (#12493)
|
2021-02-25 20:37:12 +05:30 |
|
mergify[bot]
|
6f7d8a831b
|
Merge pull request #12428 from shariquerik/scheduled-job-type-fix
fix: Scheduled Job Type execute not working
|
2021-02-25 14:44:52 +00:00 |
|
mergify[bot]
|
9948f9e9c8
|
Merge pull request #12489 from resilient-tech/fix-print-col-width
fix: respect % width while building print formats
|
2021-02-25 13:04:32 +00:00 |
|
prssanna
|
fce99a25e3
|
fix: unbind change column event
|
2021-02-25 17:49:15 +05:30 |
|
prssanna
|
0e3c0551c5
|
feat: show images in kanban
|
2021-02-25 17:29:41 +05:30 |
|
Suraj Shetty
|
3aea7c4416
|
fix: Do not render multiple login blocks (#12490)
|
2021-02-25 17:14:48 +05:30 |
|
prssanna
|
e4e117da4b
|
fix: ellipsis for kanban title
|
2021-02-25 16:21:20 +05:30 |
|
mergify[bot]
|
434a1e065b
|
Merge pull request #12465 from prssanna/select-field-placholder
feat: placeholder for Select fields
|
2021-02-25 10:34:35 +00:00 |
|
Sagar Vora
|
3def386b05
|
fix: remove unnecessary type-casting
|
2021-02-25 15:56:24 +05:30 |
|
mergify[bot]
|
64abd9d3e4
|
Merge pull request #12253 from pateljannat/newsletter-modifications
feat: Newsletter modifications
|
2021-02-25 10:07:31 +00:00 |
|
Sagar Vora
|
0feaafff21
|
fix: respect % width while building print formats
|
2021-02-25 15:37:07 +05:30 |
|