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
This will fix a bug in where the highlighting of the favorited icon gets out of sync between the job detail and applicant review pages
Context
Company users have the ability to favorite applications from any view where they see the list of applicants.
Currently, if you favorite an application and then click into a detailed applicant view, the previously favorited item does not reflect the favorited state. However, a refresh or navigating back to the previous page updates.
Notes
The firebase end of things work, but firebase is promise-based- so maybe its missing an await?
Definition of Done
favorited icon in the company job review flow updates and stays synced across routes
Out of scope
The text was updated successfully, but these errors were encountered:
Thanks so much for submitting an issue! We have received it, will review it soon and follow up.
For our contibution guidelines, please check out our contributors guide.
Goal
This will fix a bug in where the highlighting of the favorited icon gets out of sync between the job detail and applicant review pages
Context
Company users have the ability to favorite applications from any view where they see the list of applicants.
Currently, if you favorite an application and then click into a detailed applicant view, the previously favorited item does not reflect the favorited state. However, a refresh or navigating back to the previous page updates.
Notes
The firebase end of things work, but firebase is promise-based- so maybe its missing an await?
Definition of Done
Out of scope
The text was updated successfully, but these errors were encountered: