You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a section is saved, put a check mark on its top, if it's then changed ( using ngOnChanges ) remove the tick mark, to notify the user
example, I'm now editing the shifts section, I hit Save Shifts then I see a check mark
If I edit the shifts after that, we set the visibility of the check mark to false by a flag in ngOnChanges
Recommendation:The check mark should be shown in the tab title
The text was updated successfully, but these errors were encountered:
If a section is saved, put a check mark on its top, if it's then changed ( using ngOnChanges ) remove the tick mark, to notify the user
example, I'm now editing the shifts section, I hit Save Shifts then I see a check mark
If I edit the shifts after that, we set the visibility of the check mark to false by a flag in ngOnChanges
Recommendation:The check mark should be shown in the tab title
The text was updated successfully, but these errors were encountered: