refactor: simplify notification messages for offer viewing

- Remove conditional notification logic in NewActivityView
- Remove redundant notification in RecentOffersToUserView and RecentOffersToUserProjectsView
- Standardize to single notification message format
This commit is contained in:
Jose Olarte III
2025-09-19 15:00:17 +08:00
parent 5d9f455fc8
commit 6fd53b020e
3 changed files with 10 additions and 12 deletions

View File

@@ -148,7 +148,6 @@ export default class RecentOffersToUserView extends Vue {
lastAckedOfferToUserProjectsJwtId:
this.newOffersToUserProjects[0].jwtId,
});
this.notify.info("The offers are marked as viewed.", TIMEOUTS.LONG);
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any