unclean SPARC

This commit is contained in:
STEINNI
2025-08-27 07:03:09 +00:00
commit f308460931
430 changed files with 54426 additions and 0 deletions
@@ -0,0 +1,19 @@
class CoachProfileView extends EICDomContent {
DOMContentLoaded() {
ui.eicfy(this.el);
this.tabs = new Tab();
this.tabs.addTabs(this.findAll('menu li'), this.findAll('.panel'));
this.evaluationList = new DataGrid(this.find('.performance [eicdatagrid]'), {
headers: [
{label: 'project'},
{label: 'rating'}
]
})
}
}
app.registerClass('CoachProfileView', CoachProfileView);