Commit graph

53154 commits

Author SHA1 Message Date
sokumon
45b7fd75e4 fix: remove the editing elements when editing is stopped 2026-01-17 19:16:06 +05:30
sokumon
26729e3805 fix: dont allow to edit on the mobile 2026-01-17 19:16:06 +05:30
sokumon
8c9aa18ab5 feat: create icons when user settings are synced 2026-01-17 19:16:06 +05:30
sokumon
0b20e81824 fix: add a patch to mark auto generated desktop icons as non standard 2026-01-17 19:16:06 +05:30
sokumon
ec73e3a70c feat: redesign restoring panel for removed icons 2026-01-17 19:16:06 +05:30
sokumon
27950f5955 feat: allow to rename folder 2026-01-17 19:16:06 +05:30
sokumon
690053220b fix: add reactivity to enhance editing ux 2026-01-17 19:16:06 +05:30
sokumon
e9ece96cb6 fix: allow creating mulitple new folders 2026-01-17 19:16:06 +05:30
sokumon
6c6b560f9e chore: remove duplicate field in doctype json 2026-01-17 19:16:06 +05:30
sokumon
b1c992901e feat: add ability to create folders 2026-01-17 19:16:06 +05:30
sokumon
d6824864c2 fix: open external url in new tab 2026-01-17 19:16:06 +05:30
sokumon
8056731fe0 feat: add ability to edit custom icons 2026-01-17 19:16:05 +05:30
sokumon
979ca49848 fix(menu): dont show blank menu 2026-01-17 19:16:05 +05:30
sokumon
663c2f9794 feat: sync desktop layout using user_setttings 2026-01-17 19:16:05 +05:30
sokumon
85ec8fb948 feat: add ability to add custom image for icons 2026-01-17 19:16:05 +05:30
sokumon
91eeaa524d fix: remove desktop entry from sidebar menu 2026-01-17 19:16:05 +05:30
sokumon
36b553cbb4 chore: run linter 2026-01-17 19:16:05 +05:30
sokumon
c3bfa24e21 feat: init custom icons 2026-01-17 19:16:05 +05:30
sokumon
85615754ac feat: add ability to add back icons which are removed 2026-01-17 19:16:05 +05:30
sokumon
3b02e56b70 feat: restrict removal of icons 2026-01-17 19:16:05 +05:30
sokumon
86774b5c02 feat: init desktop side panel 2026-01-17 19:16:05 +05:30
Soham Kulkarni
6f37fe1a5b
Merge pull request #36032 from sokumon/module-sidebar 2026-01-17 14:28:13 +05:30
sokumon
d96f2fe2a4 fix: dont consider virtual doctypes for sidebar generation 2026-01-17 14:15:45 +05:30
Sagar Vora
018b25aba5
Merge pull request #36028 from frappe/revert-deepcopy
revert: "fix: per child level 'depends on' conditions"
2026-01-17 01:01:37 +05:30
Sagar Vora
e8cdc750b1
Merge pull request #36026 from sagarvora/args-undefined-err
fix: args can be undefined
2026-01-17 00:36:16 +05:30
Mihir Kandoi
68d6588510 Revert "fix: form indicators"
This reverts commit 421dc48610.
2026-01-17 00:35:10 +05:30
Mihir Kandoi
b5e5a32baa Revert "fix: per child level 'depends on' conditions"
This reverts commit b308ee813a.
2026-01-17 00:34:59 +05:30
Sagar Vora
190bb285c7 fix: args can be undefined 2026-01-17 00:09:59 +05:30
Sagar Vora
ec2b5dbe2c
Merge pull request #36024 from sagarvora/better-fix-search-link
fix: dont mutate filters for custom queries
2026-01-16 22:06:25 +05:30
Sagar Vora
d4f1b51e98 revert: "fix: ignore unsupported filter when querying dynamic link doctypes"
This reverts commit bc590c0844.
2026-01-16 21:53:41 +05:30
Sagar Vora
cc498d3d54 fix: dont mutate filters for custom queries 2026-01-16 21:52:45 +05:30
Sagar Vora
8b0fc35860
Merge pull request #36014 from sagarvora/ignore-unsupported-filter
fix: ignore unsupported filter when querying dynamic link doctypes
2026-01-16 16:43:35 +05:30
Sagar Vora
bc590c0844 fix: ignore unsupported filter when querying dynamic link doctypes 2026-01-16 16:33:01 +05:30
Soham Kulkarni
910cd3684f
Merge pull request #36009 from sokumon/command-k 2026-01-16 15:23:16 +05:30
sokumon
04eb2517cd fix: allow command k trigger inside input 2026-01-16 14:42:15 +05:30
Soham Kulkarni
3a19199d19
Merge pull request #35995 from sokumon/desktop-mobile-fix 2026-01-16 14:05:03 +05:30
sokumon
46daca0dd5 fix(mobile): desktop modal design 2026-01-16 13:36:28 +05:30
MochaMind
9b61504b9b
fix: Hungarian translations (#35934) 2026-01-16 11:09:10 +05:30
Ejaaz Khan
5bec48fd39
Merge pull request #35986 from Shllokkk/tree-fix
feat(doctype): generate controller_tree.js boilerplate for tree doctypes
2026-01-16 11:02:20 +05:30
Raffael Meyer
345e9ed503
feat(version): add HTML diff view for multiline field changes (#35837)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 23:33:25 +00:00
Raffael Meyer
0522c40501
fix: return CommunicationComposer instance in email_doc method (#35992) 2026-01-15 20:56:34 +00:00
SID
3f9957e244
fix: Translate dashboard chart labels (fixes #35941) (#35952)
* fix: translate dashboard chart labels (fixes #35941)

- Translate chart_name when setting chart.label in dashboard_view.js
- Translate chart name when adding existing charts to dashboard
- Translate chart_name fallback in ChartDialog process_data

This ensures dashboard chart labels are properly translated based on user's language preference.

* fix: translate chart dataset names in backend (fixes #35941)

- Translate chart.name when used as dataset name in get_chart_config
- Translate chart.name when used as dataset name in get_group_by_chart_config

This ensures chart dataset names (used in legends/tooltips) are also
translated, complementing the frontend widget label translation fix.
2026-01-16 00:35:19 +05:30
Shllokkk
354f8337e9 fix(doctype): remove debug print statement 2026-01-15 22:43:03 +05:30
Soham Kulkarni
a9632b175e
Merge pull request #35987 from sokumon/notification-flicker 2026-01-15 21:32:27 +05:30
sokumon
ec94433e6a fix: notification bell shouldn't flicker 2026-01-15 21:04:19 +05:30
Shllokkk
eda8edc808 refactor: utils.py 2026-01-15 20:34:22 +05:30
Soham Kulkarni
0b176ec42f
Merge pull request #35979 from sokumon/sidebar-prediction 2026-01-15 17:53:46 +05:30
Shllokkk
a98e94caf1 feat(doctype): generate controller_tree.js boilerplate for tree doctypes 2026-01-15 17:50:27 +05:30
sokumon
137b94a4aa fix: show module sidebar 2026-01-15 17:27:14 +05:30
Akhil Narang
4528951d2d
Merge pull request #35970 from diptanilsaha/hook_dv
chore(hooks): develop_version bump
2026-01-15 16:06:16 +05:30