aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/utils/query-hooks.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(extension): Auto Logout when token is invalidated, Account Section (#438)MaheshtheDev2025-09-241-0/+12
| | | | | | | | | | | ## Changes: - Added token validation logic that checks if the current auth token is still valid - Implemented automatic logout when token is invalidated with appropriate user feedback - Added an Account section in the popup that displays the user's email - Improved error toast messages with clearer formatting and helper text ![image.png](https://app.graphite.dev/user-attachments/assets/b751f6a4-1a33-42d1-88dd-61aff55dd1c7.png)![image.png](https://app.graphite.dev/user-attachments/assets/202f69f9-c853-4801-850e-ee6d115e300c.png)
* feat: browser extensionMahesh Sanikommmu2025-08-281-0/+64