Commit graph

13108 commits

Author SHA1 Message Date
barredterra
75f588d386 Merge remote-tracking branch 'upstream/develop' into list-padding 2024-04-16 19:49:54 +02:00
barredterra
eb4d0b234a feat: extend the checkbox's clickable area 2024-04-16 19:47:18 +02:00
Corentin Flr
f46c4813ca
fix(ControlLink)!: Fix link selection in tables on iOS (#25472)
* fix(ControlLink)!: Fix link selection in tables on iOS

* test: use correct selector

* test: change selector

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-04-16 13:36:59 +05:30
Ankush Menat
fd02b912de
fix: title width for form (#25958) 2024-04-16 07:18:02 +00:00
Rutwik Hiwalkar
7b39a9bbd3
feat: add vim and emacs mode for ace-editor (#25936) 2024-04-16 11:35:58 +05:30
avc
9feef371ff
fix: let's color tag in form view (#25949)
* fix: let's color tag in form

* fix: linters
2024-04-15 18:46:24 +05:30
Akhil Narang
26c71bc1be
Merge pull request #25941 from esafwan/list-checkbox-fix
fix: make checkbox clickable in image view of doctype lists
2024-04-15 18:10:44 +05:30
avc
55b1e4a167
fix: filter button translation (#25944) 2024-04-15 17:45:02 +05:30
Safwan Erooth
95ae166e40
fix: enable checkbox clickability in list view by adjusting z-index 2024-04-13 04:25:08 +05:30
Saqib Ansari
e7cb2c04bc
fix: tables in markdown editor (#25935) 2024-04-12 15:46:57 +05:30
Fisher Yu
ea61af2ceb
[fix] Add missing translate function call (#25747)
* Update Properties.vue

* Update store.js

* Update Section.vue

* Update list_settings.js

* Update grid_row.js

* Update list_settings.js

* chore: add in missing context for some strings

Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>

* chore: formatting and lint fixes

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>
2024-04-12 14:39:02 +05:30
Ankush Menat
84cbe3dcc5 refactor: Simplify workspace resolution
no need for if-elses eh
2024-04-11 20:07:51 +05:30
Ankush Menat
822679246c fix: use workspace title instead of name
this is how workspaces work 🤷
2024-04-11 19:42:48 +05:30
Ankush Menat
facff87cad refactor: local declaration 2024-04-11 19:42:48 +05:30
barredterra
90533deb3e fix: render count after header 2024-04-11 16:10:26 +02:00
barredterra
ab61fb18a6 Merge remote-tracking branch 'upstream/develop' into list-padding 2024-04-11 15:53:08 +02:00
Ankush Menat
f6d003963c
fix: show warning for pending migrations (#25908)
* Revert "fix: limit title length on form (#25880)"

This reverts commit 28177c8574.

* fix: show warning for pending migrations
2024-04-11 11:51:40 +05:30
barredterra
2c8dbb730a Merge remote-tracking branch 'upstream/develop' into list-padding 2024-04-09 18:54:18 +02:00
Ankush Menat
fc78c068f9
fix(link): get_input_value returns "" (#25878)
Steps to repro:
- Setup show title in link field
- on list view filter by that field
- Use the URL and open the page again
- filters will be erased

This is happening because:
- title->value map needs a db call to complete
- in meantime if we ask for input value we get empty value (because input is empty) and then we end up returning `""`
2024-04-09 18:31:24 +05:30
Ankush Menat
28177c8574
fix: limit title length on form (#25880) 2024-04-09 18:10:06 +05:30
Akhil Narang
812f29bd08
Merge pull request #25802 from barredterra/bulk-actions-workflow
fix: don't show bulk actions for doctype with workflow
2024-04-09 15:00:44 +05:30
Akhil Narang
aca9c7f475
Merge pull request #24373 from treasuryesc/develop
fix: error in copy paste from Excel into grid (closes #24371)
2024-04-09 12:38:45 +05:30
Akhil Narang
13aed45308
chore(table): simplify logic
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-09 12:37:11 +05:30
Akhil Narang
2a1d87590c
Merge pull request #25867 from akhilnarang/fix-unhandled-TypeError
fix(layout): handle `fieldobj` being null
2024-04-09 11:56:18 +05:30
Akhil Narang
883196d39b
fix(layout): handle fieldobj being null
`make_control` doesn't return anything when the control name is invalid
Handle in `make_field` and `init_field`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-09 11:54:17 +05:30
Raffael Meyer
21049be8e7
fix: don't underline shortcuts during In-Context Translation (#25864) 2024-04-09 10:37:52 +05:30
Nabin Hait
5b5ac8c877
fix: Get filter value based on depends_on field (#25861) 2024-04-08 21:14:31 +05:30
Ankush Menat
a61b0f6ffe fix(UX): show title instead of name 2024-04-08 18:45:34 +05:30
Ankush Menat
6873eab7b4 refactor: move to boot
- Remove API call
- Remove notification setting, don't think we need this
2024-04-08 18:40:03 +05:30
Ankush Menat
465efe8ea6 refactor: rename variable for last date of feed 2024-04-08 18:24:35 +05:30
Ankush Menat
b525b7365e chore: shorten events tab 2024-04-08 16:34:49 +05:30
Ankush Menat
8d9304abbe Merge branch 'develop' into whats-new 2024-04-08 16:32:15 +05:30
Ankush Menat
da682ae44c
fix: type error in workflow (#25847)
if state is null, we can't get roles for it.
2024-04-08 12:59:23 +05:30
barredterra
027682fcc9 feat: link to attribution page in about modal 2024-04-06 20:21:14 +02:00
Akhil Narang
310cedf749
fix(grid): ensure that doc.name is truthy before proceeding (#25800)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-06 18:14:18 +05:30
Nabin Hait
7252d1561f
fix: Don't assign returned values if row is deleted (#25806) 2024-04-06 18:07:17 +05:30
Ankush Menat
4a99f09fcd
Merge pull request #25577 from barredterra/quill-paragraph-spacing
fix: paragraph spacing in quill
2024-04-06 17:57:59 +05:30
barredterra
75b0142c1c fix: don't show bulk actions for doctype with workflow 2024-04-04 12:46:09 +02:00
Nihantra C. Patel
b9ed9a95ae
fix: translation of dashboard chart and number card label prettier 2024-04-04 12:35:14 +05:30
Nihantra C. Patel
51a87ae33b
fix: translation of dashboard chart and number card label 2024-04-04 12:26:50 +05:30
Akhil Narang
45934f5dfb
Merge pull request #25778 from akhilnarang/fix-grid-row-removal-crash
fix(grid): don't crash if row doesn't exist
2024-04-03 14:03:29 +05:30
Ankush Menat
d1210f7edc
Merge pull request #25507 from GursheenK/announcement-widget-navbar
feat: navbar announcement widget
2024-04-02 22:38:52 +05:30
barredterra
f5e4a59ff9 fix: product name should not be translatable 2024-04-02 17:16:14 +02:00
barredterra
166422fb6e fix: align header structure with list row
In order to avoid inconsistencies in the layout.
2024-04-02 16:28:45 +02:00
barredterra
30f8f24866 Merge remote-tracking branch 'upstream/develop' into list-padding 2024-04-02 15:52:14 +02:00
barredterra
72d1a31376 fix: use bootstrap's media queries
https://getbootstrap.com/docs/4.6/layout/overview/#responsive-breakpoints
2024-04-02 15:52:01 +02:00
Akhil Narang
31c6df248d
fix(grid): don't crash if row doesn't exist
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-02 16:59:02 +05:30
barredterra
470f128581 fix: frm can be missing 2024-03-31 00:04:25 +01:00
barredterra
e854b7ba5d Merge remote-tracking branch 'upstream/develop' into filter-email-recipients 2024-03-31 00:01:09 +01:00
Maxim Sysoev
f32c3aa3a8
fix(ListView): In ListView make visible link title value for Subject column (#25569)
* fix(ListView): In ListView make visible link tite value for Subject column

Fixes #25567

* Revert "fix(ListView): In ListView make visible link tite value for Subject column"

This reverts commit eea3ea0a148f6f5800f1b008f97f8a86b4e6ebe8.

* fix: show title in subject field

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-03-30 11:23:01 +05:30