abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
13k stars 3.46k forks source link

Extract Toolbar system #7904

Open realLiangshiwei opened 3 years ago

realLiangshiwei commented 3 years ago

BlazorUI Toolbar system just repeats the code of the MVC UI Toolbar system.

Maybe we can extract them. like Volo.Abp.UI.ToolBars. @hikalkan what do you think?

https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Toolbars

https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Toolbars

hikalkan commented 3 years ago

Let's re-consider this in v5.0. We don't want to make breaking change (at least namespaces will change) and this is not essential (I made copy/paste by thinking they may evolve in different directions).