Commit Graph

302 Commits

Author SHA1 Message Date
fcd795be3d #1106 Fix issue where Section would not initialize collapsed. 2021-02-13 07:33:12 +01:00
c3e7fa67f3 Performance improvement - set IsFixed="true" on ModuleState CascadingValues so that Blazor will not monitor them for changes 2021-02-05 09:37:10 -05:00
531cba715e performance and user experience improvements 2021-02-04 08:54:59 -05:00
df382ce7a3 allow developers to use custom icon libraries (Open Iconic is the default) 2020-12-22 08:37:33 -05:00
cf68d7320f Localize alert messages in controls 2020-12-09 21:15:35 +03:00
08f2877e80 Merge pull request #983 from hishamco/translations
Add missing localization strings
2020-12-09 09:54:36 -05:00
169a4b00a4 Add missing FileManager localization strings 2020-12-08 22:45:20 +03:00
62f6082525 Localize TriStateCheckBox control 2020-12-08 21:23:03 +03:00
299e28abc4 Avoid Label.Text to be empty 2020-12-08 20:40:54 +03:00
5ce7284a6b Returns English version if the value is empty 2020-12-08 16:45:53 +03:00
df1d646083 Refactor LocalizableComponent 2020-12-08 16:37:55 +03:00
87ba77fdba Localize AuditInfo 2020-12-08 13:43:05 +03:00
f0f3055869 Add PermissionGrid localization strings 2020-12-06 21:46:19 +03:00
5e49206828 Add FileManager localization strings 2020-12-06 21:46:03 +03:00
b878b3ee2f Localize ActionDialog.Text 2020-12-06 19:51:25 +03:00
7fd0c6c3aa Fix localization issue in ActionLink 2020-11-26 00:04:47 +03:00
5e42ab8cca improve user experience by delegating application restart responsibility to the host user 2020-11-24 16:22:53 -05:00
8311d01f32 Merge pull request #935 from hishamco/localize-RTE
Localize RichTextEditor Component
2020-11-20 10:26:08 -05:00
26f610e43b Localize RichTextEditor component 2020-11-20 02:25:45 +03:00
33c8fe6e33 Localize PermissionGrid component 2020-11-20 02:22:21 +03:00
d8d1412a8f Fallback to English as default culture 2020-11-17 22:28:17 +03:00
41b30bfab2 Removed comment and added defensive logic in the eent that the moduletype is not valid. Also changed default behavior to display the name if the key is missing. Will need an option in the future to enable the display of missing keys. 2020-11-09 09:27:52 -05:00
26c054c22d Use IStringLocalizerFactory for simplicity 2020-11-08 22:26:04 +03:00
d7135ad4f9 implement optional Security parameter for TabPanel #797 2020-11-04 17:27:15 -05:00
b4b73b7e5a fixed compatibility issue in .NET5/WebAssembly where assemblies were not being loaded into the default AppDomain, optimized service registration on WebAssembly, fixed spelling mistake for satellite assemblies constant and fixed issue in LocalizableComponent 2020-11-03 14:41:49 -05:00
570b885c09 Merge pull request #849 from hishamco/section-localization
Localize section component
2020-10-25 13:08:40 -04:00
90de3949d2 Merge pull request #848 from hishamco/tab-panel-localization
Localize TabPanel component
2020-10-25 13:08:20 -04:00
5948e7ba76 Localize section component 2020-10-24 10:05:57 +03:00
3cbf55e1ce Move DisplayHeading() from TabStrip to TabPanel 2020-10-24 09:52:17 +03:00
ec270fbff0 Localize TabPanel component 2020-10-24 09:44:56 +03:00
3f78c99ed4 Localize ActionDialog 2020-10-20 23:16:53 +03:00
af41e8bcfb Fix issue with ActionLink localization 2020-10-20 18:36:06 +03:00
544475c489 Merge pull request #828 from hishamco/action-link-localization
Action link localization
2020-10-20 07:52:40 -04:00
e61cd3d366 Merge pull request #824 from hishamco/localizable-component
Localizable component
2020-10-20 07:52:11 -04:00
79b584f268 Check needed if the component is localizable 2020-10-19 21:47:59 +03:00
34b9903b15 Localize ActionLink 2020-10-19 12:16:35 +03:00
fed56098a0 Avoid resource check in child components 2020-10-19 11:36:05 +03:00
fd5d777d3a Label should use LocalizableComponent 2020-10-19 11:17:34 +03:00
5bb7c63d44 Introduce LocalizableComponent 2020-10-19 11:16:46 +03:00
d082c5427b fixed compilation warnings in AuditInfo, fixed issue in ModuleMessage triggered in InstallWizard, fixed PWA JavaScript in ThemeBuilder for all browsers 2020-10-18 09:09:18 -04:00
1293b98226 Merge pull request #801 from hishamco/localizable-labels
Use ServiceActivator instead of IHttpContextAccessor
2020-10-18 08:52:13 -04:00
955e7a3856 Factored out Contants.*** Role into RoleNames.***
Renamed 'AllUsers' to 'Everyone'
2020-10-16 06:22:52 -05:00
4a90e6e64f Use ServiceActivator instead of IHttpContextAccessor 2020-10-15 06:07:11 +03:00
4b11bdc4be Support label localization 2020-10-12 18:15:08 +03:00
0c0916c6ab Fixed build warnings related to ModuleMessage component changes 2020-10-05 09:11:47 -04:00
0044f031aa Set component params instead of SetModuleMessage 2020-09-23 11:29:05 +03:00
913ad53302 Use ModuleMessage everywhere 2020-09-20 15:43:01 +03:00
ad5f5fbc24 Replace Alert with ModuleMessage component 2020-09-20 15:10:48 +03:00
0d76070663 Use alert component in FileManager 2020-09-17 15:42:03 +03:00
c01cd3b46c Add dismissible option 2020-09-17 15:41:34 +03:00