JJConsulting / JJMasterData

.NET CRUD generator library with Bootstrap support to create dynamic forms at runtime from a data dictionary.
https://md.jjconsulting.tech/
GNU General Public License v3.0
168 stars 22 forks source link

Refactoring #225

Open LucioPelinson opened 6 months ago

LucioPelinson commented 6 months ago

Initialize all tag helpers with md-*

This avoids name conflict on other systems. For example at Microsoft it is asp- my suggestion is to add jj- or md-* before the current name of the helper tag

LucioPelinson commented 6 months ago

Move namespace from JJMasterData.Core.UI to JJMasterData.Web.UI Because UI components depend on scripts

gumbarros commented 5 months ago

Move namespace from JJMasterData.Core.UI to JJMasterData.Web.UI

100% agree, but would break .net4.8.

gumbarros commented 5 months ago

Rename Settings.IsHeaderFixed to Settings.StickyHeaderOnScroll