Ejaaz Khan
8aebd9fc1a
Merge pull request #35214 from Himanshugijawara/feat/mentions-show-email
...
feat(mentions): show email in mention suggestions to avoid duplicate-name confusion
2026-01-22 13:19:36 +05:30
Ejaaz Khan
f19467aa6b
refactor: remove unwanted code and keep group metion functionality
2026-01-22 12:25:59 +05:30
Soham Kulkarni
6d83347ebe
Merge pull request #36202 from sokumon/desktop-icons-fix
2026-01-22 12:23:06 +05:30
Ejaaz Khan
c8bddf9305
Merge remote-tracking branch 'origin/develop' into feat/mentions-show-email
2026-01-22 12:16:48 +05:30
Himanshu Gijawara
b7d7a62cec
feat: add email to users_for_mentions and enhance dropdown rendering
...
- Updated get_users_for_mentions to return email along with user id and full_name
- Fixed normalize_values and renderItem in get_mention_options to display email in suggestions
- Cleared cache dependency so updated values appear in mention dropdown
- Improves usability when multiple users share the same name
2026-01-22 12:14:04 +05:30
Satyam-Kolhe
842fe28e98
refactor: add strict type hints to duration utility functions ( #36088 )
2026-01-22 10:40:03 +05:30
sokumon
bd39a0a7ca
fix(workspace_sidebar): reexport after rename
2026-01-22 03:34:15 +05:30
sokumon
8cd03ba19b
fix: show misconfigured icons
2026-01-22 03:06:01 +05:30
Soham Kulkarni
c988975c06
Merge pull request #36186 from ljain112/fix-desktop-icon-awesomebar
2026-01-21 20:59:54 +05:30
ljain112
8776fbe409
fix(utils): update route assignment for external desktop icons
2026-01-21 18:29:39 +05:30
Soham Kulkarni
c3bcdee999
Merge pull request #36178 from sokumon/desktop-icons-fix
...
fix: generate files after icon rename
2026-01-21 17:15:51 +05:30
Ejaaz Khan
8c25d0a0ec
Merge pull request #36036 from kaulith/fix-print-empty-report
...
fix: Show alert if report is empty
2026-01-21 17:11:56 +05:30
Mihir Kandoi
b46ab9dd8f
Merge pull request #36180 from frappe/fix-js-error
2026-01-21 17:07:42 +05:30
Kaushal Shriwas
385ddbb68a
fix: Use data-label attribute for selecting the element
2026-01-21 17:00:04 +05:30
Mihir Kandoi
9f3e7868bb
fix: df is undefined error
2026-01-21 16:55:18 +05:30
Ejaaz Khan
99e43ab317
Merge pull request #36177 from iamejaaz/36075-sidebar-image
...
fix(UI): checkbox alignment and delete icon
2026-01-21 16:55:15 +05:30
sokumon
1357924b05
fix: cleanup desktop icons in migrate
2026-01-21 16:51:47 +05:30
sokumon
3723e5e0a5
refactor: exporting logic
2026-01-21 16:46:49 +05:30
sokumon
5c3fbb9d44
fix: generate files after icon rename
2026-01-21 16:44:00 +05:30
Ejaaz Khan
571408c443
fix(UI): checkbox alignment and delete icon
2026-01-21 16:43:39 +05:30
Ejaaz Khan
d54270d815
Merge pull request #36114 from UmakanthKaspa/fix/checkbox-label-alignment
...
fix: align checkbox with label in field properties sidebar
2026-01-21 16:36:09 +05:30
Ejaaz Khan
794ee3ddd7
Merge pull request #36128 from KerollesFathy/fix-print-settings
...
fix: reset print format in settings to prevent carryover to next print
2026-01-21 16:33:12 +05:30
Ejaaz Khan
2e65e793c6
Merge pull request #36172 from kaulith/fix-breadcrumbs-breaking
...
fix: Breadcrumb breaks when document title contains HTML tags
2026-01-21 16:21:31 +05:30
Ejaaz Khan
77b1ad7993
Merge pull request #36168 from iamejaaz/36075-sidebar-image
...
fix(sidebar): restore square-shaped images
2026-01-21 15:34:57 +05:30
Sagar Vora
c260d99a0b
Merge pull request #36167 from sagarvora/fix-translated-link-validation
2026-01-21 15:29:14 +05:30
Ejaaz Khan
a5a78f09af
fix(sidebar): restore square-shaped images
2026-01-21 15:22:59 +05:30
Sagar Vora
c15a7d5e03
fix: ensure link validation works for translated doctypes with custom queries
2026-01-21 15:17:31 +05:30
Kaushal Shriwas
7ff12666a0
fix: Breadcrumb breaks when document title contains HTML tags
2026-01-21 14:51:20 +05:30
Sagar Vora
4372e3f153
chore: improve variable name
2026-01-21 14:40:05 +05:30
Ejaaz Khan
34e495a62c
Merge pull request #36163 from frappe/revert-35782-fix-login-rtl-input
...
Revert "fix: RTL direction for login form inputs"
2026-01-21 14:25:17 +05:30
Diptanil Saha
61ebf5a4de
ci: generate pot files for version-16-hotfix ( #36160 )
2026-01-21 14:21:30 +05:30
Ejaaz Khan
0bff903e34
Revert "fix: RTL direction for login form inputs ( #35782 )"
...
This reverts commit 9b34838adb .
2026-01-21 14:07:38 +05:30
Ejaaz Khan
e793d60fdc
Merge pull request #35845 from Abdeali099/fix-contact-address-conditions
...
refactor: streamline address and contact rendering logic
2026-01-21 13:02:56 +05:30
Ejaaz Khan
b31b8fd9ab
fix: keyboard shortcuts for prev/next record ( #35961 )
2026-01-21 12:45:47 +05:30
Joseph Adams
9b34838adb
fix: RTL direction for login form inputs ( #35782 )
...
* fix: RTL direction for login form inputs
* Fix RTL overlap for login password field
* Fix login RTL alignment
* fix: refine RTL login input layout
---------
Co-authored-by: josephadamsdev <josephadamsdev@users.noreply.github.com>
2026-01-21 12:18:49 +05:30
Ejaaz Khan
e4a95c1f89
Merge pull request #36122 from circlecrystalin/feat/select-unselect-button-print-builder
...
feat: Add Select All/Unselect All buttons to Table Columns dialog in Print Format Builder
2026-01-21 12:00:28 +05:30
Ejaaz Khan
86ca1a8ff7
Merge pull request #36146 from AarDG10/fix-ux-file-uploader
...
fix(UX): add fallback for better error message delivery
2026-01-21 11:55:00 +05:30
Ankush Menat
b23c650bd9
ci: fix generate POT workflow ( #36023 )
...
Probably also need to reconfigure PRs for v16 branch (?)
2026-01-21 06:24:32 +00:00
Ankush Menat
04b5076fbb
test: remove unsupported format: from test ( #36151 )
2026-01-21 06:14:06 +00:00
Aarol D'Souza
cfb5ee0dbc
fix(currency): sar unicode not supported yet ( #36147 )
2026-01-21 05:11:43 +00:00
AarDG10
3d2dc25ea3
fix(UX): add fallback for better error message delivery
2026-01-21 09:50:48 +05:30
Ejaaz Khan
489fea676c
Merge pull request #36141 from vishwajeet-13/fix/indicator-pill
...
fix: indicator pill breaking UI issue
2026-01-20 23:31:45 +05:30
vishwajeet-13
8514980253
fix: moved to list.scss
2026-01-20 23:08:47 +05:30
vishwajeet-13
f498d8a04e
chore: ran pre-commit
2026-01-20 22:52:10 +05:30
circlecrystalin
43a03d4a44
style: apply prettier formatting and remove trailing whitespace
2026-01-20 18:17:40 +01:00
circlecrystalin
65dbc16948
refactor: scope checkbox selection to dialog and extract reusable function
...
- Scope checkbox selector to .column-selector-list to prevent selecting checkboxes outside the dialog
- Refactor Select All and Unselect All into reusable toggle_all_checkboxes function
- Reduce code duplication and improve maintainability
2026-01-20 18:14:30 +01:00
vishwajeet-13
d04e3c06fd
fix: indicator pill breaking UI issue
2026-01-20 22:24:14 +05:30
Rahul Agrawal
2df6e92c2f
fix: remove read-only field validation map_doc ( #35757 )
2026-01-20 22:17:12 +05:30
Raffael Meyer
42a4319ee7
fix: use inline formatting for link filter values ( #36134 )
2026-01-20 16:08:44 +00:00
Aarol D'Souza
cc7e7fe1bf
Merge pull request #36077 from UsmanSanawar/feat/saudi-riyal-u20c1
...
feat: update Saudi Riyal symbol to official currency symbol () [U+20C1]
2026-01-20 20:19:53 +05:30