maliming
76389a7e5b
Remove malihu-custom-scrollbar-plugin and use native scrollbars
3 days ago
maliming
6a525aacd9
Shorten the action menu and feature dialog comments
1 week ago
maliming
d2f2572aff
Keep the action menu origins and the accessible name of labeled activators
1 week ago
maliming
3c1c69728a
Focus the first input of MudBlazor dialogs opened from action menus
1 week ago
maliming
1fd5f8c588
Render only the active tab in MudBlazor permission and feature modals
2 weeks ago
maliming
7f49e94d31
Add Korean (ko) localization for remaining framework and module resources
3 weeks ago
maliming
25fecd927b
Reload the page after a feature or permission change affecting the current user
The MVC toolbars and menus are rendered on the server and cannot reflect the change otherwise
3 weeks ago
maliming
71da95e1d9
Use a per-connection in-memory SQLite database in unit tests
1 month ago
maliming
957e0c92c1
Fix grammar in not-compatible exception message
Replace 'has not compatible with' with 'is not compatible with' in FeatureManager, SettingManager and PermissionManager (the latter is the original phrasing this PR initially mirrored).
3 months ago
maliming
ab128947c7
Address Copilot review
- SettingManager.GetAllAsync / FeatureManager.GetAllWithProviderAsync: drop top-level continue and rely on the provider chain filter so allowed upstream providers can still be read via inheritance (e.g. GetAllForUserAsync now returns a Global-only setting)
- FeatureAppService.GetAsync: switch includedFeatures to HashSet for O(1) parent lookup
3 months ago
maliming
216339645b
Respect AllowedProviders/Providers in Feature/Setting management
- FeatureManager.SetAsync: throw when providerName is not in feature.AllowedProviders
- FeatureManager.GetAllWithProviderAsync / GetOrNullInternalAsync: filter providers chain by feature.AllowedProviders (aligning with FeatureChecker)
- FeatureAppService.GetAsync: filter features by AllowedProviders and add parent chain check to prevent orphan child entries (aligning with PermissionAppService)
- SettingManager.SetAsync: throw when providerName is not in setting.Providers
- SettingManager.GetAllAsync / GetOrNullInternalAsync: filter providers chain by setting.Providers (aligning with SettingProvider)
3 months ago
maliming
2a5fe38be3
Enhance MudBlazor UI components with improved dialog focus and layout options
3 months ago
maliming
35b4d6b774
Upgrade MudBlazor to 9.4.0
- Directory.Packages.props bumps MudBlazor 8.0.0 to 9.4.0
- AbpMudCrudPageBase: ShowMessageBox to ShowMessageBoxAsync, OnDataGridReadAsync adds CancellationToken
- AbpMudExtensibleDataGrid: ServerData adds CancellationToken, SortFunc becomes Func<TItem, object?>
- basic-theme LoginDisplay (Server + WASM): name MudMenu ActivatorContent context to avoid AuthorizeView clash
- permission-management and feature-management modals: ShowMessageBox to ShowMessageBoxAsync
3 months ago
voloagent
65e68dc83f
Update_NPM_Packages
4 months ago
maliming
7bf7efd64b
Add AbpUiResource as base for AbpFeatureManagementResource in Web module
4 months ago
maliming
c3b461aa7c
feat: update MudBlazor bundling and enhance email settings UI components
4 months ago
maliming
e686ed3300
fix: update feature style margin property for improved layout consistency
5 months ago
maliming
6b16452b72
fix: update MudCheckBox color to primary for better visibility across various components
5 months ago
maliming
15e99a0adf
Refactor Index.razor pages to use MudBlazor components for improved UI consistency and responsiveness; updated links and content for better user engagement.
5 months ago
maliming
451ace3bb8
fix: update layout and styling for improved user experience across various components
5 months ago
maliming
67cd855076
fix: add dense margin to MudTextField components for improved spacing in various management pages
5 months ago
maliming
ac0c96aff8
refactor: Simplify layout structure in FeatureManagementModal and improve feature display logic
6 months ago
maliming
2ffd01d897
refactor: remove unused MudBlazor theming module and update dependencies in MyProjectNameBlazorModule
6 months ago
maliming
2c37961d71
Upgrade to Blazorise 2.0.
6 months ago
voloagent
118c2deb00
Update_NPM_Packages
7 months ago
İsmail ÇAĞDAŞ
24829ad215
fix layout of FeatureManagementModal for MudBlazor
7 months ago
İsmail ÇAĞDAŞ
377c04c4c0
remove Variant="Variant.Outlined" from MudBlazor inputs
7 months ago
İsmail ÇAĞDAŞ
7804c65fa5
replace bind-IsVisible with bind-Visible
7 months ago
voloagent
d5805c5f5a
Update_NPM_Packages
7 months ago
İsmail ÇAĞDAŞ
4bf9ceba48
fixed build problem in several modules for MudBlazor
7 months ago
İsmail ÇAĞDAŞ
4393a24d7c
created feature management module pages for MudBlazor
7 months ago
İsmail ÇAĞDAŞ
beb195b807
created empty modules for MudBlazor similar to Blazorise dependent modules
7 months ago
maliming
e0ebc1b100
Refactor dynamic initializers to use service provider
Resolve #24570
7 months ago
voloagent
7e6ed8c8e4
Update_NPM_Packages
8 months ago
voloagent
ea4bbb8b51
Update_NPM_Packages
8 months ago
maliming
b66d595e56
Refactor dynamic initializer task handling in management modules
8 months ago
maliming
72b5d04337
Change initializers to transient dependencies
8 months ago
maliming
db98067117
Refactor static definition stores and add dynamic initializers
8 months ago
maliming
08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules
8 months ago
maliming
01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules
8 months ago
maliming
e730711e39
Reset form after saving in feature management modal
9 months ago
Ma Liming
dd47c0694e
Update Default.js
9 months ago
maliming
fb0448250a
Add localization resource for success notification
9 months ago
maliming
5ea02054f4
Add success notification on feature modal result
9 months ago
maliming
313aae43db
Update notification message on feature reset
9 months ago
maliming
9390f6bc6c
Remove delayed modal hide after feature reset
9 months ago
enisn
a282dca2f2
Replace Bootstrap pl-1 with ps-1 in modal
Updated the class from 'pl-1' to 'ps-1' to use the correct Bootstrap 5 padding utility for start padding in the FeatureManagementModal.cshtml file.
10 months ago
maliming
d0141966aa
Rename ConfigurationValueSettingManagerExtensions
10 months ago
maliming
f816227cc5
Add configuration-based feature value provider
10 months ago
maliming
4ad9af073e
Enhance assembly resource registration for localization in multiple web modules
11 months ago