fdonnet / ubik_accounting

Double entry accounting app in Net 8
Apache License 2.0
90 stars 3 forks source link

Better management of the JS attached to Blazor compo #11

Closed fdonnet closed 11 months ago

fdonnet commented 11 months ago

Review the JS scripts in Balzor project.

A lot of script are directly attached to the components (JS Isolation) but we can dev more global script to manage things used everywhere.

Example: toggle visible/hidden. Pass the HTML compo id and apply correct Tailwind class.