bc2e7915cc
change term from existing to current
2025-09-29 07:40:42 -04:00
297f91da00
do not replace the selected text when insert file link.
2025-09-28 18:05:17 +08:00
2bdc7e1bc3
do not replace the selected text when insert file link.
2025-09-28 14:51:55 +08:00
2a302a187a
enable to insert file link in radzen editor.
2025-09-27 09:31:16 +08:00
34f2db5985
Merge pull request #5654 from mdmontesinos/fix-5648
...
Fix #5648 : Restore order of SetImage in FileManager
2025-09-24 08:17:51 -04:00
2cb568773c
Restore order of SetImage in FileManager
...
Fixes #5648
2025-09-23 16:21:20 +02:00
916019f015
RadzenTextEditor.placeholder.cs in RadzenTextEditor for docs
...
This is just a placeholder file
It is necessary for the documentation to successfully build this project.
Reason is that docfx will run the .net compiler and find references
to this class in the project.
But since the real class is just a .razor file, ATM docfx will fail.
2025-09-23 16:18:52 +02:00
085f137942
use static form for close button in ModuleMessage to support all render modes
2025-09-18 07:55:26 -04:00
503134d38c
use newer Resource overload methods
2025-09-16 12:50:01 -04:00
880a6e43d1
use enum for MessageStyle
2025-09-16 11:16:23 -04:00
a528e5eab2
add toast support to ModuleMessage
2025-09-15 16:42:37 -04:00
dd447e802e
Move radzen editor settings dialog to correct folder.
2025-09-15 17:05:51 +08:00
4278b9992b
move and rename FileManagerDialog so that it is clear that it is a dependency of RadzenTextEditor
2025-09-11 08:24:14 -04:00
27041f464f
restructure text editors and static assets
2025-09-05 12:32:43 -04:00
e59d5fd339
implement radzen text editor.
2025-09-05 20:36:50 +08:00
a37f07d20b
fix malformed bold tag
2025-08-07 14:31:57 -04:00
77949331e2
improve FileManager performance
2025-08-04 13:06:16 -04:00
334137454e
improve FileManager performance when ShowFiles is disabled
2025-08-02 09:46:02 -04:00
83ba9ca73e
improve user experience of permissions grid
2025-07-22 16:07:52 -04:00
0be7f1bdb5
add new option to FileManager component to anonymize filenames during upload
2025-07-21 09:14:07 -04:00
deb4607081
adding time zone support to admin modules
2025-05-13 13:55:01 -04:00
72da77be01
fix #5207 add support for username and displayname in permissions grid
2025-03-31 10:04:26 -04:00
7873ca564c
supress build warnings.
2025-03-26 08:12:10 +08:00
8376f98f21
Fix #5191 : trigger event when folder changed.
2025-03-25 22:23:51 +08:00
0741ce2197
fix #5074 : generate cancellation token for file upload
2025-02-07 09:11:52 +01:00
05a767c7be
moved file setting to File Management and added Max Chunk Size
2025-02-06 15:10:14 -05:00
620c768e05
fix LogLevel for file upload error
2025-02-06 12:21:34 -05:00
dec0c0649c
modified file upload error message to reflect new behavior
2025-02-05 19:09:55 -05:00
9dd6dc7523
file upload improvements
2025-02-05 16:48:34 -05:00
935983c02a
remove GetButtonSize method
2025-01-22 07:43:23 -05:00
af6ed78b8e
Update ActionDialog.razor
2025-01-22 07:57:52 +01:00
e6cf77e724
Update ActionDialog Add method to ensure consistent button sizing
...
This PR introduces a new private method GetButtonSize() to enhance the consistency of button sizing within our UI. The method specifically checks for the presence of the "btn-sm" class in the Action Button's class list and applies the same sizing to the Cancel Button if found.
2025-01-17 13:34:16 +01:00
a5ccc23604
Revert "Fix for Tabpanel is not updating the UI. #4778 "
2024-11-26 13:36:05 -05:00
4a74549c1b
Revert "Rework for Tabstrip regression issue"
2024-11-26 13:35:21 -05:00
a845dd1976
Rework for Tabstrip regression issue
...
Fix for Tabpanel is not updating the UI. #4778 #4828
2024-11-26 15:39:51 +01:00
9d7549da70
Reverted TabStrip and Panel
2024-11-26 10:33:18 +01:00
844778d36a
reference Quill CSS theme using BaseUrl so that it works in .NET MAUI as well as web
2024-11-25 14:19:58 -05:00
ef27937c7a
Merge pull request #4785 from thabaum/refactored-heading-ifelse
...
Fixes #4784 : Refactor TabPanel Heading Assignment Logic
2024-11-22 15:34:51 -05:00
f4a7b79c4f
Merge pull request #4828 from leigh-pointer/TabChange
...
Fix for Tabpanel is not updating the UI. #4778
2024-11-22 15:30:51 -05:00
f01e85b690
Fix for #4852 align the Page numbers container
2024-11-21 16:05:32 +01:00
db6dd5abee
Fix for TabPanel is not updating the UI. #4778
...
Modified that TabStrip and TabPane, now when the ActiveTab is changed the TabPanel is selected
2024-11-14 10:35:15 +01:00
0f2aa4d2e1
update to official .NET 9 release
2024-11-12 15:40:54 -05:00
d77e898929
Refactor TabPanel Heading Assignment Logic
...
- Simplified the logic for setting the Heading property in the TabPanel component.
- Replaced the if-else statement with a ternary operator for improved readability and maintainability.
- Ensured that the functionality remains unchanged and verified correct assignment of headings.
2024-10-24 12:43:20 -07:00
3df45ca20f
add defensive logic if ModuleState is null in ModuleMessage
2024-10-02 16:53:36 -04:00
c458a77d27
Fix #4690 : prevent invalid parsing.
2024-10-01 22:13:32 +08:00
ac313722f9
on .NET MAUI provide message to user if Security Token has not been configured
2024-09-18 11:28:11 -04:00
69bc06685f
fix #4598 - user experience improvements for file upload
2024-09-12 14:04:35 -04:00
9ea7dc8b3c
reverting #4507
2024-09-06 11:57:15 -04:00
351ba22d64
Fix IconOnly not working
2024-09-06 16:35:44 +02:00
e3f099441c
ensure form name is unique in ActionDialog
2024-08-19 16:58:33 -04:00