teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

Refactor the modal system #249

Open BVVLD opened 4 months ago

BVVLD commented 4 months ago

Description Currently, if you look through the index.html, you will see that there are all modals we use at the same time present there, which complicates the HTML structure a lot. While only a few of them should be present at all times, like serverReload modal, which can happen at any time. All others are very situational and could be loaded when needed, based on user actions. The plan is to create a central modal service, which will operate and load requested modals with ng-include and ng-controller.